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.

 
Time Tested .Net Windows forms Solutions: 1 - 25 of 97
 
I am running into the "Unhandled exception has occurred in your application" error from one of my pcs that is trying to run a server-based application.  My PC is Windows XP with .NET 2.0 Frame...
I am attempting to add a DataGridViewComboBoxColumn to an existing DataGridView control. I am having difficulty populating the combobox with dropdown values, and I am not able to view them whe...
Have a ListView control in report mode. Looking to have the first 10 rows in red text, the remainder in green. Don't want to manipulate the ListViewItem color property because the user will be...
I am using the following code to add a control to a Windows Application Form. Control containerControl = new Control();         Control _control = new Control();         _control = ThreeW...
Hi, I have a richtextbox on a C# 2.0 Windows Form. The RichTextBox displays T-SQL Syntax that is highlighted using RTF. I want to save the contents of the RTB to a text file. It should only ...
I have two projects within a solution project A contains all my libraries[assembly] project B is my windows application. I created a user defined exception class in projectA which I wil...
I want to update a progressbar & statuslabel from another thread as the one of the main form (which they are created on). I tried the .invokerequired method, but it seems that this isn't avai...
I think this is a simple question but I can't figure out how to go about it. I have two forms and I want to be able to pull data from one form to another. For example say I have Form1, F...
I have a RichTextBox. I'm assigning the Text like; ....           myRichTextBox.Text =                     "Welcome," + Session["Name"] + Environment.NewLine                     + "Your Ag...
Hello, I want to do a little comercial product with Visual C# Express Microsoft Visual Studio 2008 Version 9.0.21022.8 RTM Microsoft .NET Framework Version 3.5 Installed Edition: C...
I need to implement dragging and droping multiple items on a vb.net windows form between 2 listviews. I found an example but it only drags one item, and also you have to drop it onto existing ...
I have a panel that has a scroll bar on it.  However, instead of using a scroll bar I want to create two buttons ("Up" and "down") that will do that same thing as pressing the up arrow or down...
I have a dataset that I use in form1.  I poplulate that dataset in form1 with  iDB2DataAdapter1.Fill(dsDataSet1); I would like to be able to use the same dataset with the same data in f...
Hi: I'm looking to extend a standard (dropdown) combobox control to show tooltips for list items who's length exceed visible limits (similar to the gridview control behaviour). I was su...
I am doing project in C# windows application.In Home page(using MDI parent) i am storing one value at  variable called X.I want to get X-value from another one (Child form).I tried to access X...
How can I detect when user enters a carriage return in a textbox...Basically a search string ends with a carriage return and the search routine needs to fire when a carriage return is entered.
When I press the enter key in a textbox it does not trigger the keydown or keypress events.  The operating system is windows 2000 SP 4 and I have .NET 1.0 and 1.1 both with hotfixes installed ...
I wonder if anyone has run across this.  I have a ListView in a form inside a splitter panel.  It is anchored on all sides of the panel., as is the splitter control on all sides of the form.  ...
i want to validate my form,to accept certain input from a user.i dont want user to be able to enter string in a textbox that is to take integer. and vis a vis
Using VS2008. C# I have a form with a ListView on it. I create the form, and then load around 30,000 items into the listview from the database.   The loading takes less than a second,...
I am using a symbol LS9203 with the USB connection.  Basically this thing acts like a keyboard wedge, reads a barcode and outputs the info.  Does anyone know if it is possible to force the out...
I am wondering what the best practice is for closing one form and viewing another in a Windows Form app.  I have been using Me.Hide() to close the form and SomeForm.Show() but I'm wondering if...
i am working in an window form in which i added a Panel whose autoscroll property is true and then add an picturebox in that panel now if the picture in picturebox is large then also Scroll is...
Dear experts i want to ask three question about the listView control 1)how i can add a columns header to the listview control (i added the columns to the listview but this columns hea...
Hi experts, I'm really going nuts with this here. I'm using VS 2005 and I'm just trying to publish a simnple C# application. Using the built-in Publish Wizard this should be a piece of cake...