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

C#

 
AnswerRe: About the new keyword Pin
Martin#25-Jan-07 21:44
Martin#25-Jan-07 21:44 
GeneralRe: About the new keyword Pin
Loophole26-Jan-07 1:22
Loophole26-Jan-07 1:22 
AnswerRe: About the new keyword Pin
ShermansLagoon25-Jan-07 21:47
ShermansLagoon25-Jan-07 21:47 
JokeRe: About the new keyword Pin
Martin#25-Jan-07 21:59
Martin#25-Jan-07 21:59 
GeneralRe: About the new keyword Pin
Loophole26-Jan-07 1:19
Loophole26-Jan-07 1:19 
GeneralRe: About the new keyword Pin
ShermansLagoon26-Jan-07 4:49
ShermansLagoon26-Jan-07 4:49 
AnswerRe: About the new keyword Pin
Christian Graus25-Jan-07 23:05
protectorChristian Graus25-Jan-07 23:05 
Questionhow to open single form? Pin
Sanjib Raj25-Jan-07 20:34
Sanjib Raj25-Jan-07 20:34 
i have two forms ie, Form1 and Form2. Form1 contains a Button Control.
i have write code in Button of Form1 to Open Form2. Problem is that when each time i click button of Form1 it Opens new Form2. How to Control that? if Form2 is open it should not be open again.

privete ..Button1_Click(....)
{
Form2 objFrm=new Form2()
objFrm.Show()
//objFrm.ShowDialog();
}


Sanjit.rajbanshi@wlinktech.com

AnswerRe: how to open single form? Pin
mihksoft25-Jan-07 20:50
mihksoft25-Jan-07 20:50 
AnswerRe: how to open single form? Pin
Martin#25-Jan-07 20:54
Martin#25-Jan-07 20:54 
GeneralRe: how to open single form? Pin
Sanjib Raj25-Jan-07 22:02
Sanjib Raj25-Jan-07 22:02 
GeneralRe: how to open single form? Pin
Martin#25-Jan-07 22:16
Martin#25-Jan-07 22:16 
AnswerRe: how to open single form? Pin
Luc Pattyn26-Jan-07 0:03
sitebuilderLuc Pattyn26-Jan-07 0:03 
QuestionSuggetion needed about StreamWriter Class Pin
Saira Tanwir25-Jan-07 20:15
Saira Tanwir25-Jan-07 20:15 
AnswerRe: Suggetion needed about StreamWriter Class Pin
bobsugar22225-Jan-07 21:32
bobsugar22225-Jan-07 21:32 
GeneralRe: Suggetion needed about StreamWriter Class Pin
Saira Tanwir25-Jan-07 22:03
Saira Tanwir25-Jan-07 22:03 
GeneralRe: Suggetion needed about StreamWriter Class Pin
bobsugar22225-Jan-07 22:13
bobsugar22225-Jan-07 22:13 
GeneralRe: Suggetion needed about StreamWriter Class Pin
Saira Tanwir25-Jan-07 22:27
Saira Tanwir25-Jan-07 22:27 
GeneralRe: Suggetion needed about StreamWriter Class [modified] Pin
bobsugar22225-Jan-07 22:56
bobsugar22225-Jan-07 22:56 
GeneralRe: Suggetion needed about StreamWriter Class Pin
Saira Tanwir25-Jan-07 23:00
Saira Tanwir25-Jan-07 23:00 
QuestionCount of Listbox values Pin
fahiemulleh25-Jan-07 19:50
fahiemulleh25-Jan-07 19:50 
AnswerRe: Count of Listbox values Pin
Martin#25-Jan-07 19:59
Martin#25-Jan-07 19:59 
Questionthe marked read only fields show above the Data Grid , can anyone teach me how to correct this , thanks very much ! Pin
cchmark25-Jan-07 18:46
cchmark25-Jan-07 18:46 
QuestionArgument issues Pin
Saira Tanwir25-Jan-07 17:36
Saira Tanwir25-Jan-07 17:36 
AnswerRe: Argument issues Pin
Christian Graus25-Jan-07 18:10
protectorChristian Graus25-Jan-07 18:10 

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.