Click here to Skip to main content
16,015,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Registry keys Pin
Dave Kreskowiak15-Feb-06 14:28
mveDave Kreskowiak15-Feb-06 14:28 
Questionole automation help? Pin
İsmail Durmaz15-Feb-06 9:41
İsmail Durmaz15-Feb-06 9:41 
AnswerRe: ole automation help? Pin
Dave Kreskowiak15-Feb-06 10:40
mveDave Kreskowiak15-Feb-06 10:40 
QuestionNeed help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Slow Learner15-Feb-06 9:27
Slow Learner15-Feb-06 9:27 
AnswerRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Dave Kreskowiak15-Feb-06 10:37
mveDave Kreskowiak15-Feb-06 10:37 
GeneralRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Slow Learner15-Feb-06 11:13
Slow Learner15-Feb-06 11:13 
GeneralRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Steve Pullan15-Feb-06 11:41
Steve Pullan15-Feb-06 11:41 
GeneralRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Dave Kreskowiak15-Feb-06 13:00
mveDave Kreskowiak15-Feb-06 13:00 
Yeah, I agree with Steve. If this is your first app, you've really bitten off more than you can chew.

Creating a service isn't really easy for a lot of reasons. To start with, you don't get to put in a UI. Services, on startup, are expected to create a seperate thread to start their main execution loop. You also can't just start the service and debug it. You've got to install i, start the service, then attach the debugger to it, making startup problems a bit of a pain to diagnose, ... The list goes on...

If you're not doing any processing of these file, just copying them, you can get away with creating a batch file (*.CMD or *.BAT) run from Windows Scheduler (Scheduled Tasks) that'll do this for you quite easily.


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

GeneralRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Slow Learner15-Feb-06 13:41
Slow Learner15-Feb-06 13:41 
GeneralRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Steve Pullan15-Feb-06 14:11
Steve Pullan15-Feb-06 14:11 
GeneralRe: Need help on creating an .exe file that move files on the production server - VS2005 and vb.net Pin
Dave Kreskowiak15-Feb-06 14:17
mveDave Kreskowiak15-Feb-06 14:17 
QuestionReading Icons Pin
Quecumber25615-Feb-06 8:42
Quecumber25615-Feb-06 8:42 
AnswerRe: Reading Icons Pin
Dave Kreskowiak15-Feb-06 10:35
mveDave Kreskowiak15-Feb-06 10:35 
GeneralRe: Reading Icons Pin
Quecumber25615-Feb-06 13:52
Quecumber25615-Feb-06 13:52 
GeneralRe: Reading Icons Pin
Dave Kreskowiak15-Feb-06 15:14
mveDave Kreskowiak15-Feb-06 15:14 
QuestionCreating larger controls Pin
K. Shaffer15-Feb-06 5:47
K. Shaffer15-Feb-06 5:47 
AnswerRe: Creating larger controls Pin
Dave Kreskowiak15-Feb-06 10:22
mveDave Kreskowiak15-Feb-06 10:22 
QuestionHow to Place a MDI Child on Parent form panel control Pin
GetFree123GetFree15-Feb-06 5:03
GetFree123GetFree15-Feb-06 5:03 
AnswerRe: How to Place a MDI Child on Parent form panel control Pin
Dave Kreskowiak15-Feb-06 10:13
mveDave Kreskowiak15-Feb-06 10:13 
GeneralRe: How to Place a MDI Child on Parent form panel control Pin
GetFree123GetFree16-Feb-06 4:29
GetFree123GetFree16-Feb-06 4:29 
QuestionReport Pin
Greeky15-Feb-06 2:45
Greeky15-Feb-06 2:45 
QuestionTextBox Names Pin
Konstantin_progr15-Feb-06 2:41
Konstantin_progr15-Feb-06 2:41 
AnswerRe: TextBox Names Pin
Greeky15-Feb-06 3:04
Greeky15-Feb-06 3:04 
GeneralRe: TextBox Names Pin
Konstantin_progr15-Feb-06 3:41
Konstantin_progr15-Feb-06 3:41 
GeneralRe: TextBox Names Pin
Greeky15-Feb-06 3:51
Greeky15-Feb-06 3:51 

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.