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 > july 2003 > threads for tuesday july 29

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 31

Problems with ImageList Control
Posted by Alan at 7/29/2003 11:01:37 PM
I am developing a Windows Form application and I am experiencing issues = with the following line of code..... Me.ImageListCRSGroupImages.ImageStream =3D = CType(resources.GetObject("ImageListCRSGroupImages.ImageStream"), = System.Windows.Forms.ImageListStreamer) The type of error I get is a ...more >>

OpenFileDialog
Posted by cedced at 7/29/2003 4:13:55 PM
Hello, How use OpenfileDialog in page ASPX? OpenFileDialog is good in Windows application but isn't good in project "Application Web ASP.NET" Thanks ...more >>

DataGrid Q: How to force a column to go muti line if necessary to handle the text
Posted by Glorfindel at 7/29/2003 3:56:27 PM
I want to have all my columns visible in the window. I've found out how to disable the column resizing, and even to force the horizontal scroll bar to hide itself. What I dont know (if it can be done in the WinForms control) is how to force a cell to go multi line if necessary to show text. I'v...more >>

Windows Forms Dynamic Properties - Running on a Web Server????
Posted by jonas.a NO[at]SPAM softworks.ca at 7/29/2003 2:51:05 PM
I got in to a situation where we are planning to deploy our WinForms app in to a web server. We have dynamic properties already in it, and an XML file to read certain configurations. I know that this will give me an exception indicating that it could not find the the files locally. Is there a ...more >>

MDI Form
Posted by Paul at 7/29/2003 11:36:58 AM
How can I make sure that only one instance of a child form can be opened at a time ? Thankyou ...more >>

How to intially set a bound combo box value to null
Posted by Daniel at 7/29/2003 10:31:15 AM
I have a number of combo boxes that are bound to lookup tables. Whenever the user enters the form the initial value will always be set to the first value that is in the bound table, so it looks as though a value has already been selected. Even when setting the selectedindex property to -1....more >>

How to associate icons with menu items
Posted by Joyce Liu at 7/29/2003 9:50:46 AM
Does anyone know a quick and easy way to place icon images in menu items of a MainMenu control? This is usually an effortless task for other controls using their ImageList properties, which is not available for MainMenu. The only way I can find is to set the menu item's OwnerDraw property to tr...more >>

Splash Screen Problem
Posted by Ross C. at 7/29/2003 7:37:23 AM
Hi, I'm having a problem with a windows application in VB.NET. It is an MDI application, and I have just added a splash screen that is displayed in the beginning of the constructor of the mainform, and then is hidden at the end of the constructor (after all the init is done for the mainf...more >>



Forms Question
Posted by bert at 7/29/2003 1:57:02 AM
Hi, How to create a sizable form with only a title and a close (x) button? So no icon, no minimize button, etc. All help appreciated, Bert ...more >>


DevelopmentNow Blog