all groups > dotnet windows forms > may 2004 > threads for sunday may 2
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
SDI "Outlook" application controls
Posted by Bent S. Lund at 5/2/2004 10:37:23 PM
Hi,
If one was to make a application with a Outlook-style interface; what is the
way to go with the standard framework components?
(I'm thinking of a SDI application with a treeview on the left for
navigation, and list/detail view on the rigth side of ths screen)
I can not represent all d... more >>
Update App.Config during runtime?
Posted by bill at 5/2/2004 7:46:01 PM
I can read from, but not write to, App.Config during runtime. Is there a way to do this or am I out of luck
TIA
Bil
... more >>
acquire scanner input
Posted by kwarnke at 5/2/2004 3:02:05 PM
Has anyone done anything with regards to having an app that acquires scanner
input with a clip of a button and then does auto-cropping?
Thanks,
- Kevin
... more >>
Testing for Modal form
Posted by Mark Broadbent at 5/2/2004 11:11:20 AM
I am instantiating a form and calling it via the ShowDialog method. I am
testing for the forms modal property within it's Load event but the modal
property is always false.
Supposedly you can test for the modal property within Load event and above
(but it doesn't work in constructor by design). ... more >>
Unchecking all items on a checkedListBox
Posted by Kenny at 5/2/2004 11:01:04 AM
is there a way to set all items unchecked on a Checklistbox?... more >>
giving the datagrid a background image
Posted by kwarnke at 5/2/2004 8:30:51 AM
Does anyone know how to give the datagrid a background image? I'm interested
in this because when I set its Dock property to Fill, if the columns aren't
wide enough or there aren't enough rows, it's BackColor shows through. I'd
like to replace this with an image.
I tried setting the background... more >>
Will an IE Band written in c# work on all OS's ?
Posted by shulmag NO[at]SPAM yahoo.com at 5/2/2004 3:05:26 AM
Hi.
I am interested in developing an IE band (small toolbar with buttons,
etc;) and I was thinking maybe write it in c#. will this band after
building it work on all os ? like: 98, win2k, xp ?
Thanks a lot in advance for any help. if you think I have to use c++,
let me know. Also, if someon... more >>
|