Click here to Skip to main content
15,889,992 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting an object location Pin
AtomRiot15-May-07 18:48
AtomRiot15-May-07 18:48 
GeneralRe: Getting an object location Pin
mike montagne16-May-07 4:52
mike montagne16-May-07 4:52 
GeneralRe: Getting an object location Pin
AtomRiot16-May-07 6:17
AtomRiot16-May-07 6:17 
GeneralRe: Getting an object location Pin
mike montagne16-May-07 6:38
mike montagne16-May-07 6:38 
Questionportal framework Pin
aine15-May-07 6:18
aine15-May-07 6:18 
AnswerRe: portal framework Pin
m@u15-May-07 20:57
m@u15-May-07 20:57 
QuestionHow to hide form when another form opens? Pin
haroon198015-May-07 6:11
haroon198015-May-07 6:11 
AnswerRe: How to hide form when another form opens? Pin
Martin#15-May-07 6:26
Martin#15-May-07 6:26 
Hello,
shah123 wrote:
log = new Login();
log.Close(); // or i tried hide and different ways here but still login form appear

this creates a new instance of o Form and closes it directly after creaton.

Just add:
this.Hide();

All the best,

Martin
GeneralRe: How to hide form when another form opens? Pin
haroon198015-May-07 22:37
haroon198015-May-07 22:37 
GeneralRe: How to hide form when another form opens? Pin
Martin#15-May-07 22:39
Martin#15-May-07 22:39 
Questionneed help with dynamic port for remoting. Pin
neodeaths15-May-07 6:01
neodeaths15-May-07 6:01 
AnswerRe: need help with dynamic port for remoting. Pin
led mike15-May-07 7:42
led mike15-May-07 7:42 
QuestionBuilding Complicated Objects in an N-tier application... Pin
martin_hughes15-May-07 5:36
martin_hughes15-May-07 5:36 
AnswerRe: Building Complicated Objects in an N-tier application... Pin
mike montagne16-May-07 6:46
mike montagne16-May-07 6:46 
QuestionForm/MessageBox to front always? Pin
David Knechtges15-May-07 5:35
David Knechtges15-May-07 5:35 
AnswerRe: Form/MessageBox to front always? Pin
led mike15-May-07 5:59
led mike15-May-07 5:59 
AnswerRe: Form/MessageBox to front always? Pin
AAKAra15-May-07 7:03
AAKAra15-May-07 7:03 
AnswerRe: Form/MessageBox to front always? Pin
David Knechtges15-May-07 7:40
David Knechtges15-May-07 7:40 
Questionanybody knows how to create xml attribute such this? [modified] Pin
lindaRahamad15-May-07 5:14
lindaRahamad15-May-07 5:14 
AnswerRe: anybody knows how to create xml attribute such this? Pin
PIEBALDconsult15-May-07 7:26
mvePIEBALDconsult15-May-07 7:26 
QuestionExchange 2003 and SMTP Mail Pin
Saamir15-May-07 5:00
Saamir15-May-07 5:00 
Questionstring reference type Pin
Rahul8315-May-07 4:52
Rahul8315-May-07 4:52 
AnswerRe: string reference type Pin
Martin#15-May-07 4:59
Martin#15-May-07 4:59 
AnswerRe: string reference type Pin
Arun.Immanuel15-May-07 5:44
Arun.Immanuel15-May-07 5:44 
GeneralRe: string reference type Pin
Rahul8315-May-07 17:48
Rahul8315-May-07 17:48 

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.