Click here to Skip to main content
15,907,225 members
Home / Discussions / C#
   

C#

 
GeneralRe: Covert String to Time Pin
stancrm11-Jul-06 21:25
stancrm11-Jul-06 21:25 
AnswerRe: Convert String to Time Pin
wasife11-Jul-06 22:14
wasife11-Jul-06 22:14 
QuestionChanging an item from datarow Pin
pirogramci11-Jul-06 20:19
pirogramci11-Jul-06 20:19 
AnswerRe: Changing an item from datarow Pin
freshonlineMax11-Jul-06 20:32
freshonlineMax11-Jul-06 20:32 
AnswerRe: Changing an item from datarow Pin
rah_sin11-Jul-06 20:35
professionalrah_sin11-Jul-06 20:35 
GeneralRe: Changing an item from datarow Pin
pirogramci11-Jul-06 21:16
pirogramci11-Jul-06 21:16 
AnswerRe: Changing an item from datarow Pin
wasife11-Jul-06 22:09
wasife11-Jul-06 22:09 
GeneralRe: Changing an item from datarow Pin
pirogramci12-Jul-06 20:22
pirogramci12-Jul-06 20:22 
Questionrunning process Pin
Mahmood Ilyas11-Jul-06 19:40
Mahmood Ilyas11-Jul-06 19:40 
AnswerRe: running process Pin
Andrei Ungureanu11-Jul-06 21:58
Andrei Ungureanu11-Jul-06 21:58 
Questionwinform is loading very slow for the fist time Pin
Satish3211-Jul-06 19:11
Satish3211-Jul-06 19:11 
AnswerRe: winform is loading very slow for the fist time Pin
rah_sin11-Jul-06 19:32
professionalrah_sin11-Jul-06 19:32 
GeneralRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:58
led mike11-Jul-06 19:58 
GeneralRe: winform is loading very slow for the fist time Pin
V.11-Jul-06 22:15
professionalV.11-Jul-06 22:15 
GeneralRe: winform is loading very slow for the fist time Pin
led mike12-Jul-06 4:31
led mike12-Jul-06 4:31 
GeneralRe: winform is loading very slow for the fist time Pin
V.12-Jul-06 4:52
professionalV.12-Jul-06 4:52 
AnswerRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:35
led mike11-Jul-06 19:35 
GeneralRe: winform is loading very slow for the fist time Pin
Satish3211-Jul-06 20:25
Satish3211-Jul-06 20:25 
AnswerRe: winform is loading very slow for the fist time Pin
Andrew Lygin11-Jul-06 19:44
Andrew Lygin11-Jul-06 19:44 
Questionhow to read a sms arriving at the usb port in c#. Pin
gsparrow11-Jul-06 18:56
gsparrow11-Jul-06 18:56 
AnswerRe: how to read a sms arriving at the usb port in c#. Pin
Rob Philpott12-Jul-06 3:34
Rob Philpott12-Jul-06 3:34 
AnswerRe: how to read a sms arriving at the usb port in c#. Pin
gsparrow12-Jul-06 19:23
gsparrow12-Jul-06 19:23 
QuestionHide Form on Application Start Pin
keithmcd11-Jul-06 18:54
keithmcd11-Jul-06 18:54 
Note: everything below applies to Visual Studio 2003 using c# and windows forms.

I have an application that allows the user to enter an alarm, it's added to a list and saved to a file and the alarm is fired when it's appropriate. I've got a system tray icon which allows them to either close the program or show the form. They have an option on the form to send it to the systray so that it's essentially "hidden." That works just fine.

However, I want to give them an option to automatically send it to the system tray on startup. I got it to work where it will minimize the form, but that's not right. I want to get the Hide() or visible = false instead as that will remove the window completely. Anyone know of a way to get this to work? I've tried everything that I can think of but can't get it to work right.
AnswerRe: Hide Form on Application Start Pin
AB777111-Jul-06 22:38
AB777111-Jul-06 22:38 
GeneralRe: Hide Form on Application Start Pin
Andrew Lygin11-Jul-06 23:03
Andrew Lygin11-Jul-06 23:03 

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.