.NETGURU
vb 2005 Express (from VB6)
Messages   Related Types
This message was discovered on microsoft.public.dotnet.languages.vb.upgrade.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

Richard K Bethell
Mostly I want to thank the powers that be for a much improved upgrade engine
that finally handles printing. Now I should note that my upgrade did not
really work, on a fairly simple sample:

Private Sub btnPrint_Click()
Printer.CurrentX = 10
Printer.CurrentY = 10
Printer.FontSize = 30
Printer.Font = "Verdana"
Printer.FontBold = True
Printer.Print "Yeah Baby yeah!"
Printer.EndDoc
MsgBox "Done!"
End Sub

gives me....

Private Sub btnPrint_Click(ByVal eventSender As System.Object, ByVal
eventArgs As System.EventArgs) Handles btnPrint.Click

My.Computer.Printers(0).CurrentX = 10

My.Computer.Printers(0).CurrentY = 10

VB6.FontChangeSize(My.Computer.Printers(0).Font, 30)

My.Computer.Printers(0).Font =
VB6.FontChangeName(My.Computer.Printers(0).Font, "Verdana")

VB6.FontChangeBold(My.Computer.Printers(0).Font, True)

My.Computer.Printers(0).Write("Yeah Baby yeah!")

My.Computer.Printers(0).NewPage()

MsgBox("Done!")

End Sub

....which just hangs there and prints nothing. But it is only beta 1, and I
didn't really expect it to do anything great! I just want to say thanks for
a much needed improvement!

Richard

Reply to this message...
 
    
Herfried K. Wagner [MVP] (VIP)
"Richard K Bethell" <Click here to reveal e-mail address> schrieb:
[Original message clipped]

If you think that's a bug, consider posting it to Product IT Certification Center:

<URL:http://lab.msdn.microsoft.com/productfeedback/>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Reply to this message...
 
    
Cindy Winegarden
In news: Click here to reveal e-mail address,
Richard K Bethell <Click here to reveal e-mail address> wrote:
[Original message clipped]

To add to what Herfried said, you can post to
microsoft.private.visualbasic.migration. Login and password information are
at http://lab.msdn.microsoft.com/vs2005/community/. Note that I see this
newsgroup in my OE list but I don't see it in the list in the web-based
newsreader.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
Click here to reveal e-mail address www.cindywinegarden.com

Reply to this message...
 
 
System.EventArgs
System.Object




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification