Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet windows forms > september 2003 > threads for thursday september 18

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

multiple column in a combobox control
Posted by mtb1996 at 9/18/2003 11:02:02 PM
I'm a newbie to .NET and I need a little help displaying multiple column in a combo box control. It's got to be simpler than I'm making it. Any help. Thanks in advance...more >>


Coolapsing/expanding a form
Posted by PB Kishore at 9/18/2003 10:13:35 PM
Dear, Do you have the code for designing a form in such way that it resizes and hides/displays controls on it depending on what the user clicks ? Please send reply soon to : bkishore@activebrains.co.uk Thanks! PB Kishore ...more >>

Saving webpage graphics with code
Posted by Better Ferret at 9/18/2003 9:13:29 PM
I am creating a data harvesting application with VB.NET that parses information from the HTML of web pages. Part of the information to be collected is in the form of images. The parsing of the text from the HTML was a chore but I am stumped trying to retrieve images based on the src insi...more >>

Any smart client gurus??
Posted by Zach Martin at 9/18/2003 7:34:55 PM
Working on developing a smart client application and I am trying to get past one nasty stumbling block. Hoping someone with previous smart client deployment experience can steer me in the right direction. My problem is as follows: I need to better understand how to have my launcher or stub app...more >>

Closing an Application in the Main Form Constructor
Posted by Peter D. Dunlap at 9/18/2003 5:04:00 PM
I have an application in which the constructor for the main form pops up a user name/password dialog and validates the user. If the user hits the Cancel button in this dialog, I want to close the application without ever showing the main form. // this code is in the main form constructor i...more >>

TreeView selection highlighting
Posted by Artem Kliatchkine at 9/18/2003 2:36:17 PM
Hi All, When TreeView control loses focus it's selected node higlighting changes it's colog, in my case to pale gray. This is the standard behaviour. But I would like to keep the higlighting unchanged. With a huge number of nodes in the tree it is unconvenient to look for the node selected w...more >>

How to get a Service to Stop itself!
Posted by Nate at 9/18/2003 1:02:29 PM
Anybody have an idea on how to get a Service to STOP itself? I have a Service that needs to be able to be stopped, by itself! I have the "onStop" procedure which basically kills a thread. That works fine. But when the proc. is finished, the Service still shows as running. Anybody have any id...more >>

Print Setup Dialog Issues
Posted by Alex Clark at 9/18/2003 12:10:49 PM
Hi, I'm having an unusual problem with the Print Setup Dialog box. I've got it synchronizing it's PageSettings with my PrintDocument, but unfortunately it's not using the same measurement-units when calculating margins. If I set all the margins on my PrintDocument to be 42 (where 42 100ths ...more >>



disabled control text color
Posted by Wiktor Zychla at 9/18/2003 11:43:02 AM
how does the system compute the color that is used in disabled controls (for example, TextBox)? how do I change that color (disabled controls are not quite readable)? (I do not want the control to be ReadOnly, I must have it disabled). Regards, Wiktor ...more >>

Topmost property
Posted by Simanovsky at 9/18/2003 9:49:12 AM
Hello, I've got a problem with making a form topmost in the application. I need that a form is shown on top of other forms of my application, but it should not be on top of other applications windows. I tried to use Form.TopMost property, but if I use it the form appears also on ...more >>

Displaying currency
Posted by Hechmi at 9/18/2003 9:31:22 AM
Hello everybody, I have a variable of type float that i want to display it in text box as a currency, does any one has an idea of how to do it? example: float a= 10.0; i want to display 10.00 thank you very much. ...more >>

INHERITED FORM
Posted by bill at 9/18/2003 9:18:42 AM
vb.net app(windows app) I have 2 forms form1 and form2 Could someone give me some code on how I would make form2 and inherited form(kinda like the child form) Thanks ...more >>

timer interfers with key events
Posted by Duane at 9/18/2003 7:41:56 AM
I implemented a timer on a form but when it is enabled the key down events for the form will not fire. The application is using the .net compact framework. Any help would be appreciated. Thanks...more >>

capture click of column header of DataGrid
Posted by ewillyb NO[at]SPAM yahoo.com at 9/18/2003 7:32:40 AM
Would like to detect when a column header of a DataGrid is double-clicked. I'm really puzzled why there is not an obvious way to differentiate between column, row, cell clicks of a DataGrid. Please note that I have looked at the syncfusion.com/faq/winforms article which recommends using the H...more >>

.NET Application Updater & compression
Posted by thegap2 NO[at]SPAM excite.com at 9/18/2003 7:12:26 AM
I've an IIS webserver with HTTP compression enabled. I'm using it along with Jamie Cool's .NET Application Updater. The webserver sends the files to the client in compressed form, but the .NET Application Updater component doesn't uncompress them... it just writes the compressed stream to dis...more >>

Form Designer doesn't work with Inherited Forms!!!!!
Posted by Dominic Birrer at 9/18/2003 5:48:23 AM
have tried several different approaches to try and get the Visual Studio VB.NET to work with Inherited Forms. Every approach I have tried results in the display of an error message in the Designer View for the inherited form class. The following error is displayed: "An error occurred while ...more >>

Word Wrap in the listbox
Posted by Matt Brook at 9/18/2003 5:34:47 AM
Hello, How do you perform wordwrap in a listbox? I tried an example with the owner drawn listbox, but the text did not wrap. Could someone please help me? Thanks, Matt...more >>

DataGrid.HitTestInfo
Posted by Bob Krauth at 9/18/2003 5:22:42 AM
My system doesn't have System.Windows.Forms.DataGrid.HitTestInfo I have ...DataGrid, just not .HitTestInfo This makes it very difficult to use DataGrid.HitTest() Am I missing something? Thanks, Bob...more >>

ListView Items Tag
Posted by Brian P. Hammer at 9/18/2003 1:05:47 AM
Hi all, I am trying to get the tag of all items selected in a listbox. I cannot seem to figure it out. I think I am getting stuck on the Dim and dimming it as the correct item. Any help would be great. Private Sub lstSelectAircraft_SelectedIndexChanged(ByVal sender As System.Object, ByVa...more >>

Combo in grid
Posted by John at 9/18/2003 12:30:54 AM
Hi Is it possible to have a drop down combo in one of the columns of the data grid? Thanks Regards ...more >>

Visual Studio .Net crashes when open Inherited form in Designer
Posted by michaelf NO[at]SPAM librarysolutions.com.au at 9/18/2003 12:26:19 AM
I've created a new Windows form and then another form inhereted from the first one. When I try to open Inherited form in Designer View, Visual Studio .Net 2003 silently closes my solution. I even was not able to re-open solution (VS closes in the process of restoring previously open windows) un...more >>


DevelopmentNow Blog