Click here to Skip to main content
15,917,639 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error in some client machines with Microsoft.mshtml Pin
Dave Kreskowiak6-Jun-09 10:08
mveDave Kreskowiak6-Jun-09 10:08 
GeneralRe: Error in some client machines with Microsoft.mshtml Pin
ManojKumar197-Jun-09 5:46
ManojKumar197-Jun-09 5:46 
GeneralRe: Error in some client machines with Microsoft.mshtml Pin
Dave Kreskowiak7-Jun-09 7:16
mveDave Kreskowiak7-Jun-09 7:16 
QuestionRegarding Notepad application Pin
Devi526-Jun-09 5:55
Devi526-Jun-09 5:55 
AnswerRe: Regarding Notepad application Pin
0x3c06-Jun-09 6:04
0x3c06-Jun-09 6:04 
AnswerRe: Regarding Notepad application Pin
Dave Kreskowiak6-Jun-09 10:05
mveDave Kreskowiak6-Jun-09 10:05 
GeneralRe: Regarding Notepad application Pin
EliottA8-Jun-09 11:36
EliottA8-Jun-09 11:36 
QuestionTry to get System.Net.Mail to work Pin
dptalt6-Jun-09 5:30
dptalt6-Jun-09 5:30 
AnswerRe: Try to get System.Net.Mail to work Pin
Dave Kreskowiak6-Jun-09 10:04
mveDave Kreskowiak6-Jun-09 10:04 
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 

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.