Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
QuestionCreate an email in .net 3.5 Pin
kpuneeth73-Mar-10 19:43
kpuneeth73-Mar-10 19:43 
Answer[Cross Post] Re: Create an email in .net 3.5 Pin
Scott Dorman4-Mar-10 4:36
professionalScott Dorman4-Mar-10 4:36 
QuestionHow to know an assembly exit in GAC or not Pin
vibindia3-Mar-10 19:31
vibindia3-Mar-10 19:31 
AnswerRe: How to know an assembly exit in GAC or not Pin
Manas Bhardwaj3-Mar-10 22:27
professionalManas Bhardwaj3-Mar-10 22:27 
Questionhow to implement security application block for windows application Pin
amit_833-Mar-10 19:22
professionalamit_833-Mar-10 19:22 
AnswerRe: how to implement security application block for windows application Pin
arun_pk24-Mar-10 22:37
arun_pk24-Mar-10 22:37 
QuestionHOW TO TRAP FORM TO LOAD ONLY ONCE Pin
crisjala3-Mar-10 18:55
crisjala3-Mar-10 18:55 
AnswerRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
Saksida Bojan3-Mar-10 19:02
Saksida Bojan3-Mar-10 19:02 
If you use ShowDialog() instead Show(). If you use ShowModal(), you will prevent code execution till you close your form.

OR declare Form with a global or class scope. And you can put boolean value inside form. And use OnLoad event and Close event to set it to true or false. And before showing you should check that boolean.

PS: It is rude to shout
GeneralRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
crisjala3-Mar-10 19:09
crisjala3-Mar-10 19:09 
GeneralRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
Saksida Bojan3-Mar-10 19:16
Saksida Bojan3-Mar-10 19:16 
AnswerRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
Dave Kreskowiak4-Mar-10 1:55
mveDave Kreskowiak4-Mar-10 1:55 
Questiongenerating numbers automatically Pin
mjawadkhatri3-Mar-10 18:30
mjawadkhatri3-Mar-10 18:30 
AnswerRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:31
Saksida Bojan3-Mar-10 18:31 
GeneralRe: generating numbers automatically Pin
mjawadkhatri3-Mar-10 18:47
mjawadkhatri3-Mar-10 18:47 
GeneralRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:49
Saksida Bojan3-Mar-10 18:49 
GeneralRe: generating numbers automatically Pin
mjawadkhatri3-Mar-10 18:51
mjawadkhatri3-Mar-10 18:51 
GeneralRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:57
Saksida Bojan3-Mar-10 18:57 
AnswerRe: generating numbers automatically Pin
J4amieC3-Mar-10 21:40
J4amieC3-Mar-10 21:40 
Questionsetup of window application Pin
Milind Panchal3-Mar-10 17:41
Milind Panchal3-Mar-10 17:41 
AnswerRe: setup of window application Pin
AspDotNetDev3-Mar-10 17:47
protectorAspDotNetDev3-Mar-10 17:47 
GeneralRe: setup of window application Pin
Milind Panchal3-Mar-10 17:57
Milind Panchal3-Mar-10 17:57 
GeneralRe: setup of window application Pin
Nasri873-Mar-10 22:54
Nasri873-Mar-10 22:54 
QuestionTransferring Focus to Multiple Buttons Pin
gamer11273-Mar-10 13:53
gamer11273-Mar-10 13:53 
AnswerRe: Transferring Focus to Multiple Buttons Pin
Rod Kemp3-Mar-10 17:28
Rod Kemp3-Mar-10 17:28 
QuestionRegex.Split help Pin
Aljaz1113-Mar-10 10:24
Aljaz1113-Mar-10 10:24 

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.