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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|