Architecture
SQL Server
Smart Device
Windows Vista
Windows Forms
Windows Live
Game Technologies
VS Express Editions
Visual C#
VS Team System
.NET Development
Visual Studio
Visual J#
Visual C++
Visual FoxPro
Software Development Network>> Windows Forms>> Newbie C# form question
Newbie C# form question
Hot Topic
Double Forms
list boxes more HELP needed.
How do you scroll a DataGridView through code?
Using datagridview with two columns -> textbox and combobox columns
Working with embedded browser from windows c# application.
Problems with my combobox
Connect Windows Form through Web Service to SQLServer database
Modularized Deployment
WinForms and mini-database
nudge like MSN Messenger
Windows Forms
Reference to assembly not working
Visual Inheritance - Deriving From Open Constructed Form
DataGrid Rows and Columns
Extensive Debug environment in new Terrarium?
Datagridview Enter Key
ClickOnce fails only on first time launch
Primary Key Violations
Orientation of TabPage when TabControl.Alignment = Bottom?
Default Settings to open a file...
Memory not freed when disposing form. (Was: Memory.... )
Newbie C# form question
how can i load a form...
im usin one form and i want to open another form as a modal one, how can i load it
Answer this question
Newbie C# form question
tonyheupel
<b>//from inside the button click event on Form1</b>
Form2 temp = new Form2();
temp.ShowDialog();
Newbie C# form question
Answer this question
Newbie C# form question
tonyheupel
<b>//from inside the button click event on Form1</b>
Form2 temp = new Form2();
temp.ShowDialog();