I have the following code:
[vbcode]Private Sub cmdCalc_Click()
'calculate value of paperbacks
lblVp.Caption = Val(txtCpaper.Text)* Val(txtNpaper.Text)
[vbcode]
I run it and get the following message:
compile error: method or data member not found
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |