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

C#

 
GeneralRe: Append to a PDF file Pin
CrazyCoder263-Sep-08 3:51
CrazyCoder263-Sep-08 3:51 
QuestionData Access Layer Server Pin
thoru3-Sep-08 2:52
thoru3-Sep-08 2:52 
AnswerRe: Data Access Layer Server Pin
Ravi Bhavnani3-Sep-08 3:05
professionalRavi Bhavnani3-Sep-08 3:05 
GeneralRe: Data Access Layer Server Pin
thoru3-Sep-08 4:19
thoru3-Sep-08 4:19 
AnswerRe: Data Access Layer Server Pin
Pete O'Hanlon3-Sep-08 9:28
mvePete O'Hanlon3-Sep-08 9:28 
QuestionOpen 2 forms and close the first Pin
viciouskinid3-Sep-08 2:49
viciouskinid3-Sep-08 2:49 
AnswerRe: Open 2 forms and close the first Pin
John Ad3-Sep-08 3:36
John Ad3-Sep-08 3:36 
AnswerRe: Open 2 forms and close the first Pin
Mbah Dhaim3-Sep-08 5:11
Mbah Dhaim3-Sep-08 5:11 
IMO you must have FormManager to show and close a form
the FormManager contains lastOpenedForm field, and a method (ShowForm) to show a form
i.e :
1. you call ShowForm to show a particular form
2. before form show check if lastOpenedForm wether null or not, if not null, call to close that form and dispose it
3. set lastOpenedForm with opened form

to do this you have to know about invoking a method and there are some articles about that in CP, or be friend with Google Smile | :)

hope it helps

dhaim
programming is a hobby that make some money as side effect Smile | :)

AnswerRe: Open 2 forms and close the first Pin
viciouskinid3-Sep-08 13:50
viciouskinid3-Sep-08 13:50 
AnswerRe: Open 2 forms and close the first Pin
nelsonpaixao4-Sep-08 13:30
nelsonpaixao4-Sep-08 13:30 
Questioninstall printers Pin
arkiboys3-Sep-08 1:47
arkiboys3-Sep-08 1:47 
AnswerRe: install printers Pin
Ravi Bhavnani3-Sep-08 2:42
professionalRavi Bhavnani3-Sep-08 2:42 
GeneralRe: install printers Pin
arkiboys3-Sep-08 2:53
arkiboys3-Sep-08 2:53 
GeneralRe: install printers Pin
Ravi Bhavnani3-Sep-08 2:54
professionalRavi Bhavnani3-Sep-08 2:54 
GeneralRe: install printers Pin
arkiboys3-Sep-08 2:59
arkiboys3-Sep-08 2:59 
GeneralRe: install printers Pin
Ravi Bhavnani3-Sep-08 3:01
professionalRavi Bhavnani3-Sep-08 3:01 
GeneralRe: install printers Pin
arkiboys3-Sep-08 3:17
arkiboys3-Sep-08 3:17 
GeneralRe: install printers Pin
Ravi Bhavnani3-Sep-08 5:02
professionalRavi Bhavnani3-Sep-08 5:02 
GeneralRe: install printers Pin
arkiboys3-Sep-08 11:14
arkiboys3-Sep-08 11:14 
QuestionLog Files Pin
astrovirgin3-Sep-08 1:43
astrovirgin3-Sep-08 1:43 
AnswerRe: Log Files Pin
Ravi Bhavnani3-Sep-08 2:38
professionalRavi Bhavnani3-Sep-08 2:38 
AnswerRe: Log Files Pin
Mbah Dhaim3-Sep-08 7:36
Mbah Dhaim3-Sep-08 7:36 
AnswerRe: Log Files Pin
PIEBALDconsult4-Sep-08 11:00
mvePIEBALDconsult4-Sep-08 11:00 
GeneralThreadpool in c# Pin
dheeraj pk3-Sep-08 0:16
dheeraj pk3-Sep-08 0:16 
GeneralRe: Threadpool in c# Pin
Ravi Bhavnani3-Sep-08 2:43
professionalRavi Bhavnani3-Sep-08 2:43 

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.