Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

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

 
Top MS Visual C# Solutions: 376 - 400 of 622
 
Hello, do you know about some program that takes as the input some Solution in .Net (many C# files in projects), and the output is some chart of most frequently used classes (were instantia...
Hi I have a c# windows form combo box that is getting its data from a table. I would like to insert at the top a blank row. Or something like "Select ---->" Here is my current code      ...
Hi I want user clicks the button, check the data with DB. If it is true then redirect him to another page. However, it throws ThreadAbortException. How to fix it?
I have made a stored procedure in ORACLE 9i and it return an error message from it. I want to display that error in a Message Box of C#.NET application. Plz Help....
Hi Experts, Do you have any "best practices" about coding to share?
I'm writing a program that calls the DeviceIoControl API in order to use the GetDriveGeometry method.  However, when I obtain the information from GetDriveGeometry(), most of the information i...
I want to know how can i populate custom class "ProductView" // public class ProductView {     private Design _design;     private Asset _asset;     private List<DesignText> _desi...
Hi Experts, I have an ASP page that has fileUpload control on it.  I use this control to browse for a Excel 2007 file.  After I have selected the file, I run some C# code under the submit b...
I am porting Crystal Reports from an old Visual Studio 2005 project, associated with the old version of our product, to a new project.  But I'm having compilation problems with the following a...
im from belgium so sorry for my bad english, Im making a with user registration and a login. i made in web.config  ths settings <authentication mode="Forms">         <forms timeout="500...
My C# application (framework 1.1) works fine at 96 DPI. But when DPI is changed to 120, all the controls in the form is gettting disturbed. Font size is getting changed( Bigger fonts) and cont...
I'm writing a console application , and I'm stumbling over the following compiler error: "Error     1     'UorG' does not contain a definition for 'id' and no extension method 'id' accepting a first ...
I have a simple program with two windows form.  The main form contains a listview that is connected to a database and I created a function to refresh its display whenever an insert is added to...
Hi I have a string \\HOME\\A7GGG5005 I would like to format it into 2 separate strings: string a = HOME string b = A7GGG5005 The length of string a and b is dynamic. How can I d...
I have a combobox with DropdownStyle=DropdownList but when I set the SelectedIndex to a value programmatically it does not show up on the combobox. The combobox always shows blank as if nothin...
I need to create a program in C# that accepts any number of names and then sort them in ascending order. What I have doesn't seem to be working. Any suggestions? ~TIA
i want to test DB connections as sort of a DB health check. i want to have a section in the web config with 6 connection strings called things like DBNewYork, DBCali, DBFlorida... and for a .a...
Is there any way I can loop inside a streamreader using foreach a get a String?
I need to loop through a data set and look at each row in a specific column. Is it possible to do this with a For Each loop?
I don't understand what I am doing wrong here. I have set the Owner draw to true for my list view, and done the methods that I should, but when I debug the program the methods are still not in...
Hello experts! I am currently working on an application which should copy a directory structure over a network drive. So my plan was to recursively iterate (stupid recursion!) over the dir...
Hi, I am trying to modify this class so that it implements IDisposable to release the COM object (matchIT.Record).  However I have not used it before and am a little out of touch with C#.NET. ...
Hi Experts, May you help me for a code to get the MS Access database user account and role permission? I am developing a data importation application from MS Access to MSSQL 2005 using ...
I'm somewhat of a beginner when it comes to programming, and I would consider myself more on top of writing code in VB.NET than in C#.NET. So I am very used to using the objects in VB: Syst...
Hello Experts, I believe this is a straight forward question, but I'm not sure how to accomplish the issue.  I have a windows application that creates an .XLS document and saves the file to...