all groups > dotnet windows forms > september 2004 > threads for monday september 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
Label Alignment
Posted by Matt at 9/6/2004 9:10:04 PM
Hello all,
I'm having trouble getting all my labels to properly align on a form.
In VB6, I used to be able to align all the labels and they would display
aligned to the right/left as I expected them to.
However, in VS 2003 the labels don't seem to want to align properly. I
have the... more >>
internet connection
Posted by Konrad at 9/6/2004 12:09:04 PM
Hi
I'am checking in separate thread does the connection with
internet is estabilished. But program freezes
for 2-3 secs. How to do that user
doesn't feel this checking?
thanks
Konrad
... more >>
Forms from DLLs
Posted by Rui Dias at 9/6/2004 11:14:33 AM
Hello,
I have the following problem:
I've several modules compiled in DLLs each one with their forms, etc...
To centralize this I have an exe that has a MDI form in wich the mdi
childs forms are called.
However the event GotFocus, the property Focused, aren't runned! This
way I n... more >>
Drawing on PictureBox
Posted by MuZZY at 9/6/2004 6:50:17 AM
Hi,
Just a quick question:
I draw a rectangle on the PictureBox:
pictureBox.CreateGraphics().Rectangle(rect);
When i minimize the form and restore again, i loose all i've drawn.
In what event handler i need to redraw the rectangle?
I tried to call the draw function in PictureBox.Paint -... more >>
BitBlt Only To Capture Area On Screen
Posted by henrycortezwu NO[at]SPAM hotmail.com at 9/6/2004 5:37:10 AM
Hi is it possible to capture just an area of the screen using BitBlt
only and not StretchBlt or Graphics.DrawImage to crop the area of the
screen. I don't mind using some other APIs to accomplish this. Maybe
SetWindowRgn? But I don't know how to use.
Thanks,
Henry... more >>
|