Do not use on any
shared computer
September 7, 2008 01:24am pdt

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top C# Solutions: 101 - 125 of 1211
 
Hi, I have a C# Windows applicaiton that runs on Windows 2000 server or higher.  Users saves a couple of text file in my applicaiton that I give it a special file extension.  I would like to w...
Hi,       I want to show a message to user "Are you shure u want to proceed?" if the user clicks "OK" i want to run certain code in c# if the user clicks "Cancel" i want to run other code...
I'm building an application in C# that needs to execute a different application as if it was done from the command prompt. The shell command that I need to have fun is: 7z  e  C:\Inetpub\w...
Hi, I am getting an error when uploading files to a network share. Paths are fine, application uses impersonation, Everyone has full control on the folder. Users can access the folder from ...
I have a form that has in it a custom control I created. I want my Form (that holds that custom control) to know when a mouse click or mouse over event has occurred over that custom control...
What is the best way to have one C# application show and focus to another C# application hidden in the taskbar with a notifyIcon?  I would like to do this on startup, if the application is alr...
In my following code I am using Transaction Scope to monitor the database transaction. I want to know: (1) What is the difference between SQLTransaction and Transaction Scope? (2) In Trans...
Hello, I have an application written in C# for which I did a minor adjustment and now I need to create a file (Windows Installer Package file) that will be distributed to others so they can...
Hi there I have a directory (as a string) called c:\temp\content In that directory there are subdir + subdir and lots of files in this directory N.B the dir structure could be different....
I have been requested to make a change to the above COM+ application to allow the MS Word Documents it processes to be saved as Text. I wrote a test application and sucessfully converted the W...
Ok, ok so the title grabbed your attention. You must be thinking, "What?! Another programmer trying to create an enum at runtime??" But trust me, I do have a good example of why someone might ...
I have Window's forms application that calls a DLL.  If the DLL is in the same directory as the application it works great.  If the DLL is in a different directory, the application gets an unh...
I have a problem with mdi forms in my application. There are two mdi child forms. They have scroll bars. There is a ListBox control on the left mdi form near to the top. Now the problem is:...
I'am working in C#, And I have a picture  at this type : System.Drawing.Bitmap, what I need is some code to convert System.Drawing.Bitmap into Image object or Byte [ ] regards, Gudmundur  
Hello, I need to run my sql script when I run my c# application. I don't know how to do or where to look for information. This is my sql script. It store une a 'resource' folder in m...
hello, I am reading and parsing data from a HTML stream I am extracting a string that is a numerical value, but when I try to put it into an if statement to see if it's > or < than 10,000, i...
Hi I want to create or save files with filename ,date, time....can some one help me with this?
I have a tabControl object with 3 tabs. I want to add an image beside each caption of each tab. During design time, I've tried to access the ImageList property of the tabControl, but it onl...
Hi peoples, I'm using Visual Studio 2005 to develop web applications. I would just like to know if it is possible to use a custom image (some image of text box which I've drawn out using P...
So i receive a xml from a web service.  The web service documentation claims that ( The response element returns the binary string that contains the pdf Summary Report image. You must hav...
Hi I've been following a simple example to run web server from a command line using ASP.NET. http://aspalliance.com/220_Running_ASPNET_within_a_CommandLine_exe_Outside_of_IIS.all#Page1 ...
Hello experts! I would like to ask a question:How can i select and then editing(delete,rename or add a node as a child of the parent node) a node(element or attribute) in a tree view contro...
I have a C# webform that can modify data using a GridView- thanks to some members at Experts Exchange.  I wanted to please ask how can I allow users to enter a date using the Calendar Control ...
Code example will do please, thanks no algorithms. I need a C# or VB.NET code function to return the IP address of a domain. For example if I have the domain named as www.mydomain.com or...
In my default.aspx i have the following frame definition.. In my page load event i want to redirect MAIN frame if it meets a certain criteria. How would i write the c# to change the src of...