CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How do I get a checkbox to print out on paper?

    How do I get a checkbox control to print out on paper and look like it does on the form (like a square with/without a check in it)? I'm not using printform, I'm using printer.print etc. When I try printer.print checkboxname, it just prints out the value (0 or 1).


  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: How do I get a checkbox to print out on paper?

    When you just use a checkboxes name anywhere, vb replaces it with the value of the default member, in this case value. You'd need to print out a screen shot probably.


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

Featured