Click here to Skip to main content
15,913,669 members
Home / Discussions / C#
   

C#

 
GeneralRe: button Pin
mihksoft1-Feb-07 5:55
mihksoft1-Feb-07 5:55 
GeneralRe: button Pin
mihksoft1-Feb-07 6:16
mihksoft1-Feb-07 6:16 
QuestionCreating windows application using C# Pin
frossie1-Feb-07 2:35
frossie1-Feb-07 2:35 
AnswerRe: Creating windows application using C# Pin
ednrgc1-Feb-07 3:26
ednrgc1-Feb-07 3:26 
GeneralRe: Creating windows application using C# Pin
frossie1-Feb-07 3:31
frossie1-Feb-07 3:31 
GeneralRe: Creating windows application using C# Pin
ednrgc1-Feb-07 3:33
ednrgc1-Feb-07 3:33 
GeneralRe: Creating windows application using C# Pin
Rocky#1-Feb-07 5:02
Rocky#1-Feb-07 5:02 
AnswerRe: Creating windows application using C# Pin
bobsugar2221-Feb-07 3:31
bobsugar2221-Feb-07 3:31 
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
    Form2 form2 = new Form2();

    form2.Show();
    //or
    form2.ShowDialog();
}

GeneralRe: Creating windows application using C# Pin
frossie1-Feb-07 3:38
frossie1-Feb-07 3:38 
GeneralRe: Creating windows application using C# Pin
Jim Warburton1-Feb-07 4:01
Jim Warburton1-Feb-07 4:01 
Questioncombobox Pin
mihksoft1-Feb-07 1:22
mihksoft1-Feb-07 1:22 
AnswerRe: combobox [modified] Pin
Parwej Ahamad1-Feb-07 1:27
professionalParwej Ahamad1-Feb-07 1:27 
AnswerRe: combobox Pin
The Brazilian One1-Feb-07 1:28
The Brazilian One1-Feb-07 1:28 
AnswerRe: combobox Pin
quiteSmart1-Feb-07 1:29
quiteSmart1-Feb-07 1:29 
QuestionGo from SystemInformation.PrimaryMonitorSize to int x, int y Pin
electriac1-Feb-07 1:19
electriac1-Feb-07 1:19 
AnswerRe: Go from SystemInformation.PrimaryMonitorSize to int x, int y Pin
Martin#1-Feb-07 1:29
Martin#1-Feb-07 1:29 
GeneralRe: Go from SystemInformation.PrimaryMonitorSize to int x, int y Pin
electriac1-Feb-07 1:37
electriac1-Feb-07 1:37 
GeneralRe: Go from SystemInformation.PrimaryMonitorSize to int x, int y Pin
Martin#1-Feb-07 1:43
Martin#1-Feb-07 1:43 
Question"Jumper" form Pin
The Brazilian One1-Feb-07 1:19
The Brazilian One1-Feb-07 1:19 
AnswerRe: "Jumper" form Pin
Parwej Ahamad1-Feb-07 1:23
professionalParwej Ahamad1-Feb-07 1:23 
AnswerRe: "Jumper" form Pin
aSarafian1-Feb-07 2:09
aSarafian1-Feb-07 2:09 
AnswerRe: "Jumper" form Pin
bobsugar2221-Feb-07 2:43
bobsugar2221-Feb-07 2:43 
QuestionSave a 4bpp Bitmap Pin
JoeSharp1-Feb-07 0:59
JoeSharp1-Feb-07 0:59 
AnswerRe: Save a 4bpp Bitmap Pin
Luc Pattyn1-Feb-07 2:07
sitebuilderLuc Pattyn1-Feb-07 2:07 
Questionhow to set password on my Sql2005 express database ? Pin
hdv2121-Feb-07 0:04
hdv2121-Feb-07 0:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.