Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Problem with Form Pin
carlecomm21-Sep-09 22:32
carlecomm21-Sep-09 22:32 
Questionhow to create automation obect in c#? Pin
SRKSHOME14-Sep-09 3:26
SRKSHOME14-Sep-09 3:26 
AnswerRe: how to create automation obect in c#? Pin
Keith Barrow14-Sep-09 3:30
professionalKeith Barrow14-Sep-09 3:30 
QuestionNokia ring tone Pin
hadad14-Sep-09 2:09
hadad14-Sep-09 2:09 
AnswerRe: Nokia ring tone Pin
EliottA14-Sep-09 2:43
EliottA14-Sep-09 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.