Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: input box in c# Pin
GuyThiebaut5-Feb-08 23:54
professionalGuyThiebaut5-Feb-08 23:54 
AnswerRe: input box in c# Pin
suchi6-Feb-08 1:32
suchi6-Feb-08 1:32 
GeneralRe: input box in c# Pin
Vasudevan Deepak Kumar6-Feb-08 2:44
Vasudevan Deepak Kumar6-Feb-08 2:44 
QuestionRe: input box in c# Pin
suchi6-Feb-08 17:40
suchi6-Feb-08 17:40 
QuestionHow to write a JAVA program to mesure ping delay..? Pin
sacr835-Feb-08 22:25
sacr835-Feb-08 22:25 
AnswerRe: How to write a JAVA program to mesure ping delay..? Pin
Malcolm Smart5-Feb-08 23:27
Malcolm Smart5-Feb-08 23:27 
GeneralAuto maximize state of MDI children Pin
Dewald5-Feb-08 22:09
Dewald5-Feb-08 22:09 
GeneralRe: Auto maximize state of MDI children Pin
DaveyM696-Feb-08 1:03
professionalDaveyM696-Feb-08 1:03 
Create a static variable outside your form classes of type FormWindowState and set its initial value to FormWindowState.Maximized.

In the form closing event of each child, set this variable to the child's WindowState, and in the Load set the child's WindowState to the variable's value.

Another solution instead of a static variable is to use a Setting with user scope that way you could persist your last window state even when the app is restarted.
GeneralWriting custom rules for fxcop 1.35 Pin
Praveen_S5-Feb-08 21:48
Praveen_S5-Feb-08 21:48 
GeneralRe: Writing custom rules for fxcop 1.35 Pin
John_Adams5-Feb-08 22:34
John_Adams5-Feb-08 22:34 
GeneralRemovePreviousVersions doesn’t work in VS 2008 Pin
anderslundsgard5-Feb-08 21:43
anderslundsgard5-Feb-08 21:43 
Generalexcel addins Pin
arkiboys5-Feb-08 21:30
arkiboys5-Feb-08 21:30 
Questionhow can i open outlook and send mail usin c# code ? Pin
E_Gold5-Feb-08 21:21
E_Gold5-Feb-08 21:21 
AnswerRe: how can i open outlook and send mail usin c# code ? Pin
Vikram A Punathambekar5-Feb-08 21:26
Vikram A Punathambekar5-Feb-08 21:26 
AnswerRe: how can i open outlook and send mail usin c# code ? Pin
Justin Perez6-Feb-08 3:02
Justin Perez6-Feb-08 3:02 
Generaldisabling particular text in textbox control Pin
DKalepu5-Feb-08 21:07
DKalepu5-Feb-08 21:07 
GeneralRe: disabling particular text in textbox control Pin
Vikram A Punathambekar5-Feb-08 21:24
Vikram A Punathambekar5-Feb-08 21:24 
GeneralRe: disabling particular text in textbox control [modified] Pin
DaveyM696-Feb-08 0:33
professionalDaveyM696-Feb-08 0:33 
GeneralProject: Some random questions Pin
kingletas5-Feb-08 20:43
kingletas5-Feb-08 20:43 
GeneralWindows Authentication Help Needed Pin
Brendan Vogt5-Feb-08 20:43
Brendan Vogt5-Feb-08 20:43 
QuestionDeclaring and Passing value to public variable Pin
klaydze5-Feb-08 19:26
klaydze5-Feb-08 19:26 
GeneralRe: Declaring and Passing value to public variable Pin
Vikram A Punathambekar5-Feb-08 19:37
Vikram A Punathambekar5-Feb-08 19:37 
GeneralRe: Declaring and Passing value to public variable Pin
klaydze7-Feb-08 14:16
klaydze7-Feb-08 14:16 
GeneralRe: Declaring and Passing value to public variable Pin
Vikram A Punathambekar8-Feb-08 1:53
Vikram A Punathambekar8-Feb-08 1:53 
Generalopen Microsoft Access from c# Pin
tonato8485-Feb-08 17:41
tonato8485-Feb-08 17:41 

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.