Software Development Network Logo
  • Visual Studio
  • VS Express Editions
  • SQL Server
  • .NET Development
  • Windows Forms
  • Game Technologies
  • Microsoft ISV
  • Windows Vista
  • Visual C++
  • Visual Basic
  • Windows Live
  • VS Team System
  • Visual C#
  • Visual FoxPro
  • Visual J#

Software Development Network >> Shiamak's Q&A profile

Shiamak

Member List

HiddenSphinx
23
BJ Subsets
L_M
XML-Dan
Steve Dunn
Kieran Mockford
Marlund
David_H
AviF
Stella Steiner
javier27
*Sledge
batub
Mohamad Shehadeh
Lorenzom_MSFT
SarahJ
yoshita
cj7wilson
Jonathan Keljo - Microsoft
Only Title

Shiamak's Q&A profile

  • Visual Studio Team System How to know if a class is Public or Private ?

    Hi All, How to know if a class is Public ou Private Thanks, Marcelo. Hi  public override ProblemCollection Check(Member member)  {             Method method = member as Method;             if (method == null)             {      & ...Show All

  • .NET Development Mailto: Functionality via ImageButton - (WEB DEVELOPMENT)

    Hi i'm using visual studio.net 2003, and my OS XP Pro. i'm busy with a web application. how do i go about creating a hyperlink through a imagebutton I want a image, as a button stating that if you click on the button, you will be able to compose a new email, and the "NEW EMAIL DIALOG" will appear, and send it to a fixed e-mail address. (eg: someone@somedomain.com ) Which will be shown, or dispayed on the image . But, I wa ...Show All

  • .NET Development How use c# GDI+ to remove on the Image the red-eyed

    How use c# GDI+ to remove on the Image the red-eyed GDI+ is a graphics library, not an image processing library. Given a red-eye reduction algorithm, you could use GDI+ to manipulate the image, but there's nothing out-of-the-box with GDI+ that would allow you to do red-eye reduction. I recommend googling for "red-eye reduction algorithm", pick one to your liking, and implement it in C# and GDI+. ...Show All

  • Visual Studio Express Editions Clearing PictureBox using buttonclick

    Hi, complete novice at VB but perservering I want to clear a PictureBox of the image displayed by clicking on a button when the user wants to clear the data. Can anyone give me any help on this please. I can't see anything in the PictureBox properties that would do this. I thought there might be a clear() function but there's not. Any help much appreciated Sassie Hello Sassie. All you need to do is set ...Show All

  • .NET Development Missing Files in Microsoft.NET\Framework\v2.0.50727

    Norton System Works' WinDoctor has found the error of C:\Windows\Microsoft.NET\Framework\v2.0.50727\ missing files and I believe Windows should address the issue. When I run Norton WinDoctor on my home PC, the following problems appear, with no repair capabilities: Missing program files (10 Problems): C:\Windows\Microsoft.NET\Framework\v2.0.50727\AppLaunch.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.reiis.exe C:\Windo ...Show All

  • Smart Device Development pocket pc allow connect to what database?

    MySql or SqlServer if i develop a Smart Mobile application with ASP .NET that needed to connec to the database for retrieve data. what software or thing is require If you're using Asp.Net, I doubt that your choice should be any different from what you normally use - and in that case, forums.asp.net might be a better place for this question If you're writing a device application using NetCF, SqlMo ...Show All

  • SQL Server Missing data source"....

    I wanted to demonstrate how SSIS can easily read an Excel file into a database. I started up the wizard (dtswizard) looked and looked by couldn't find "Excel" in the list of datasources. Next I started up the SSIS IDE, found an Excel Destination, and created a flow that errored out on the copy to Excel step. >>> SSIS package "Package.dtsx" starting. Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Vali ...Show All

  • Visual C# What is wrong with this ?

    Hi all         I am testing the Code Analysis new feture of .net 2005 so I have added these lines to the Assemply info file [assembly: CLSCompliant( true )] [assembly:SecurityPermission(SecurityAction.RequestMinimum)]   and signed the assemply with strong key file when I build the project it's failed to be build put when I go to Error List to find what's my errors to correct it I didn't found an ...Show All

  • Visual Studio Express Editions is it possible to make an english weather indicator?

    is it possible to make an english weather indicator AKA, one thats in celcius and has english weather. I know its possible, but does anyone know of a RSS site And can anyone supply me with some code for it Hi, Take a look at this post which has a reply on how to use Yahoo weather RSS feed. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=141737&SiteID=1 I believe Yahoo Weather also has England weather ...Show All

  • Visual Studio Express Editions Power control of windows: How to reboot and wake from hibernate/standby?

    Hi everyone: I have only found system.windows.forms.application.setsuspendstate method could make system into standby or hibernate state, but I don't know how to reboot the system via .net method. Must I call API functions to reboot the system And I want to know how to wake up the system after hibernate/standby For example, if my user input "3" and hibernate, the system should enter hibernate and wake up itself after 3 minutes. Is ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Corrupted texture on Radeon

    I'm using C# and managed DirectX to display a mesh with two texture stages. It draws fine on a GeForce, but looks corrupted on a Radeon X300 and also a ATI Radeon 9600 Pro. I think it started when I added a second texture stage to modify the texture color before rendering. You can see the results on both cards here: http://gosub.com/DirectXTextureError.htm Here's how I setup the render states: dx.RenderState.Lighting = true; dx.RenderSt ...Show All

  • SQL Server MOVING DATA BETWEEN SERVERS

    I got a dts package to move data from one server to another. It ends up in a results table. I am tryin gto truncate a 4 field table and then repopulate it from this results table (same 4 fields) Seems easy but for some reason it is beyond me LOL. Can someone please tell me what the syntax should be after truncating the table that is to get the information. Or should I drop it and do insert into INSERT INTO T ...Show All

  • SQL Server Making outbound HTTP requests from SQLCLR

    Hi, I have written a C# console application that adds a message to a SB queue and a C# stored procedure that reads the message from the queue. I have had so many problems that I'm beginning to doubt the usefulness of this, but that is probably just my frustration speaking. I am stuck on putting an XML message into the queue and reading the XML in the stored procedure. The console app has a simple object called Message. This class has ...Show All

  • SQL Server publishing downloading report model

    Hi friends is it possible download a report model (.smdl) from a report server and also how to publish a report model i know how to do this from report manager page but i need to do this programmatically (from C#). any ideas please. Thanks. publish model using SOAP method CreateModel , then bind it to a data source using SetItemDataSources ...Show All

  • Windows Forms Creating a shape for a window

    I know how to make a window a certian shape and dissable the title bar but how do you allow it to be moved in the same way as a normal window.  Like lets say i make a window that is shaped like a cd and it has no&n ...Show All

©2008 Software Development Network

powered by phorum