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 wednesday july 9

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

C#(Quit the application) - shift+Ctrl+Q
Posted by Dev at 7/9/2003 8:06:19 PM
Dear Friends, I have created Application using VC#. How do to the following tasks? The user should not be allowed to exit the program: the start menu, end task and all other ways of exiting the program should be disabled. The Shift+Ctrl+Q (or other keystroke combination) should be the o...more >>


Changing mouse cursor styles
Posted by Sankalp at 7/9/2003 6:32:27 PM
Hi, How does one change the Mouse cursor style? Any code snippets would help Thanks Sankalp ...more >>

Is it true that Windows Forms don't use config files?
Posted by nfr at 7/9/2003 4:50:06 PM
WROX's "Professional ADO.NET" makes the following statement on page 54 when discussing obtaining connection strings from a config file: "In Web applications this file must be name web.config. In Console applications, the configuration file also ends in .config, but is prefixed with application...more >>

A row of checkboxes in datagrid?
Posted by Wongalogic at 7/9/2003 4:42:57 PM
Hi: It's easy to add one column of checkboxes in to datagrid. Has anyone tried to add one row of checkboxes in to datagrid(or listview)? If you know how to do, please give some hints. Thanks, Dennis Huang ...more >>

Datagrid: Full Row Select and Other Options like in TaskVision
Posted by Jason Hickey at 7/9/2003 4:29:45 PM
All, Maybe I'm just missing it but how do you do the following three things with a WinForms DataGrid... 1: Make it so when the user clicks on any part of a row the FULL row becomes selected 2: Hide the add new row from the bottom of the grid 3: Remove the grey side b...more >>

Adobe fonts don't show up in fontdialog
Posted by JohnM at 7/9/2003 2:53:51 PM
Does anyone have any exp with getting the adobe fonts to show up in the fontdialog? If I paste text from word into a .Net RTF I can retain the font in the RTF (it looks correct on the scree and it prints correctly), but I can't show the correct font in the font dialog. Help ...more >>

Set the focus with multiple panels
Posted by Jenny R. at 7/9/2003 12:31:32 PM
Hi, I have a win form wich is composed of multiple panels (all visible). In one of the panel, I have a UserControl that I have made. When the form gets loaded, I want to have the focus in a Textbox inside the UserControl (which is inside a panel). I used: MyForm.MyUserControl.myTxtBo...more >>

How to customize a windows datagrid?
Posted by smen at 7/9/2003 10:58:35 AM
hiye... i need some help with customizing windows datagrid. can anyone out there help me by giving me good metarials to start with? i need the datagrid to have flexability like the datagrid being used by asp.net. i notice its abit hard to customize windows datagrid. any help from you peopl...more >>



Cannot close dialog form by OK/Cancles buttons and Enter/Esc keys.
Posted by Ilya Evseev at 7/9/2003 9:04:11 AM
Hi! There is a dialog form containing some panels, each panel contains some = buttons. The one button have .DialogResult property assigned to OK, and the one have .DialogResult assigned to Cancel. Form properties .AcceptButton =E8 .CancelButton are assigned to these = two buttons. All ...more >>

GetClipBox Function in Visuall Basic
Posted by Joe at 7/9/2003 7:17:17 AM
Is there Visual Basic.Net function equivalent to the Visual C++ GetClipBox()? I will use that function to only paint the portion of a form displayed on screen. Thanks...more >>

ImageList bitmap strip
Posted by Dan Buck at 7/9/2003 6:36:44 AM
I am attempting to add a strip of images to an image list using the Image Collection Editor. The image strip is a 64x16 bmp and the image size of the ImageList is 16*16. When I add this bitmap it comes in as a single image. Can I use the Image Collection Editor to add a bitmap strip and ...more >>

TreeControl expand button always present
Posted by David Stone at 7/9/2003 2:05:00 AM
Hi, I would like to fill in a tree control on demand, so I would like to + sign to appear even if there are no child nodes. In C++ I would just set the window style, but I'm not even sure how to do that in C#. Thanks....more >>


DevelopmentNow Blog