Click here to Skip to main content
15,916,693 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralNeed Control Help Any One Pin
Virus Detecter21-Feb-05 20:51
Virus Detecter21-Feb-05 20:51 
GeneralRe: Need Control Help Any One Pin
Bad Sector21-Feb-05 22:26
Bad Sector21-Feb-05 22:26 
GeneralRe: Need Control Help Any One Pin
Virus Detecter22-Feb-05 3:15
Virus Detecter22-Feb-05 3:15 
QuestionProcessor number in VB6 ? Pin
a_yosef21-Feb-05 20:43
a_yosef21-Feb-05 20:43 
AnswerRe: Processor number in VB6 ? Pin
Dave Kreskowiak22-Feb-05 0:30
mveDave Kreskowiak22-Feb-05 0:30 
GeneralWindows Service not starting on reboot Pin
Maroela21-Feb-05 20:07
Maroela21-Feb-05 20:07 
Questionhow to check if the scheduled task ran successfully on a remote computer with vb.net Pin
MagicGirL8321-Feb-05 18:39
MagicGirL8321-Feb-05 18:39 
AnswerRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
Dave Kreskowiak22-Feb-05 4:10
mveDave Kreskowiak22-Feb-05 4:10 
The log is kept in a simple text file at C:\WINDOWS\SchedLgU.Txt
You can get to it via normal file methods using a UNC path: \\machinename\C$\WINDOWS\SchedLgU.Txt
That is, of course, if the target machine is in the same domain as your machine. Authentication to the target machine may become an issue if your not running in a domain environment.

You'll have to come up with your own code to parse up the log file into a suitable data structure.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
MagicGirL8322-Feb-05 12:26
MagicGirL8322-Feb-05 12:26 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
Dave Kreskowiak22-Feb-05 12:45
mveDave Kreskowiak22-Feb-05 12:45 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
MagicGirL8322-Feb-05 12:51
MagicGirL8322-Feb-05 12:51 
GeneralRe: how to check if the scheduled task ran successfully on a remote computer with vb.net Pin
Dave Kreskowiak23-Feb-05 0:37
mveDave Kreskowiak23-Feb-05 0:37 
GeneralMsgBox Pin
Yulianto.21-Feb-05 16:29
Yulianto.21-Feb-05 16:29 
GeneralRe: MsgBox Pin
Christian Graus21-Feb-05 16:34
protectorChristian Graus21-Feb-05 16:34 
GeneralRe: MsgBox Pin
Arnooel21-Feb-05 21:31
Arnooel21-Feb-05 21:31 
GeneralOnPaint method Pin
cadorna200321-Feb-05 16:27
cadorna200321-Feb-05 16:27 
GeneralRe: OnPaint method Pin
Christian Graus21-Feb-05 16:36
protectorChristian Graus21-Feb-05 16:36 
GeneralRe: OnPaint method Pin
cadorna200321-Feb-05 16:57
cadorna200321-Feb-05 16:57 
GeneralRe: OnPaint method Pin
Christian Graus21-Feb-05 17:08
protectorChristian Graus21-Feb-05 17:08 
GeneralRe: OnPaint method Pin
Dave Kreskowiak22-Feb-05 0:22
mveDave Kreskowiak22-Feb-05 0:22 
GeneralRe: OnPaint method Pin
cadorna200322-Feb-05 0:45
cadorna200322-Feb-05 0:45 
GeneralIBindStatusCallback Pin
Jack Clift21-Feb-05 14:32
Jack Clift21-Feb-05 14:32 
GeneralWin32 Hooks Pin
jcrussell21-Feb-05 14:20
jcrussell21-Feb-05 14:20 
GeneralRe: Win32 Hooks Pin
Dave Kreskowiak21-Feb-05 15:30
mveDave Kreskowiak21-Feb-05 15:30 
GeneralRe: Win32 Hooks Pin
jcrussell21-Feb-05 17:04
jcrussell21-Feb-05 17:04 

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.