Questions tagged [vb4android]
33 questions
0
votes
1 answer
vb.net code for Android app
I am working on a BlackBerry app. This app has already been developed in Android in "Basic4Android" program. The code for the android app is written in vb.net. I need to write the exact same code for BlackBerry. I am trying to understand this method…

Sarah
- 1,895
- 2
- 21
- 39
0
votes
1 answer
Synthetic landscape 360 degree
Does anyone have experience about SRTM or HGT or DEM files ("DIGITAL ELEVATION DATA") with you can create a static and synthetic landscape of the type of the image :
http://www.lalpinistavirtuale.it/Panorami/Ronce_sintetico.jpg
I would like to…

user1369569
- 11
- 3
-1
votes
1 answer
Variable passed to SQL statement returns nothing, no errors though
I'm passing a variable to an SQL query.
Dim accept As String
accept = Cursor1.GetString("accepted_id")
Msgbox(accept, "")
Cursor1 = SQL1.ExecQuery("SELECT answer FROM answers WHERE accepted_id =" & " 'accept' " )
There's more code but…

user7668482
- 151
- 6