Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: form Pin
0x3c014-Sep-09 7:55
0x3c014-Sep-09 7:55 
GeneralRe: form Pin
Not Active14-Sep-09 8:11
mentorNot Active14-Sep-09 8:11 
AnswerRe: form Pin
Dave Kreskowiak14-Sep-09 14:32
mveDave Kreskowiak14-Sep-09 14:32 
Questionimage to crystal report Pin
tanweer14-Sep-09 6:24
tanweer14-Sep-09 6:24 
Questionsyncronization service Pin
amer shammout14-Sep-09 5:47
amer shammout14-Sep-09 5:47 
AnswerRe: syncronization service Pin
Keith Barrow14-Sep-09 6:23
professionalKeith Barrow14-Sep-09 6:23 
QuestionProblem with Form Pin
Lim Yuxuan14-Sep-09 3:38
Lim Yuxuan14-Sep-09 3:38 
AnswerRe: Problem with Form Pin
EliottA14-Sep-09 3:42
EliottA14-Sep-09 3:42 
GeneralRe: Problem with Form Pin
Lim Yuxuan14-Sep-09 3:48
Lim Yuxuan14-Sep-09 3:48 
AnswerRe: Problem with Form Pin
Henry Minute14-Sep-09 3:44
Henry Minute14-Sep-09 3:44 
GeneralRe: Problem with Form Pin
Lim Yuxuan14-Sep-09 3:47
Lim Yuxuan14-Sep-09 3:47 
GeneralRe: Problem with Form Pin
Henry Minute14-Sep-09 4:38
Henry Minute14-Sep-09 4:38 
AnswerRe: Problem with Form [modified] Pin
dan!sh 14-Sep-09 3:57
professional dan!sh 14-Sep-09 3:57 
Lim Yuxuan wrote:
frmMenu frmMenu = new frmMenu();// menu form


Remove this line since it is not the current instance of menu form.


Lim Yuxuan wrote:
frmMenu.Close();//Close the menu form


Replace this line by: this.Hide();

Do not use this.Close() since it will also dispose object frm2P and second form would be closed as well.

It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

modified on Monday, September 14, 2009 10:07 AM

GeneralRe: Problem with Form Pin
Lim Yuxuan14-Sep-09 4:14
Lim Yuxuan14-Sep-09 4:14 
GeneralRe: Problem with Form Pin
dan!sh 14-Sep-09 4:17
professional dan!sh 14-Sep-09 4:17 
AnswerRe: Problem with Form Pin
musefan14-Sep-09 3:58
musefan14-Sep-09 3:58 
GeneralRe: Problem with Form Pin
Lim Yuxuan14-Sep-09 4:13
Lim Yuxuan14-Sep-09 4:13 
GeneralRe: Problem with Form Pin
musefan14-Sep-09 4:25
musefan14-Sep-09 4:25 
GeneralRe: Problem with Form Pin
dan!sh 14-Sep-09 4:31
professional dan!sh 14-Sep-09 4:31 
GeneralRe: Problem with Form Pin
musefan14-Sep-09 4:41
musefan14-Sep-09 4:41 
GeneralRe: Problem with Form Pin
Lim Yuxuan14-Sep-09 13:32
Lim Yuxuan14-Sep-09 13:32 
GeneralRe: Problem with Form [modified] Pin
Lim Yuxuan14-Sep-09 13:20
Lim Yuxuan14-Sep-09 13:20 
GeneralRe: Problem with Form Pin
dan!sh 14-Sep-09 19:49
professional dan!sh 14-Sep-09 19:49 
GeneralRe: Problem with Form Pin
Lim Yuxuan15-Sep-09 0:47
Lim Yuxuan15-Sep-09 0:47 
AnswerRe: Problem with Form [modified] Pin
carlecomm21-Sep-09 16:42
carlecomm21-Sep-09 16:42 

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.