Click here to Skip to main content
15,923,168 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionReturn all Windows Handles Including Child Windows Pin
spiydr12-May-06 9:09
spiydr12-May-06 9:09 
QuestionHelp form windowstate/size/position problem [modified] Pin
Kschuler12-May-06 9:02
Kschuler12-May-06 9:02 
QuestionControl two soundcard using directX Possible? Pin
l03001012-May-06 8:39
l03001012-May-06 8:39 
QuestionHow to communication inside LAN Pin
cylix200012-May-06 6:17
cylix200012-May-06 6:17 
QuestionVS2003 ,net Com Interop problem with VBA Pin
markk112-May-06 5:55
markk112-May-06 5:55 
QuestionI looked for an area on atlas but did not see one Pin
erikkl200012-May-06 5:51
erikkl200012-May-06 5:51 
QuestionWindows Service Forms Pin
Josh McCune12-May-06 5:05
Josh McCune12-May-06 5:05 
AnswerRe: Windows Service Forms Pin
Dave Kreskowiak12-May-06 5:54
mveDave Kreskowiak12-May-06 5:54 
Josh McCune wrote:
but I would like to find a way to display a form while the machine is logged off


Can't be done using normal methods. The logon screen is being shown on a seperate desktop. Even screen savers are shown on a completely different desktop.

You could probably enumerate the Window Stations, and the Desktops in them, to find the one that the logon screen is on. You'll then have to switch to that Desktop in your code, provided the account your service is running under has the permissions to call SwitchDesktop. You can find out more about this here[^]. Oh! There is no built in support for this in the .NET Framework BCL.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionHow to Use window Search from application (vs 2003) Pin
Rizwan Bashir12-May-06 1:44
Rizwan Bashir12-May-06 1:44 
QuestionIs the IsDate() function flawed? Pin
i_daley12-May-06 1:16
i_daley12-May-06 1:16 
AnswerRe: Is the IsDate() function flawed? Pin
Guffa12-May-06 1:29
Guffa12-May-06 1:29 
QuestionRe: Is the IsDate() function flawed? Pin
i_daley12-May-06 1:39
i_daley12-May-06 1:39 
AnswerRe: Is the IsDate() function flawed? Pin
Guffa12-May-06 4:54
Guffa12-May-06 4:54 
GeneralRe: Is the IsDate() function flawed? Pin
i_daley14-May-06 23:26
i_daley14-May-06 23:26 
QuestionHelp me, help me ! Pin
baggioberto12-May-06 1:09
baggioberto12-May-06 1:09 
AnswerRe: Help me, help me ! Pin
Garner T13-May-06 4:51
Garner T13-May-06 4:51 
Questionuser name in vb.net 1.1 Pin
amaneet12-May-06 0:49
amaneet12-May-06 0:49 
AnswerRe: user name in vb.net 1.1 Pin
tosch12-May-06 1:24
tosch12-May-06 1:24 
GeneralRe: user name in vb.net 1.1 Pin
amaneet12-May-06 2:41
amaneet12-May-06 2:41 
QuestionHow to show a form with fade in and fade out effect? Pin
cylix200012-May-06 0:34
cylix200012-May-06 0:34 
AnswerRe: How to show a form with fade in and fade out effect? Pin
Robert Rohde12-May-06 1:58
Robert Rohde12-May-06 1:58 
Questiongoogle map Pin
Amit Agarrwal11-May-06 23:49
Amit Agarrwal11-May-06 23:49 
QuestionITs URGENT please help me Pin
M Nadeem11-May-06 22:10
M Nadeem11-May-06 22:10 
AnswerRe: ITs URGENT please help me Pin
J4amieC12-May-06 3:30
J4amieC12-May-06 3:30 
QuestionHow to find an excel sheet data range using vb.net. Pin
jkrao11-May-06 21:41
jkrao11-May-06 21:41 

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.