Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
AnswerRe: Checked change event Pin
Christian Graus11-Sep-07 2:45
protectorChristian Graus11-Sep-07 2:45 
GeneralRe: Checked change event Pin
M. J. Jaya Chitra11-Sep-07 2:57
M. J. Jaya Chitra11-Sep-07 2:57 
GeneralRe: Checked change event Pin
Ermak8611-Sep-07 4:04
Ermak8611-Sep-07 4:04 
GeneralRe: Checked change event Pin
Mairaaj Khan11-Sep-07 12:06
professionalMairaaj Khan11-Sep-07 12:06 
QuestionRegular expression inside a textbox Pin
segusmitha11-Sep-07 2:30
segusmitha11-Sep-07 2:30 
AnswerRe: Regular expression inside a textbox Pin
snorkie11-Sep-07 4:36
professionalsnorkie11-Sep-07 4:36 
GeneralRe: Regular expression inside a textbox Pin
segusmitha11-Sep-07 18:33
segusmitha11-Sep-07 18:33 
QuestionHiding main form upon load Pin
Justin Perez11-Sep-07 2:24
Justin Perez11-Sep-07 2:24 
I have been working on an app, and the final revision that the customer wanted was that they want the application to load, and hidden, except for the tray icon. So, I figured OK, easy enough, do a this.Hide(); or a this.Visible = false; upon load. So, it turns out that you cannot do that in the form_load or anywhere at all when the form is starting. I have no way to accomplish this. I found kind of hack-job way to do it. When the form loads, I can set ShowInTaskBar = false, and set the opacity to 0%. However, my project manager would like it done properly, so I am to take the time to find out how it is done. I haven't been able to find any working solutions though. Anyone ever done this, or have any ideas? Thanks!!!

I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

AnswerRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 2:39
mentorGiorgi Dalakishvili11-Sep-07 2:39 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 2:53
Justin Perez11-Sep-07 2:53 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 2:58
mentorGiorgi Dalakishvili11-Sep-07 2:58 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:02
Justin Perez11-Sep-07 3:02 
GeneralRe: Hiding main form upon load Pin
Ermak8611-Sep-07 3:04
Ermak8611-Sep-07 3:04 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 3:05
mentorGiorgi Dalakishvili11-Sep-07 3:05 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:11
Justin Perez11-Sep-07 3:11 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 3:17
mentorGiorgi Dalakishvili11-Sep-07 3:17 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:21
Justin Perez11-Sep-07 3:21 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 3:26
mentorGiorgi Dalakishvili11-Sep-07 3:26 
JokeRe: internet speed Pin
Ed.Poore11-Sep-07 2:53
Ed.Poore11-Sep-07 2:53 
QuestionActiveX Exception Pin
DeepOceans11-Sep-07 2:12
DeepOceans11-Sep-07 2:12 
AnswerRe: ActiveX Exception Pin
Justin Perez11-Sep-07 2:27
Justin Perez11-Sep-07 2:27 
GeneralRe: ActiveX Exception Pin
DeepOceans11-Sep-07 21:43
DeepOceans11-Sep-07 21:43 
Questionhow do i delete lines from .txt file? "Urgent!" Pin
andredani11-Sep-07 2:04
andredani11-Sep-07 2:04 
AnswerRe: how do i delete lines from .txt file? "Urgent!" Pin
Christian Wulff11-Sep-07 2:21
Christian Wulff11-Sep-07 2:21 
GeneralRe: how do i delete lines from .txt file? "Urgent!" Pin
andredani11-Sep-07 3:24
andredani11-Sep-07 3:24 

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.