Basic4android with VB6

dreamniel22

New Member
Hello,

I'm now developing a app with VB6.0 i was wondering how to connect it to, or convert it into android application using basic4android. Because i want my app to be more flexible. Thank you Very much :)
 

mc73

Well-Known Member
Licensed User
Longtime User
Having myself to port such apps from vb6 to b4a, here's my advice: grab the logic from your vb6 app and write the whole app straight from the beginning. I.e. hold the events, the variables and controls used, create the forms (ok layout files) and begin almost from scratch.
 
Top