Remember the .Line method and 'control'?

  • Thread starter Thread starter David Pendleton
  • Start date Start date
I'm not sure if I understand the subject correct.
What's the Windows Forms equivalent?

<F1>
VS.NET
VB and VC#
Upgrading Applications
Upgrading from VB 6
Introduction to VB.NET for VB6 veterans
Forms changes in VB.NET
Control, property, method, event changes...
Graphics changes in VB.NET




web (same topic):
http://msdn.microsoft.com/library/en-us/vbcon/html/vbconGraphicsChangesInVisualBasicNET.asp

and:
http://msdn.microsoft.com/library/en-us/dv_vbCode/html/vboriGDIExampleTopics.asp
http://msdn.microsoft.com/library/en-us/vbcon/html/vboriGDIFundamentals.asp
http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondrawingeditingimages.asp
 
g = forms.CreateGraphics( . . . . . .

g.drawline( x,y, . . . . .


Regards - OHM#

-----------------


David said:
What's the Windows Forms equivalent?

Thanks all.

Best Regards - OHMBest Regards - OHM (e-mail address removed)
 
Back
Top