View Full Version : can u suggest the best site for Visual Basic 6.0 discussion forums
netharam
07-22-2002, 06:29 AM
I'm familiar whether you would accept doubts on Visula Basic specifically,so can U suggest me the best discussion forum for VB 6.0. I'm sorry if you accept them in this forum itself.
anyaway the doubt is:
I don't know much of VB & I want to print the currently active VB form in a paper. i.e I want to transfer the form to the printer without prompting the print dialog of windows by the click of a commandbutton labelled "Print Now". Thank you in advance.:D
Ghost_Hacker
07-22-2002, 10:33 AM
Here's one:
VB forum (http://www.tek-tips.com/gthreadminder.cfm/lev2/4/lev3/32/pid/222)
You might also try the "programming" forum on this site. (I would post to both :) )
rahulkothari
07-22-2002, 02:57 PM
www.programmersheaven.com
i am not sure whether this is the 'best' forum for VB, but for C , it certainly is. These guys were a great help when i was working on a C project, a year back.
Paul Komski
07-22-2002, 10:00 PM
Sub PrintNow_Click()
DoCmd.PrintOut acPrintAll, , , acHigh, 1, True
End Sub
This works in VBA so almost certainly in VB. The other way would be a DoMenuItem and select the menu item you would be using to print - but it has never been consistent for me.
btw: Over a quarter of a million Google/UsenetGp threads HERE (http://groups.google.com/groups?q=vb6&sourceid=opera&num=0&ie=utf-8&oe=utf-8) so then adjust your search for what you are specifically looking for.
vBulletin v3.6.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.