Click here to Skip to main content
15,920,503 members
Home / Discussions / C#
   

C#

 
QuestionHow to make IE7 look exactly like IE6 Pin
Aswini Swain17-Dec-08 1:16
Aswini Swain17-Dec-08 1:16 
AnswerRe: How to make IE7 look exactly like IE6 Pin
J4amieC17-Dec-08 1:21
J4amieC17-Dec-08 1:21 
AnswerRe: How to make IE7 look exactly like IE6 Pin
PIEBALDconsult17-Dec-08 3:10
mvePIEBALDconsult17-Dec-08 3:10 
AnswerRe: How to make IE7 look exactly like IE6 Pin
Guffa17-Dec-08 5:15
Guffa17-Dec-08 5:15 
QuestionImplementing Windows Application as a Windows Service Pin
queries36517-Dec-08 1:10
queries36517-Dec-08 1:10 
AnswerRe: Implementing Windows Application as a Windows Service Pin
Simon P Stevens17-Dec-08 1:13
Simon P Stevens17-Dec-08 1:13 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36517-Dec-08 22:44
queries36517-Dec-08 22:44 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Simon P Stevens18-Dec-08 1:40
Simon P Stevens18-Dec-08 1:40 
Like Dave says, you shouldn't be starting up GUI apps from a service.

Services are for doing processing in the background. They shouldn't have any GUI component, and shouldn't start any GUI apps.

If you want an app to auto start when windows starts, put a shortcut to it in the startup folder or add a reg key for it at HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ You should find subkeys for Run, RunOnce, RunServices, and RunServicesOnce listed here. Just add your program.

All the other regsitry locations and ini file options are listed here[^]

Simon

GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36518-Dec-08 2:44
queries36518-Dec-08 2:44 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Simon P Stevens18-Dec-08 2:51
Simon P Stevens18-Dec-08 2:51 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36518-Dec-08 3:48
queries36518-Dec-08 3:48 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Simon P Stevens18-Dec-08 4:11
Simon P Stevens18-Dec-08 4:11 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36518-Dec-08 19:52
queries36518-Dec-08 19:52 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Simon P Stevens18-Dec-08 21:48
Simon P Stevens18-Dec-08 21:48 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36518-Dec-08 22:27
queries36518-Dec-08 22:27 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Simon P Stevens19-Dec-08 1:27
Simon P Stevens19-Dec-08 1:27 
AnswerRe: Implementing Windows Application as a Windows Service Pin
Dave Kreskowiak17-Dec-08 2:21
mveDave Kreskowiak17-Dec-08 2:21 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36517-Dec-08 22:55
queries36517-Dec-08 22:55 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Dave Kreskowiak18-Dec-08 2:04
mveDave Kreskowiak18-Dec-08 2:04 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36518-Dec-08 2:33
queries36518-Dec-08 2:33 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Dave Kreskowiak18-Dec-08 16:32
mveDave Kreskowiak18-Dec-08 16:32 
GeneralRe: Implementing Windows Application as a Windows Service Pin
queries36518-Dec-08 19:59
queries36518-Dec-08 19:59 
GeneralRe: Implementing Windows Application as a Windows Service Pin
Dave Kreskowiak19-Dec-08 1:30
mveDave Kreskowiak19-Dec-08 1:30 
QuestionCode for Checkboxes / radio button at the time of Windows Setup Installer Pin
shavil17-Dec-08 1:05
shavil17-Dec-08 1:05 
Questionhindi font to its unicode Pin
Member 441328317-Dec-08 0:49
Member 441328317-Dec-08 0:49 

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.