Click here to Skip to main content
15,924,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: StreamReader.ReadLine locking thread Pin
Kentamanos19-Nov-03 5:52
Kentamanos19-Nov-03 5:52 
GeneralRe: StreamReader.ReadLine locking thread Pin
Kentamanos19-Nov-03 6:53
Kentamanos19-Nov-03 6:53 
GeneralLaunch the Application on windows startup like MSN Messenger Pin
mnaveed18-Nov-03 5:38
mnaveed18-Nov-03 5:38 
GeneralRe: Launch the Application on windows startup like MSN Messenger Pin
Kentamanos18-Nov-03 5:47
Kentamanos18-Nov-03 5:47 
GeneralRe: Launch the Application on windows startup like MSN Messenger Pin
mnaveed18-Nov-03 23:35
mnaveed18-Nov-03 23:35 
GeneralRe: Launch the Application on windows startup like MSN Messenger Pin
Kentamanos19-Nov-03 5:50
Kentamanos19-Nov-03 5:50 
GeneralRe: Launch the Application on windows startup like MSN Messenger Pin
Heath Stewart18-Nov-03 6:27
protectorHeath Stewart18-Nov-03 6:27 
GeneralRe: Launch the Application on windows startup like MSN Messenger Pin
Sphynx_Roland19-Nov-03 7:44
Sphynx_Roland19-Nov-03 7:44 
You could also open Regedit.exe.
Go to "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run".
Add a String Value.
Set it's name to whatever you want.
Let it's value point to the pad of the program you want to run. Enter something like: "c:\windows\explorer.exe ??" where ?? are optional commandline-arguments you would want to use.

While this key is originally designed for Win9x it should also work on XP. At least it works on my XP-version.

Of course you could also add such a value by using a .reg file or you could let the installer you use for deploying you application do this for you.

I'm not shure whether or not someone needs to log on first before the application gets started, but it works for all users.

I hope this helps. Roland.
GeneralStatic variables in methods Pin
Amirjalaly18-Nov-03 4:49
Amirjalaly18-Nov-03 4:49 
GeneralRe: Static variables in methods Pin
Alvaro Mendez18-Nov-03 5:03
Alvaro Mendez18-Nov-03 5:03 
GeneralRe: Static variables in methods Pin
jparsons18-Nov-03 17:01
jparsons18-Nov-03 17:01 
GeneralRe: Static variables in methods Pin
Alvaro Mendez19-Nov-03 5:03
Alvaro Mendez19-Nov-03 5:03 
GeneralRe: Static variables in methods Pin
Jeff Varszegi18-Nov-03 5:07
professionalJeff Varszegi18-Nov-03 5:07 
GeneralRe: Static variables in methods Pin
Wernand18-Nov-03 5:13
Wernand18-Nov-03 5:13 
GeneralCreating an installer for my solution Pin
Anonymous18-Nov-03 4:49
Anonymous18-Nov-03 4:49 
GeneralRe: Creating an installer for my solution Pin
Heath Stewart18-Nov-03 6:49
protectorHeath Stewart18-Nov-03 6:49 
GeneralRe: Creating an installer for my solution Pin
gokselm20-Nov-03 11:02
gokselm20-Nov-03 11:02 
Generalwhere can I find the Win32 API constants for C# Pin
Wernand18-Nov-03 4:42
Wernand18-Nov-03 4:42 
GeneralRe: where can I find the Win32 API constants for C# Pin
Wernand18-Nov-03 5:09
Wernand18-Nov-03 5:09 
GeneralRe: where can I find the Win32 API constants for C# Pin
Pauwll18-Nov-03 7:14
Pauwll18-Nov-03 7:14 
GeneralRe: where can I find the Win32 API constants for C# Pin
Heath Stewart18-Nov-03 8:38
protectorHeath Stewart18-Nov-03 8:38 
GeneralRe: where can I find the Win32 API constants for C# Pin
Nick Seng18-Nov-03 15:03
Nick Seng18-Nov-03 15:03 
QuestionIE/IIS bug with repeated image? Pin
Todd Smith18-Nov-03 4:23
Todd Smith18-Nov-03 4:23 
AnswerRe: IE/IIS bug with repeated image? Pin
leppie18-Nov-03 6:21
leppie18-Nov-03 6:21 
AnswerRe: IE/IIS bug with repeated image? Pin
Mike Dimmick18-Nov-03 22:53
Mike Dimmick18-Nov-03 22: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.