Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
173 views

Running a eVB application on WM6 device

I have a eVB application that I need to get running on newer WM6+ devices and need to know if at all its possible? I have installed the VB Runtime files and I can manage to get the program installed ...
0
votes
1answer
193 views

How to open a file and put its contents In a TextField?

I'm trying to learn how to open a file, and put its contents in a TextField, using a Common Dialog, only a command dialog in Visual Basic 6. I need this using a only a common dialog, because I'm ...
0
votes
3answers
517 views

How To Put a Menu Bar in an Application

I'm having some problems with eVB. How can I put a menu bar in an eVB project? I can't see any components to do that, and I don't know how to do this. Here is an example of a menu bar made in eVB, but ...
0
votes
2answers
319 views

How to Save a TextField Content to a File in VB

I'm trying to know how to save a content of a TextField to a File, like a .txt, using a Common Dialog, only a command dialog in Visual Basic 6, i need this using a only a common dialog, because i'm ...