all groups > dotnet windows forms designtime > june 2004 > threads for june 1 - 7, 2004
Filter by week: 1 2 3 4 5
How to determine if currently in design mode
Posted by Marina at 6/7/2004 4:18:03 PM
The problem is that DesignMode property only returns True, if the control
can be directly modified.
If the control is on a user control, and that user control is on a form -
the design mode property of the original control is now False.
This isn't useful, because what I need to know is if th... more >>
How to trigger key press event of a child from from Mdi Form
Posted by CV at 6/7/2004 11:42:03 AM
Hi,
How can we trigger key press event of a child from from Mdi Form
Please Suggst.
Thanks & REgards
CV
... more >>
imagelist resources
Posted by Emil Damian at 6/3/2004 12:43:56 PM
Why a derived form copy in its resx file all the icons from an ImageList
component (visibility protected) placed in a base form?
Is this the standard behaviour?
I have an ImageList component and a toolbar in a base form and a lot of
derived forms.
If I change an icon in the base form, I have ... more >>
Is there a VS.NET addin that shows the hierarchy of a Form ?
Posted by Uri Dor at 6/2/2004 5:45:07 PM
Hi, everyone,
What I'm looking for is some addin that will show me this:
Form1
+ Panel1
- Panel2
+ Button1
+ Panel3
- TabControl1
- TabPage1
+ Button2
+ Label1
+ TabPage2
etc, etc.
I think this would save me a lot of annoyance, especially if I coul... more >>
Close & restart an application
Posted by CV at 6/1/2004 1:03:40 PM
Hi,
I would like close & restart the same application automatically. How can I
achieve this.
Please suggest
Thanks & Regards
CV
... more >>
Assign Label to Textbox?
Posted by Roland Müller at 6/1/2004 8:35:59 AM
Hello,
can i assign a label to a textbox?
I can do this for example in access on moving a label on a textbox.
I try this now in visual studio.net (c#) but it is not possible and there
also isn't any property.
If it is possible then it is easy so who knows it could help me a bit...
... more >>
|