Advertisement
2002C Coding Standards #15163

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

Résumé par IA: 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.

Code source
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
Commentaires originaux (3)
Récupéré via Wayback Machine