Thread: Visual Basic PrintForm method

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    24

    Visual Basic PrintForm method

    I am working on an application where I have created a form that needs to be printed. I decided to use the PrintForm method in Visual Basic. The problem is that only part of the form prints out although there is still space left on the page. I've noticed that only the part of the form that is visible on the screen prints out but I thought that this shouldn't matter with the PrintForm method.

    Does anyone have any ideas on what I should do to correct this?

    Any help will be greatly appreciated.

    Tesita

  2. #2
    Registered User The15th's Avatar
    Join Date
    Aug 2001
    Posts
    125
    >>Does anyone have any ideas on what I should do to correct this?

    goto your computer, highlight your VB folder and hit the delete button... Then grab a copy of VC++ and re-program your software in C/C++.
    arrh, i got nothing good to say.
    http://www.praxis1.vic.edu.au/home/dcola/

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    24

    HAHA

    Thanks for the non-response.

    By the way I do have VC++ but I would like to know how to do it in Visual Basic. Does anyone "ELSE" have any ideas?


    Tesita

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. visual basic vs C or C++
    By FOOTOO in forum Windows Programming
    Replies: 5
    Last Post: 02-06-2005, 08:41 PM
  4. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM