Do not use on any
shared computer
July 25, 2008 12:54pm pdt

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top MS Visual C# Solutions: 76 - 100 of 539
null
Dear EE i want to Declare Publice Var so all my Forms can see this variable and Get or Set its value how can i do that ex: string _strUserName please advise me
hi i have a filename CX3_CLARIION_ALL_cabrel_200803.doc. i want to split it and assigned to a stirng product=CX3_CLARIION location=ALL; report type=cabrel period=200803 please ...
What i am trying to do is get a lst of files in all directories from the specified directory root. here is my code, but it only returns one directory and then doesnt print the files for the...
Hi, I would like to know how to access USB devices from Visual C# .NET to do some basic operations. Such as read / write / device identification. This is for a practical for engineering stu...
I am trying to locate in my code where this error message actuall ties back to.  Can anyone point me in the right direction in helping me to identify the correct line number to debug. Here ...
I use this feature so rarely I forget where it's located. I use C#.NET. How do I open the window to set the tab order? thanks, newbieweb
I have a table with xml data type on one of the columns. Does anyone have code to read the xml from the table into an XmlDocument variable in C#.net System.Xml.XmlDocument xmlNotification =...
I'm getting this error: System.Net.WebException: The remote name could not be resolved: 'www.microsoft.com'    at System.Net.HttpWebRequest.GetResponse() on any kind of WebRequest, such...
I have a very simple VB.NET (I assume it's .NET, may be old style VB) application that I am trying to convert to C# Here is the problem code: Dim fso As New Scripting.FileSystemObject D...
Hi All, How can I delete old files which are older than 90 days automatically from a specific folder? my application logs files everyday and I want to be able to delete older file(s) before ...
I've developed a web service that I want to require the client to pass a username / pwd to invoke the web service. The web service will run on a server that's part of an Active Directory windo...
I was researching a bit on this the last week, and based on what I've found I can't do this?  This doesn't make sense to me though, so I figured I would ask.  I mean, I am connecting to my dat...
I am developing and windows application in C#.NET. I want to rotate text in label control at particular angle like (90, 180, 270, 360) which has been selected from combo box. means whenever ...
I am working on a shopping cart app. I have been successful in adding an order with one item, what I am struggling with is how to loop through for multiple items. How do I add multiple...
Hello Experts How do i return data rows to the function   public WeatherElement WeatherObservation(City location, DateTime day) where WeatherElement has  the following definition  pu...
Environment Information: I am running Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) and connecting to a SQL Server 2005 database, although this problem never reaches the datab...
Can anyone point me to some C# code that I could use to create my own PDF viewer.  I would like to be able to parse out a PDF document through code,  not using some already existing control.  ...
i am genrating a dataset and passing it to Gridview control as datasource. but i want to hide one column in girdview control. how to do this
Hello, i am using Outlook 2007 and C#.NET 2005 to search the contact from Outlook. though i have developed the applciation and it is working fine but i have a problem with one of my laptop. ...
Using VS 2005. I have a wcf windows app which consists of a winform client and an wcf IIS hosted service (svc file). The whole app resides on a dev machine. The app wasn't developed by me. ...
I have 2 forms and the one on the top has an opacity of 20% so that I can view the information on the form below it.  What I would like to do is be able to make marks using a drawing tool on t...
I had been try for along time to change the color of my column headers in a datagridview.   I was using the following code and it never worked.    DataGridViewCellStyle style =            ...
I have created a login screen that creates a session variable called authenticated.  I then attempt to used it in a second page.  I am getting the following error message. System.Web.UI.Pag...
I am trying to use WMI to execute a command on a remote computer (which I found out how to do), but what I need now is to see the actual result of the command. For example, if I run the ipconf...
I'm trying to figure out how to upload files like sharepoint does for our website.  I've looked at several posts regarding uploading multiple files in EE, but haven't found a satisfactory solu...