| Thread | Last Post | Replies |
|
| Why has debug.print stopped working??? | 09 Nov 2006 23:50 GMT | 3 |
Strangest thing, but, if I put debug.print statements in my code, they simply get ignored when I run the project. Also, if I try to put a breakpoint on a line containing debug.print, it jumps down to the next available line of code when I run the project (or jumps down
|
| Check .NET-version | 09 Nov 2006 23:03 GMT | 2 |
How can I check which .NET version is installed on my computer?
|
| Installer Dialog problem | 09 Nov 2006 20:28 GMT | 3 |
I’m trying to create an installer for an application. The installer has a custom dialog with two checkboxes determining if shortcuts should get created on the desktop and in the Start menu. Regardless what I do, and what I check the shortcuts always get created in both.
|
| DataGridView doesnt refresh after setting datasource | 09 Nov 2006 19:38 GMT | 1 |
Ok - I have a DataGridView that has its datasource set as a collection of business objects. When I go to add a row, I add it to a database table which then re-creates the collection based off of the database. The problem is
|
| Nested DataGrids Hierarchical Data Display Windows Form | 09 Nov 2006 17:09 GMT | 3 |
how to add nested DataGrids in windows form to display Hierarchical Data Pls help
|
| Raising a button click | 09 Nov 2006 15:29 GMT | 2 |
A simple question: how to shoot a button click event from a method in a form (assuming many events for a single button click)?
|
| Build dynamic context menus for trees | 09 Nov 2006 09:24 GMT | 2 |
Just need a little advice. Id like to build *dynamic* context menus for tree nodes. I'm pretty versed in building context menus and attaching them to tree nodes. My question is, what event to I "capture" in order to build the tree node
|
| Help with drawing | 09 Nov 2006 07:00 GMT | 3 |
there is probably something obvious here that I'm just not seeing but I am trying to draw an alternating colored line on a picturebox and I, for the life of me, cannot get the line to show up. I'm using VS 2003. The size of the picturebox is 320 x 24. I using the following code.
|
| DataGrid Tree View Data | 09 Nov 2006 05:33 GMT | 3 |
Could any one tell me how do i display data in tree view in a Data grid? I did a search in Google and MSDN did not find any. My data grid should look like as referred in the link http://www.componentone.com/Products/images/net/c1flexgrid/flexnet_category.gif
|
| Docked tabcontrol flickers on resize | 09 Nov 2006 02:36 GMT | 1 |
I have added a tabcontrol in windows form under c# 2.0 and docked it to FILL.then i kept a listbox on this docked tabcontrol .Listbox contains a collection of approx 10 strings as list items. Now when i resize the form whole listbox flickers..
|
| Disabling VB generated error message inUnhandledException event | 09 Nov 2006 02:06 GMT | 3 |
I have enabled the "Application Framework" and am using the My.Application.UnhandledException Event as a global error handler. For security reasons, I am displaying a custom message to the user when the error occurs as to not reveal any potential internal program details. This ...
|
| one transaction | 08 Nov 2006 23:34 GMT | 1 |
Is it possible to do some stuff inside one transaction. I am setting one printer as a default printer and after I am done printing, I want to set another printer as a default printer. I am doing it as programmaticaly. I was just wondering is it possible to set these default ...
|
| FormClosing event doesn't work | 08 Nov 2006 22:33 GMT | 1 |
I'm trying to make the FormClosing event work but nothing is happening. I have a simple forms app with one form. When I click the X in the top right corner it seems the Formclosing event is not firing. I first tried to run my own messagebox, then copied code from
|
| Find as you type | 08 Nov 2006 21:45 GMT | 1 |
I saw in an application the ability to have a user type a part of a name in a textbox, and as they type, a datagridview shows a list of all customers whose name contains what is typed in the textbox. This is all done in real-time without having to require the user to press a
|
| Form Flickering so badllly in vb .net , plzzzzzzzzz help | 08 Nov 2006 12:56 GMT | 5 |
Hi All... I designed a form ( say Frm2) which contains arround 40 labels , 3 panels, 20 textboxes I call this form from another form( say Frm1) , i have a button in Frm1
|