Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET equivalent of the VB(v.6) Picturebox print method.

Status
Not open for further replies.

JorgeL

Programmer
Oct 29, 2002
10
US
I imported this project from VB(v.6) into VB.net and received this message:
'UPGRADE_ISSUE: PictureBox method picResult.Print was not upgraded.

I would appreciate any assistance in printing a text literal inside a picturebox.

The name of my picture box is picresult and I have this code defined in my picresult picturebox VB(v.6) logic.
'*picResult.Print("Interest", "Payment", _
"Diff. from " &frmInput2.DefInstance.txtRate.Text & "%")


Thank you ahead of time for your assistance, JorgeL. [pc3]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top