home *** CD-ROM | disk | FTP | other *** search
- Form1
- Form1
- Form15D
- Timer1
- timer1_timer
- form1
- @ Form_Load
- timer1v
- Interval
- Caption
- ControlBoxU
- MaxButtonp
- MinButtonF
- Form_MouseDown
- ButtonL
- Shiftc
- Form_MouseMove
- NCallsj
- NumCalls|
- Form_MouseUp
- PrevInstance
- Width
- Height
- windowstaet
- WindowState
- Form_KeyDownJ
- KeyCode
- Form_KeyPress
- KeyAscii3
- Form_KeyUp:
- SetWindowPos
- SWP_NOMOVE<
- SWP_NO_SIZE
- FLAGS
- SWP_NOSIZEZ
- HWND_TOPMOST
- HWND_NOTOPMOST6
- Form_Resize
- MB_OK
- MAX_NUM_CALLSV
- randomLine
- BorderStyle
- BackColorK
- colour{
- MousePointer]
- GetModuleHandle=
- lpModuleName
- GetClassWord
- nIndex
- ExtractIconv
- hInste
- lpszExeNameo
- hIconH
- DrawIcon
- GWW_HINSTANCE
- GCW_HMODULE
- Command1_Click
- picture1
- Picture$
- progName
- picture2
- AutoRedrawv
- KeyStops
- KeyHitStops
- MouseMoveStops
- Enabled(
- Command2_Click
- ATTR_DIRECTORY
- Form_Click
- ListSubDirsU
- Countc
- dirName
- List1
- SaverType
- SAVER_ICONS
- EndSelect
- SubDirs"
- SAVER_LINES
- SaverInited
- randomIcon
- Picture1_Click1
- Direcw
- NumDirecs
- Command3_Click
- GetPrivateProfileStringj
- lpApplicationName
- lpKeyName
- lpDefault
- lpReturnedString6
- nSize
- lpFileName
- WritePrivateProfileString
- lpStringp
- lplFileName&
- INIGet
- vsINISection
- vsINIVar
- vsDefault
- sINIFileA
- sRetStr
- EXEName
- INIPut
- vsValue
- DrawWidth
- SetCursor
- hCursor
- GetCursor
- Form_Unload
- Cancel
- Form_Paint
- .. true if it has been
- APIs to hide mouse pointer
- holds the original mouse pointer handlel
- Form_Load
- FORM_LOAD: First port of call for the application. Checks it is not runningg
- already and sets up basic form characteristics, etcs
- Stop a second copy of this program from being run concurrently...)
- Saver has not been initialised...
- Set up basic form properties....
- form1.BorderStyle = 0
- ..theses
- form1.ControlBox = False are set
- form1.MaxButton = False
- at designe
- form1.MinButton = False
- time..
- maximisedm
- black
- form1.AutoRedraw = True 'optionalo
- Get rid of mouse pointer, and hold what it was previously...
- Drawing gets done by the timer...
- quarter second
- different random number sequence each time
- Form_MouseDown
- FORM_MOUSEDOWN: As for Form_MouseUp -
- we don't 'End' until this is called twice.
- Form_MouseMove
- FORM_MOUSEMOVE: As for Form_MouseUp --
- we don't 'End' until this is called twice.
- Form_MouseUp
- FORM_MOUSEUP: First couple of mouse events are a result of loading
- the app - so we don't 'End' until this is called twice.
- Form_Unload
- FORM_UNLOAD: Restore original cursor on the way out.
- Restore original cursor)
- timer1_timer
- TIMER1_TIMER - called every so often - simply does the bit of the drawing*
- Does initialisation first if SaverInited is falses
- a random colour - UK spelling not reserved in VB
- Clear screen initially and also periodically...
- Hide the mouse pointer
- We've been called one more timet
- Get random coordinates, line colour and line width...
- Go draw it in the current form
-