Results 1 to 2 of 2

Thread: Help me plz !

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    5

    Unhappy Help me plz !

    Hi ...
    i need help if u don't mind ..I have program in Visual Basic 6.0 & i want to active program written in borlandC++ How i can do it ?!!
    ------------------/'^'\
    ---------------- ( o o )
    ---------oOOO--(_)--OOOo--
    --------------Do0O0oDi®
    -------------- ooO Oooo.
    ----------------\ (----( )-----
    -----------------\_) ) /
    --------------------\_)

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    You can use the Shell function to execute any application
    VB Code:
    1. Shell "C:\Path\Program.exe", vbNormalFocus
    Best regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width