Click here to Skip to main content
15,922,427 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to always keep focus on a textbox? Pin
Christian Graus17-Jan-09 11:33
protectorChristian Graus17-Jan-09 11:33 
QuestionRe: How to always keep focus on a textbox? Pin
xbiplav17-Jan-09 11:38
xbiplav17-Jan-09 11:38 
AnswerRe: How to always keep focus on a textbox? Pin
Colin Angus Mackay17-Jan-09 11:42
Colin Angus Mackay17-Jan-09 11:42 
Questionmobile conectivity Pin
vish143317-Jan-09 6:09
vish143317-Jan-09 6:09 
AnswerRe: mobile conectivity Pin
Wendelius17-Jan-09 6:31
mentorWendelius17-Jan-09 6:31 
AnswerRe: mobile conectivity Pin
EliottA17-Jan-09 6:34
EliottA17-Jan-09 6:34 
QuestionHow Do I.... Pin
rspercy6517-Jan-09 5:32
rspercy6517-Jan-09 5:32 
AnswerRe: How Do I.... Pin
Eddy Vluggen18-Jan-09 0:29
professionalEddy Vluggen18-Jan-09 0:29 
rspercy58 wrote:
How do I open the screen saver application using the Process control?
I just need to know the name of the file I need to execute it in


Screensavers have the file-extension ".scr", you might want to search your computer for those. The default screensavers are in the Windows folder, but third-party screensavers usually end up in "Program Files".

You can start a screensaver by passing it's path & filename to the Start-method of the Process-class, like this;

Process.Start("C:\WINDOWS\system32\ssstars.scr")

This will not change the users' default screensaver to "None", it will only start the screensaver that you specified. If you want to build your own screensaver, then check out the sample that Microsoft[^] provided.

Hope this helps,

I are troll Smile | :)

QuestionCOUNT items in node sub node, childre, ...ecc... Pin
sal2117-Jan-09 3:08
sal2117-Jan-09 3:08 
AnswerRe: COUNT items in node sub node, childre, ...ecc... Pin
Wendelius17-Jan-09 6:25
mentorWendelius17-Jan-09 6:25 
QuestionCPU Usages Pin
Anubhava Dimri17-Jan-09 0:21
Anubhava Dimri17-Jan-09 0:21 
AnswerRe: CPU Usages Pin
Wendelius17-Jan-09 0:24
mentorWendelius17-Jan-09 0:24 
GeneralRe: CPU Usages Pin
Anubhava Dimri23-Jan-09 1:42
Anubhava Dimri23-Jan-09 1:42 
GeneralRe: CPU Usages Pin
Wendelius23-Jan-09 3:34
mentorWendelius23-Jan-09 3:34 
QuestionProblem with resizing controls on form resize Pin
sohaib_a16-Jan-09 23:15
sohaib_a16-Jan-09 23:15 
AnswerRe: Problem with resizing controls on form resize Pin
Wendelius16-Jan-09 23:36
mentorWendelius16-Jan-09 23:36 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a16-Jan-09 23:48
sohaib_a16-Jan-09 23:48 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a17-Jan-09 0:14
sohaib_a17-Jan-09 0:14 
GeneralRe: Problem with resizing controls on form resize Pin
Wendelius17-Jan-09 0:21
mentorWendelius17-Jan-09 0:21 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a17-Jan-09 1:56
sohaib_a17-Jan-09 1:56 
GeneralRe: Problem with resizing controls on form resize Pin
Wendelius17-Jan-09 4:14
mentorWendelius17-Jan-09 4:14 
QuestionHow to runtime modify datasource of crystal report Pin
Ali 11016-Jan-09 20:41
Ali 11016-Jan-09 20:41 
AnswerRe: How to runtime modify datasource of crystal report Pin
Wendelius16-Jan-09 23:39
mentorWendelius16-Jan-09 23:39 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:00
Ali 11017-Jan-09 0:00 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:28
mentorWendelius17-Jan-09 0:28 

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.