all groups > dotnet windows forms > march 2004 > threads for saturday march 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
Popup Windows on Forms
Posted by Jon Rushworth at 3/6/2004 8:26:09 PM
Hi Folks
I'm trying to create a popup window on a Form by overriding the CreateParams property of a control.
I can get all the functionality of this to work in my application but for one little problem. Thi
is that when I select something on the popup my application deactivates (the title bar go... more >>
rename columns
Posted by Steph at 3/6/2004 7:46:40 PM
Hello,
I have an ArrayList with some custom objects inside. The type of one
property of this one is an ArrayList too.
When I bind this ArrayList to a datagrid, there is no problem : I can see
all rows and collumns of my object, and the arraylist child.
But when I'm using a way to redefin... more >>
MessageBox form type
Posted by Mystique at 3/6/2004 6:48:34 PM
How can i show some form/dialog without declaring "new myForm()"
like the MessageBox form
ex:
MessageBox.Show("bla bla bla");
i want the same for my form:
myForm.Show();
... more >>
Change border style of text box
Posted by moondaddy at 3/6/2004 10:55:06 AM
I recently looked at a sample application from DevDays 2004 called
IssueVision. The textboxes in the vb winforms app had a flat appearance
with thin light blue borders at runtime, however, in design view all of the
text box properties we just like any other standard textbox that you drag
onto a... more >>
memory usage
Posted by tomvr at 3/6/2004 9:06:08 AM
Hello
I have noticed some 'weird' memory usage in a vb.net windows app
The situation is as follows
I have an app (heavy on images) with 2 forms
(actually there are more forms and on starting the app I load some things into memory for global use of the app but I'll use only 2 starting forms to e... more >>
How to prevent wrapping text in a Label control
Posted by Dmitry Shaporenkov at 3/6/2004 8:06:05 AM
Hi there
how can I prevent wrapping text in a Label control? I'd like the label to have a fixed length
so setting AutoSize to true is not an option for me. I'd prefer the label text to be cut when i
exceeds the specified length
Thanks in advance
Dmitry... more >>
Caption in panel bar of Win 2000 even if No caption has been set for our windows Form
Posted by Hemant at 3/6/2004 5:51:05 AM
Hi
I am developing a Windows application that has single windows form in it. Moreover its this windows form is border less. ShowInTaskBar property for this form is True. But because this form has no border it shows No caption in System taskbar panel ( Panel where windows 'Start' button is l... more >>
|