all groups > dotnet windows forms > march 2006 > threads for tuesday march 7
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
threaded modal window
Posted by anastasescu_a NO[at]SPAM yahoo.com at 3/7/2006 10:08:05 PM
Hi to everybody,
I have the following situation:
I have a lengthy operation inside a desktop application - something that has
to be executed on the main thread of the app (this is a must)
....
server.callLennghtyOperation(...)
....
While this operation is executing, I'd like to show a ... more >>
Email validation in grid
Posted by John at 3/7/2006 9:37:09 PM
Hi
Is there anyway to validate an email address when typed in a field in grid
to stop people from entering invalid email addresses? Is there a way to do a
reverse dns lookup as well?
Thanks
Regards
... more >>
get control instance from handle
Posted by john conwell at 3/7/2006 7:16:49 PM
Is there any way to obtain a reference to a control instance if i have a
handle to that control?... more >>
windows default font
Posted by NO[at]SPAM rturo at 3/7/2006 3:04:02 PM
How do i set for my application to use the default System font instead of
Microsoft Sans Serif so i don't need to worry about changing the the font
field in the properties when inserting controls to the form.
Sometimes users change the look of the windows and i want my application to
take the... more >>
SelectedIndexChanged and SelectedValueChanged don't get fired when using the space key
Posted by bbiltkravitz NO[at]SPAM austin.rr.com at 3/7/2006 2:30:14 PM
If one uses the SPACE key to change the value in a CheckedListBox
neither of the events: SelectedIndexChanged/SelectedValueChanged get
fired.
Anybody have a work-around for this?
Thanks
... more >>
Windows XP style compress files
Posted by Amelyan at 3/7/2006 11:31:05 AM
I have a bunch of files I need to put into Compressed (zipped) Folder,
MyFiles.zip file, similarly to what Windows XP does when you send files to
compressed zipped folder. What is the simplest way to compress these files
into a .zip?
I found System.IO.Compression, but I am not sure how to ... more >>
Inherited form control anchoring
Posted by Mike at 3/7/2006 10:39:04 AM
Hi,
I'm using VS2005 Pro and trying to minimise the redundant code between a
number of similar forms in a C# project.
I’ve produced a base form, which contains a few buttons, a graphic and some
associated code. This works okay programmatically, but I find that the
buttons (which are an... more >>
OnPreviewKeyDown requires UnmanagedCode SecurityPermission
Posted by George Holdridge at 3/7/2006 8:08:30 AM
I am creating a Winform app will be run over the Internet and I want to use
the default security profile for ClickOnce Internet apps. This app has
custom controls that override the OnPreviewKeyDown method (necessary to get
access to arrow keys in the OnKeyDown method). However, by just inclu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
infragistics ultrawingrid Tablestyles mappingname
Posted by i676373 NO[at]SPAM gmail.com at 3/7/2006 1:31:07 AM
Hi,
Inside .net winforms datagrid you can defien datagrid tablestyles
(MappingName)
to hide/show/customise appearance for particular column.
Is there any corresponding functionality in Infragistics Ultrawingrid ?
thanks,
regards,
john
... more >>
|