VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VectorBASIC 1.2

by Jesse Seidel (Dr. Fire) (22 Submissions)
Category: Complete Applications
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (12 Votes)

With this program you can write VBScript and have it ran as an EXE. I call it compiling in the program but it is not compiling at all. I couldnt figure out how to make it compile VBScript so I came up with the idea of making the form read an encrypted VBScript source code file in the same directory as the EXE, and the EXE decrypts it and the VBScript OCX runs it. I used functions in the forms to be able to create controls, they are used like this: Mform.MkBtn mform.height - 1000, mform.width - 1200, 500, 1000, "Load Pic". So far the only controls you can create are text boxes, command buttons, and images. In the next submission of VectorBASIC you'll see alot more controls to create. I used arrays and a very unique way of making it so you can set the events for the controls. But the way I have done it, there is a limit for each control, you can only have 1,000 controls of each on the form. The reason I am submitting this before its complete is because im having some issues with clearing the form when the user closes the form. It just creates more arrays... If you have a solution to this problem, it would be greatly appreciated. Now for some more information about this: The menus have icons on the left like VB6, you can open and save codes (it has its own file format), most of the command buttons have icons in them, and it color codes the code just like in VB6, except the code will be different colors. I have givin fill credit where it is due for the other codes and user controls I have used in it (which are displayed in the About). Well.. That pretty much wraps it up. Comments, and a solution to the form issue is greatly appreciated!

Rate VectorBASIC 1.2

Download VectorBASIC 1.2

Download VectorBASIC 1.2 (211 KB)

VectorBASIC 1.2 Comments

No comments have been posted about VectorBASIC 1.2. Why not be the first to post a comment about VectorBASIC 1.2.

Post your comment

Subject:
Message:
0/1000 characters