all groups > dotnet windows forms > december 2003 > threads for sunday december 14
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
DockStyle problem
Posted by Lloyd Dupont at 12/14/2003 10:57:05 PM
I have a GUI which I design with VS.NET.
basically I have tabs and I put control at the top or bottom by setting
their Dock property to Top or Bottom.
then (after the InitializeComponent()) method I add some other widget in the
tabs, with the aim to fill the remaining space by setting their Do... more >>
What is the exact procedure to show/hide forms?
Posted by Ajai Kumar .R at 12/14/2003 8:26:10 PM
Hai all,
I've two or more forms on my app.
My requirement is, Have to show the first form asa the user press a button
have to hide the first form and show the second form. If the user press the
escape key on second form, this should be hidded and should show the first
form.... Can some one gu... more >>
Press a button programatically
Posted by joe at 12/14/2003 3:30:09 PM
Hi,
Is there a way to push a button programatically (and for
that matter to emulate any other key/mouse event).
For example when a button is pressed by a mouse/key it
caves in and events get fired.
How do I cause this to happen programatically?
Something like:
MyButton.ClickIt()-and the ... more >>
Char.IsControl bug?
Posted by Praveen Ramesh at 12/14/2003 11:29:49 AM
Hi,
I am listening to TextChanged events in a TextBox and checking if a char is
a control char via the Char.IsControl method. This works fine for regular
English input. But when I change the input lang. to be "Greek", certain
characters (like capital "D", delta in greek, I think) are recognise... more >>
Timer Question???
Posted by Ken at 12/14/2003 5:38:50 AM
I'm using VB .NET 2003 and I cant figure out how to do this, I have a
windows application with 2 Forms and a Timer the Timer is on Form1, I also
have a Button on Form2, I want to click Button1 located on Form2 an have the
Button1_Click event perform Timer1 functions, for example; Button1_Click
.... more >>
pass a class as argument
Posted by tangolp NO[at]SPAM yahoo.com at 12/14/2003 1:59:32 AM
The code below gets data from my webservice and load the data into the
array called myarray using a class called DataClass. I would like to
use the same process (LoaData) to bind differrent comboboxes by using
different classes. How can I modify the LoadData so that I can pass in
the class -- pr... more >>
|