Advertisement
3_2004-2005 Coding Standards #138580

Add Command Line(s) to your App!

This code is simple and easy! This code allows you to run command from the start menu. EXAMPLE: Start> Run> C:\Folder\MyApp.Exe /NoSplash

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
' Just add this code to your Project...
' You can Change Commands and Functions
Private Sub Form_Load()
If Command = "/hide" then
'Function Here
ElseIf Command = "/BLACKback" then
Me.BackColor = &H0&
end if
End Sub
Original Comments (3)
Recovered from Wayback Machine