Results 1 to 3 of 3

Thread: I have two other questions-Help Please

  1. #1
    Blacknight
    Guest

    I have two other questions-Help Please

    The first is how do I make a setup program. I know there is a way to use something wich is already built in so your program will have a setup.

    The second is how do I print a form which I drew on with only graphical commands like:
    form1.line(x1,y2)-(x2,y2)
    or
    form1.circle(x1,y1),r

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    1. Use the Package And Deployment Wizard.
    2. Try putting
    VB Code:
    1. Me.PrintForm
    in a button click event.

  3. #3
    Blacknight
    Guest
    The me.printform doesn't work, it doesn't print my graphical commands like:
    form1.line(x1,y1)-(x2,y2)
    and how do you use the Package and Deployment Wizard.

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