Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top MS Visual C# Solutions: 126 - 150 of 615
 
Hello Guys I am using webbrowser control in a c# application. I want to disable images from being loaded into the webBrowser control when I navigate to a webpage. Regards
From my main form I would like to start an new form in a separate thread. This second form will do its own thing while the main one is continuing with its activities. I want to send a mess...
Hi, I would like to create a nested DataGridView in a C# Windows Form application.  How do I do this progmatically?  I am familiar with using the DataGridView but I can't figure out how to ...
I have three radio button in a group box.  I want to validate that one of them is selected before the user can submit the form.  How do I do this?
I've created a class file and stuck it into the App_Code folder of my website.  I was under the impression that I should just be able to access it by typing the name of the class and accessing...
hi all, I have a DataGridView Control that is bound to a dataset and the ds linked to a stored procedure the DGV is placed in a tab control, whenever the user clicks that tab, I call the fol...
Steps Taken: 1:  Created a Windows Service 2:  Coppied the Release Folder to the root of C:\ 3:  Opended Visual Studio Command Prompt 4:  Ran Command:  installutil c:\Release\HealthCheckPr...
I am binding a collection of a class to a DataGridView using a BindingSource. The binding is working fine but I am unable filter the list. I am able to set the Filter on the BindingSource bu...
hi all, i'm trying to read a document from the internet explorer and fill up the fields inside the form. the reading part of the document has been done, and now i was able to pass the mshtml.i...
How can I clone a dictionary<string,string> object? Is there a built-in method? I cannot find one. Do I have to do a memberwise copy to the new Dictionary<string,string> object with my own cus...
How do I retrieve the selected items from a listbox, add them to a List<string>.  Reference the items in the list in another form.  So far I have, Form1 public List<string> expList = new Lis...
A mysterious thing is happening when the users of an application I am developing runs under Windows XP with its appearance setting set to "Windows Classic Style".  The application loads okay, ...
Greetings all I am using the IsCurrentRowDirty event to check records for various criteria, such as empty fields. However, if I insert a record (cursor positioned on the field, in edit mode...
C# VS 2008 win app: Making a picture box background transparent I have a large picture box of a beach. I am adding some picture boxes of round beachballs to the bigger picture box. I made t...
Hello Experts, I use asp.net 2.0 C# I have a simple gridview with paging enabled. I use it for comments list. I would like to revert the order of pages (the last page will show first and t...
Hello Experts, I use VS2005 c#.NET 2.0 I would like to know how can I find out remotely username of the user who is currently logged in to remote machine. I know about reg key which shows...
I have implemented log4net into a web service in C# and ASP.NET 2.0. When invoking the web method InvokeLogger() it returns that IsInfoEnanabled is true. This must mean that the logger is acti...
I've got the .net MySql ODBC drivers installed, but can't get my program to talk with MySQL. I'm running c# VS2008 asp.net. Any clues ?
I'm going into a project that uses .NET 2.0, and wonder if my Vistual Studio has the right version of the controls. Could someone give me the name of a WinForms control and a WebForms contr...
Im trying to insert a memorystream into a MySql table. When executing the MySqlCommand I get an 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server v...
I need to remove several rows from an ASP.NET Datatable based on a condition and then rebind it to a Repeater. I am find that I get the error 'Datatable has changed" when I try to iterate thro...
I am a total newbie in .NET and C# so keep this in mind when responding.  I am trying to create a Windows Service and I followed the example on http://www.developer.com/net/csharp/article.php/...
I need to check a user name and password. I have the user name in textBox1 and the password in textBox2 respectivaly.  It is a windows program and the sql database it needs to acess is called ...
I'm creating an application in C# that I need to be able to connect to an FTP site, browse for a file with specific words, download that file, unzip the file and save it to a directory on the ...
Hi all, how do I hide a horizontal scroll bar in datagrid. I use the below code doesnt work. Is there any property to hide Or is there any way to create a custom grid to hide the horizont...