Hi,
Can someone can tell me how to check keys event (KeyPress, KeyDown) in listBox?
I have a main menu in the ListBox. In the main menu there are several options. I want to be able go to the particular option and press enter to access that option. Can I use keysevent in the ListBox to check...
Please help,
Well... I don't know where I start ... anyway, I consume web service for my device (PPC) and I declare below:
Dim myDS as new www.mywebservice.net
Dim dsRemote As DataSet
dsRemote = myDS.getItems()
...
The code above is working perfectly fine...But my question is, can I assign URL...
Hi,
I want to to select an item from my table and hold (insert) it into a string that I declare. How do I do it in VB.NET.
For instance,
Dim holdItem as string
Dim SQL as string = "SELECT item from mytable WHERE ...."
My question is how select that item and insert into holdItem as I declare...
Hi,
I got the Dataset from web service and I want to update/insert that Dataset into the local table in the Pocket PC. Can any one give some idea or code that can help me?
Any help would appreciate.
Thanks
Hi all,
I want copy a dataset from web service and insert that dataset into my local table database in Pocket PPC in VB.NET. Any one can give the directions, I appreciate it.
Here I have so far:
<WebMethod()> Public Function GetCustomers() As DataSet
'Modify this Connection string to use your...
Please help,
I use VB.NET for coding the PPC for Symbol and Intermec CK30. Can anyone show me how to make beeps in PPC when I scan an invalid barcode.
Thanks.
Hello,
I am currently working on a project for scanner Intermec CK30 in VB.NET. This project is that scanning the barcode and write barcodes to the file. And I have a couple questions to ask, please help me if you could:
1) I have two textbox, let say txtbox1 and textbox2. When I scan a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.