A Armin Zingler Dec 6, 2003 #2 I'm not sure if I understand the subject correct. What's the Windows Forms equivalent? Click to expand... <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
I'm not sure if I understand the subject correct. What's the Windows Forms equivalent? Click to expand... <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
O One Handed Man [ OHM ] Dec 6, 2003 #3 g = forms.CreateGraphics( . . . . . . g.drawline( x,y, . . . . . Regards - OHM# ----------------- David said: What's the Windows Forms equivalent? Thanks all. Click to expand... Best Regards - OHMBest Regards - OHM (e-mail address removed)
g = forms.CreateGraphics( . . . . . . g.drawline( x,y, . . . . . Regards - OHM# ----------------- David said: What's the Windows Forms equivalent? Thanks all. Click to expand... Best Regards - OHMBest Regards - OHM (e-mail address removed)
H Herfried K. Wagner [MVP] Dec 6, 2003 #4 * "David Pendleton said: What's the Windows Forms equivalent? Click to expand... In addition to the other replies: Line control "replacement": <http://download.microsoft.com/download/7/e/0/7e070297-47fe-4443-9194-ab57acd8ea01/LineControls.msi>
* "David Pendleton said: What's the Windows Forms equivalent? Click to expand... In addition to the other replies: Line control "replacement": <http://download.microsoft.com/download/7/e/0/7e070297-47fe-4443-9194-ab57acd8ea01/LineControls.msi>