Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
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 >>



DevelopmentNow Blog