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

C#

 
GeneralRe: Try to get System.Net.Mail to work Pin
dptalt8-Jun-09 3:40
dptalt8-Jun-09 3:40 
GeneralRe: Try to get System.Net.Mail to work Pin
Dave Kreskowiak8-Jun-09 14:07
mveDave Kreskowiak8-Jun-09 14:07 
AnswerRe: Try to get System.Net.Mail to work Pin
EliottA6-Jun-09 13:01
EliottA6-Jun-09 13:01 
QuestionC# application with mySQL Pin
treuveni6-Jun-09 5:25
treuveni6-Jun-09 5:25 
AnswerRe: C# application with mySQL Pin
Henry Minute6-Jun-09 9:33
Henry Minute6-Jun-09 9:33 
GeneralRe: C# application with mySQL Pin
treuveni6-Jun-09 20:15
treuveni6-Jun-09 20:15 
GeneralRe: C# application with mySQL Pin
bsaksida6-Jun-09 21:34
bsaksida6-Jun-09 21:34 
QuestionHide Form?? Pin
Muammar©6-Jun-09 2:34
Muammar©6-Jun-09 2:34 
Yes, it is as simple as that..
How would you hide the form as soon as it's loaded assuming it's a one-form project "no splash screen"

You cant set the Visible property to false or call the Hide function on the form Load event.
A stupid way to do it was to:
1. set the ShowInTaskbar property to false
2. Set the opacity to 0
3. Call the hide method on the Shown event and maybe set back the above two properties to true and 1 respectively

But I dont want to do that since low graphics screen would treat 0 opacity as black square and the hiding the form on the shown event is not quite practical since the form gets loaded once but shown every time you want it visible.

Please advise!


All generalizations are wrong, including this one!
(\ /)
(O.o)
(><)

AnswerRe: Hide Form?? Pin
0x3c06-Jun-09 2:50
0x3c06-Jun-09 2:50 
GeneralRe: Hide Form?? Pin
Muammar©6-Jun-09 2:56
Muammar©6-Jun-09 2:56 
GeneralRe: Hide Form?? Pin
DaveyM696-Jun-09 8:58
professionalDaveyM696-Jun-09 8:58 
QuestionType conversion in C# Pin
ManAm16-Jun-09 0:18
ManAm16-Jun-09 0:18 
AnswerRe: Type conversion in C# Pin
0x3c06-Jun-09 0:31
0x3c06-Jun-09 0:31 
AnswerRe: Type conversion in C# Pin
palvaibhav6-Jun-09 0:35
palvaibhav6-Jun-09 0:35 
Question[Message Deleted] Pin
orfan5-Jun-09 23:45
orfan5-Jun-09 23:45 
AnswerRe: UFFT (Ultra Fast Forest Tree) Algorithm Pin
Christian Graus5-Jun-09 23:56
protectorChristian Graus5-Jun-09 23:56 
AnswerRe: UFFT (Ultra Fast Forest Tree) Algorithm Pin
Lutosław6-Jun-09 3:45
Lutosław6-Jun-09 3:45 
QuestionProblem to convert Text to GUID type. Pin
hdv2125-Jun-09 23:23
hdv2125-Jun-09 23:23 
AnswerRe: Problem to convert Text to GUID type. Pin
Christian Graus5-Jun-09 23:27
protectorChristian Graus5-Jun-09 23:27 
GeneralRe: Problem to convert Text to GUID type. Pin
hdv2125-Jun-09 23:59
hdv2125-Jun-09 23:59 
GeneralRe: Problem to convert Text to GUID type. Pin
I Believe In GOD6-Jun-09 10:32
I Believe In GOD6-Jun-09 10:32 
GeneralRe: Problem to convert Text to GUID type. Pin
hdv2129-Jun-09 10:47
hdv2129-Jun-09 10:47 
QuestionExtremly sorry to interupt here.. Pin
Hema Bairavan5-Jun-09 23:14
Hema Bairavan5-Jun-09 23:14 
AnswerRe: Extremly sorry to interupt here.. Pin
Blue_Boy6-Jun-09 3:26
Blue_Boy6-Jun-09 3:26 
GeneralRe: Extremly sorry to interupt here.. Pin
Troy Russell6-Jun-09 8:59
Troy Russell6-Jun-09 8:59 

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.