Skip to content

Planet-Source-Code/megagix-add-command-line-s-to-your-app__1-29096

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Add Command Line(s) to your App!

Description

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

More Info

I have found NO Side Effects yet, but if you have ANY problems you can Download the Demo

I am SURE this code works though!

If you have any doubts then download the demo and

run this (INCLUDE QUOTES!)

"C:\WINDOWS\Profiles\Jason Barnes\Desktop\Project1.exe" /Nosplash

Submitted On
By Megagix
Level Intermediate
User Rating 4.8 (81 globes from 17 users)
Compatibility VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
Category Coding Standards
World Visual Basic
Archive File

Source Code

' 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published