|
-
Oct 23rd, 2008, 10:54 AM
#1
Thread Starter
New Member
problem programing with vb.net for pocket pc
hi,
i am trying to make a program to do equations... and i cannot get any command line to work i am used with vb6 command line and i guess the .net ones are different...
i have this code so far:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim txttest As Integer
txttest = 1234
End Sub
End Class
i made it to test my command so when i press on the button, the numbers 1234 are supposed to show on the textfield (txttest)... but nothing happens when i press on the button... can someone help me please?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|