Re: Pass command line Arguments ?



Private Sub Form_Load()
Debug.Print Command$
End Sub

You can experiment with this at design time by opening the
Project Properties dialog (Project|Properties), selecting the Make tab and
entering sample command line arguments.

"Nisith B Paul" <NisithBPaul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2DD14EE7-FB6F-4B14-B8D3-8AF1020327AD@xxxxxxxxxxxxxxxx
> Hello sir,
> How, can i pass any command line arguments (Through Run Command)
> pass when my VB6 application execute and that's values
> are receive when form activate.
>
> Kindly Help me
> Thanks.


.



Relevant Pages

  • Re: VBA code ok in Excel 2003, but crashes Excel 2002 & 2000
    ... for any routine that will lead to changing the active sheet. ... or Down Arrow to get onto the command button. ... Private Sub TextBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ... Dim bBackwards, bForwards As Boolean ...
    (microsoft.public.excel.programming)
  • Re: Form not closing properly
    ... the white area it refreshes to the normal gray background. ... I had the command button on the footer of the main form and moved it to the ... Private Sub cmdSaveClose_Click ... DoCmd.Close acForm, "frmHazActPlan" ...
    (microsoft.public.access.modulesdaovba)
  • RE: Userforms and editing current records
    ... Private Sub CmdMenu_Click ... ' This is the command to save the document and leave the form open ... MsgBox "The received date box must be completed.", vbExclamation, "Job ... format.", vbExclamation, "Job Index" ...
    (microsoft.public.excel.programming)
  • Re: Increase max Options in an Option Group
    ... > The Corp Tech Demos has a Customer Menu form with all customers in alpha ... There is a tall command ... > Private Sub cmdIndex_MouseMove(_ ... >> The Option Group Wizard is limiting me to 20 options, ...
    (microsoft.public.access.forms)
  • Re: Me.Command0.Visible = CurrentUser = "ManagerUserName"
    ... the name of the button is Option3 but it's not a form I'm trying to ... Private Sub Report_Open ... Opened the properties of the command button I wanted to change. ... > that event to be firing, the control must have the focus, and you can't ...
    (microsoft.public.access.forms)