Click here to Skip to main content
15,885,914 members
Home / Discussions / C#
   

C#

 
QuestionHow i Can open my c# form only automatically to user when user open windows. Pin
Honeyboy_2022-Nov-11 2:57
Honeyboy_2022-Nov-11 2:57 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Richard MacCutchan22-Nov-11 3:40
mveRichard MacCutchan22-Nov-11 3:40 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Not Active22-Nov-11 3:41
mentorNot Active22-Nov-11 3:41 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Bernhard Hiller22-Nov-11 4:48
Bernhard Hiller22-Nov-11 4:48 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
:)9/1122-Nov-11 21:27
:)9/1122-Nov-11 21:27 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Honeyboy_2022-Nov-11 8:29
Honeyboy_2022-Nov-11 8:29 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Bernhard Hiller23-Nov-11 2:55
Bernhard Hiller23-Nov-11 2:55 
SuggestionRe: How i Can open my c# form only automatically to user when user open windows. Pin
Clark Kent12322-Nov-11 9:43
professionalClark Kent12322-Nov-11 9:43 
I agree with others with either using the Registry and StartUp folder. However, there is also one more alternative if not more to consider. Why not try creating a Service?

Here is an article to get you started. MSDN: Walkthrough: Creating a Windows Service Application

Once that is done you can go to the Component Services and set the application to start once the computer has turned on. There is also very cool recovery options. (dcomcnfg)

Hope this helps! Smile | :)
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Mark Salsbery22-Nov-11 9:47
Mark Salsbery22-Nov-11 9:47 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Clark Kent12322-Nov-11 10:05
professionalClark Kent12322-Nov-11 10:05 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Dave Kreskowiak22-Nov-11 19:13
mveDave Kreskowiak22-Nov-11 19:13 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
BillWoodruff22-Nov-11 15:11
professionalBillWoodruff22-Nov-11 15:11 
QuestionKeyPress events in a console window? Pin
Member 840468922-Nov-11 1:11
Member 840468922-Nov-11 1:11 
AnswerRe: KeyPress events in a console window? Pin
PIEBALDconsult22-Nov-11 2:10
mvePIEBALDconsult22-Nov-11 2:10 
AnswerRe: KeyPress events in a console window? Pin
OriginalGriff22-Nov-11 2:14
mveOriginalGriff22-Nov-11 2:14 
GeneralRe: KeyPress events in a console window? Pin
Member 840468922-Nov-11 2:54
Member 840468922-Nov-11 2:54 
AnswerRe: KeyPress events in a console window? Pin
S Houghtelin22-Nov-11 2:23
professionalS Houghtelin22-Nov-11 2:23 
Questionwhen to use SerializationAttribute Pin
amir.dar21-Nov-11 23:46
amir.dar21-Nov-11 23:46 
AnswerRe: when to use SerializationAttribute Pin
BobJanova22-Nov-11 5:03
BobJanova22-Nov-11 5:03 
QuestionMaximum number of columns for a ListView control Pin
Kalvin @ Work21-Nov-11 8:57
Kalvin @ Work21-Nov-11 8:57 
AnswerRe: Maximum number of columns for a ListView control Pin
Kalvin @ Work21-Nov-11 9:27
Kalvin @ Work21-Nov-11 9:27 
GeneralRe: Maximum number of columns for a ListView control Pin
Mark Salsbery21-Nov-11 9:34
Mark Salsbery21-Nov-11 9:34 
AnswerRe: Maximum number of columns for a ListView control Pin
Mark Salsbery21-Nov-11 9:30
Mark Salsbery21-Nov-11 9:30 
GeneralRe: Maximum number of columns for a ListView control Pin
Luc Pattyn21-Nov-11 11:48
sitebuilderLuc Pattyn21-Nov-11 11:48 
AnswerRe: Maximum number of columns for a ListView control Pin
DaveyM6921-Nov-11 12:53
professionalDaveyM6921-Nov-11 12:53 

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.