Click here to Skip to main content
15,888,208 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerUse linked tables Pin
David Mujica29-Jan-09 4:37
David Mujica29-Jan-09 4:37 
QuestionFile Attribute / Owner of file Pin
pedefetoll28-Jan-09 23:33
pedefetoll28-Jan-09 23:33 
AnswerRe: File Attribute / Owner of file Pin
Nanda_MR29-Jan-09 1:37
Nanda_MR29-Jan-09 1:37 
GeneralRe: File Attribute / Owner of file Pin
pedefetoll29-Jan-09 2:19
pedefetoll29-Jan-09 2:19 
AnswerRe: File Attribute / Owner of file Pin
dan!sh 29-Jan-09 3:51
professional dan!sh 29-Jan-09 3:51 
QuestionHow to schudule a click of button(VB .Net) in windows scheduler? Pin
Ramki Sankaran28-Jan-09 23:22
Ramki Sankaran28-Jan-09 23:22 
AnswerRe: How to schudule a click of button(VB .Net) in windows scheduler? Pin
Ashfield29-Jan-09 1:19
Ashfield29-Jan-09 1:19 
AnswerRe: How to schudule a click of button(VB .Net) in windows scheduler? Pin
Dave Kreskowiak29-Jan-09 3:28
mveDave Kreskowiak29-Jan-09 3:28 
The Scheduler cannot click buttons. Your code has to be rewritten to accept command line parameters, which the Schedular CAN use, to tell your app what to do.

Also, don't put actual work methods in the button Click handlers. Move that code to other methods that can be called from your command line handler or from the Click handlers or from just about anywhere else you're going to need to cal that code from.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: How to schudule a click of button(VB .Net) in windows scheduler? Pin
Jon_Boy29-Jan-09 3:37
Jon_Boy29-Jan-09 3:37 
QuestionLog On screen in VB.Net Pin
vijay248228-Jan-09 22:45
vijay248228-Jan-09 22:45 
AnswerRe: Log On screen in VB.Net Pin
Eddy Vluggen29-Jan-09 0:43
professionalEddy Vluggen29-Jan-09 0:43 
GeneralRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 1:17
vijay248229-Jan-09 1:17 
GeneralRe: Log On screen in VB.Net Pin
Eddy Vluggen29-Jan-09 1:52
professionalEddy Vluggen29-Jan-09 1:52 
AnswerRe: Log On screen in VB.Net Pin
Ashfield29-Jan-09 1:22
Ashfield29-Jan-09 1:22 
AnswerRe: Log On screen in VB.Net Pin
Dave Kreskowiak29-Jan-09 3:25
mveDave Kreskowiak29-Jan-09 3:25 
GeneralRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 4:11
vijay248229-Jan-09 4:11 
QuestionRe: Log On screen in VB.Net Pin
dan!sh 29-Jan-09 4:18
professional dan!sh 29-Jan-09 4:18 
AnswerRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 4:19
vijay248229-Jan-09 4:19 
GeneralRe: Log On screen in VB.Net Pin
Dave Kreskowiak29-Jan-09 18:22
mveDave Kreskowiak29-Jan-09 18:22 
GeneralRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 21:19
vijay248229-Jan-09 21:19 
QuestionVB6.0 Pin
Caryldain28-Jan-09 22:31
Caryldain28-Jan-09 22:31 
AnswerRe: VB6.0 Pin
Nanda_MR28-Jan-09 23:24
Nanda_MR28-Jan-09 23:24 
AnswerRe: VB6.0 Pin
solomondevapaul12328-Jan-09 23:43
solomondevapaul12328-Jan-09 23:43 
Questionhexadecimal conversion Pin
aswd28-Jan-09 20:48
aswd28-Jan-09 20:48 
AnswerRe: hexadecimal conversion Pin
Ashutosh Phoujdar28-Jan-09 21:12
Ashutosh Phoujdar28-Jan-09 21:12 

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.