Hi
Can someone help me plotting results on a picturebox using VB.NET ?
Based on VB’s help I made up the following code – which works fine as long as the Do-While-loop is disconnected by the ‘Exit Sub’ in line 6 of sub Button1_Click – but if the loop is active as needed for plotting there happens no drawing at all.
What’s wrong ???
[code=vbnet]
Public Class AnalResult
Dim RcDraw As Rectangle...