all groups > dotnet windows forms > july 2004 > threads for tuesday july 6
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
Formatting Bound ComboBox with DateTime
Posted by David Adams at 7/6/2004 11:30:05 PM
Hi,
I have a bound ComboBox that has a DateTime field for the DisplayMember. I
only want the date to show instead of the date and time (always 12:00 AM).
Is it possible to format the DisplayMember property of the ComboBox?
Thanks,
David Adams
... more >>
Grids : How do they do it?
Posted by scott_hutter NO[at]SPAM yahoo.com at 7/6/2004 8:05:40 PM
Im just curious how grid controls work. Internally, how is this thing
made up? Probably a better way to ask is, if I were to create a grid
control from scratch, how do you think it should be done? Using only
intrinsic controls, and no C++.... more >>
How to make the close button and maximize button disappear?
Posted by Altramagnus at 7/6/2004 7:14:46 PM
I need a window with only the minimize button on the top right corner.
How do I make the close button and maximize button disappear?
I am using C#.
THanks.
... more >>
connecting windows forms
Posted by usha at 7/6/2004 6:32:29 PM
Hi All
Can you help in working with windows forms since i have knowledge of
webforms
i do not know how to go from one win from to another with the data in
previous forms.
pls help and claryfying my doubt.
thanks
usha s
... more >>
Making a form fullscreen
Posted by Flare at 7/6/2004 3:58:00 PM
Hi
Anyone know how to make a form fullscreen with no startbar etc.?
Regards
Anders, Denmark
... more >>
Is there anybody who understands IsDialogMessage and WM_GETDLGCODE
Posted by Saurabh at 7/6/2004 12:00:05 PM
Has anybody tried using the IsDialogMessage API call? I have a tabcontrol in
my dialog, and the key inputs do not get translated properly on the tab
control.
TIA,
--Saurabh
... more >>
Populating listbox with thread event
Posted by Beren at 7/6/2004 11:28:44 AM
Hello,
I'm having a thread that retrieves data from a website, stores it into an
array, and raises an event in the form thread to populate a listbox.
As soon as the first item is to be added (even if it's no part of the array,
but something random) my application is irresponsive for some secon... more >>
Tech. Q: Implementing multiple forms within single form
Posted by AC at 7/6/2004 11:16:01 AM
I'm not sure if I'm asking about MDI or not... not a very advanced WinForm (or Win32 client) developer (most of my time is web dev).
I'm creating an applicatoin where I will have a common toolbar, menu, and panel (using one of the free XP-like collapseable panels on the left hand side). The bulk... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Windows Form Control in IE Not Loading
Posted by b_slo_pez NO[at]SPAM hotmail.com at 7/6/2004 10:43:36 AM
Hi I am hosting a .NET control within an html page. This is hosted on
a Win 2000 server in a local intranet. Can anyone help with the
following error? It is raised from the .Net wizard on my PC (Trust An
Assembly).
Unable to load assembly: http://serverA/Control/bin/mycontrol.dll
Funny th... more >>
gdi+ newbie: pen and cap
Posted by Dan at 7/6/2004 10:30:24 AM
I'd like to draw a line with triangle end-cap, but I'm not satisfied with
the standard LineCap style for my pen object, as I'd like to change the
ratio between the size of the triangle and that of the line itself: the
sides of the triangle are too short to be visibile when the line is thick.
How... more >>
typeinitializationexception in module
Posted by Emilio Martin at 7/6/2004 10:14:12 AM
Hi,
I'm getting a system.typeinitializationexception when referencing a module.
The problem only oocurs in my deployed program, not on in my development
environment.
Any Ideas?
Many Thanks
... more >>
Starting a new thread and setting Me.Cursor.Current = Cursors.Wait
Posted by Lenn at 7/6/2004 7:54:02 AM
Hello,
I developed a winform application that executes a DTS package, the packages takes about 5 sec to execute so I am starting it on a worker thread. When a worker thread completes it raises an event, which is handled in the form.
While package is executing I want to set a cursor to hourglass... more >>
Virtual Monitor in VB.Net?
Posted by Jim Hubbard at 7/6/2004 3:29:54 AM
Is it possible to emulate a monitor (create a virtual monitor) using vb.net?
Any code snippets or pointers to helpful articles would be very much
appreciated.
... more >>
GDI questions...
Posted by Jim Hubbard at 7/6/2004 3:08:02 AM
Can you use VB.Net to set a system-wide hook to intercept all GDI calls from
GDI to the system's hardware? I want to intercept all GDI instructions sent
to the system's hardware layer.
As I understand it (and I may be missing something) GDI sends instructions
to a DEVICE (which can be a print... more >>
|