evb

How to Save a TextField Content to a File in VB

Hello, 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 trying to do the same aplication in eVB, and eVB does not support this methods: Dim objFSO As New Scripting.FileSystemObject D...

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 it's not my program. I found this image in Google: ...

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 trying to do the same application in eVB, and eVB does not support things like these, that makes the VB6 development more simple: Dim objFSO A...

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 but it fails to run with "Access Denied" Errors. I have the eVB source files so if I need to re-package the installation I can. Has anyo...