Thursday, July 30, 2009

How to create program that can take in command line as parameters when startup with Visual Basic 6?

Would like to create a program that can be schedule to run and follow different routine depending on the parameters pass in when the program being call.

How to create program that can take in command line as parameters when startup with Visual Basic 6?
use the api "GetCommandLine"





Declare Function GetCommandLine Lib "Kernel32" As String





MsgBox "Command Line: " %26amp; GetCommandLine()
Reply:Look,dear to writing the coding for this program is not possible here,so first of all you do the coding for it if you are facing any problem then correction to be done by third person so first you initiate then ask me about it or directly consult with expert of this field guys at


http://www.commediait.com


or its concern department
Reply:Try this: http://www.vb-helper.com/howto_2005_comm...


No comments:

Post a Comment