|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
executing a command immediatly
hey, i'm building a program to run some scripts on my computer, and i need to have it do something immedialy when the form loads, so how do i do that? i tried to see if there was an onload or onstart command for a form but haven't found anything yet. so how do you do it?
|
|
#2
|
|||
|
|||
|
VB6 forms have a load event. Look at the events available for the form in design mode.
|
|
#3
|
||||
|
||||
|
ok here's the next problem, i'm using vb5
|
|
#4
|
||||
|
||||
|
Try the Initialize procedure. Which is triggered before the form is displayed, or you could try the Activate procedure which is triggered after the form is displayed.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > executing a command immediatly |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|