|
-
Nov 15th, 2006, 05:24 AM
#1
Thread Starter
New Member
Outside the box ideas and projects
For all the questions about out of the ordinary ideas or projects on vb
-
Nov 15th, 2006, 05:28 AM
#2
Thread Starter
New Member
Re: Outside the box ideas and projects
A project i had been thinking of would be a large text input area, into which users can input their own code and then compile. kinda of like a mini no-install version of vb with somewhat limited features. let me know what u think or any ideas
-
Nov 15th, 2006, 05:29 AM
#3
Thread Starter
New Member
An idea of mine
A project i had been thinking of would be a large text input area, into which users can input their own code and then compile. kinda of like a mini no-install version of vb with somewhat limited features. let me know what u think or if u have any ideas
-
Nov 15th, 2006, 05:29 AM
#4
Thread Starter
New Member
Re: Outside the box ideas and projects
-
Nov 15th, 2006, 05:43 AM
#5
Re: Outside the box ideas and projects
if you want to compile VB code then you'll need VB compiler - if you're trying to write a scripting language then one already exists for VB (VBScript)
-
Nov 15th, 2006, 05:46 AM
#6
Thread Starter
New Member
Re: Outside the box ideas and projects
mm yes i meant more like a less powerful vb, you type your code (in VBScript) and then click compile it using the program
-
Nov 15th, 2006, 05:47 AM
#7
Thread Starter
New Member
Re: Outside the box ideas and projects
sorry, the program will compile the code the user inputs pretty much
-
Nov 15th, 2006, 05:52 AM
#8
Re: Outside the box ideas and projects
You can't write a compiler in VB. Its literally impossible.
You can write a scripting language, quite easily. I uploaded one on here a while ago which was pretty basic called "CScript". Other than that, all you can make is an "IDE" for VBScript.
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Nov 15th, 2006, 05:53 AM
#9
Thread Starter
New Member
Re: Outside the box ideas and projects
-
Nov 15th, 2006, 05:55 AM
#10
Thread Starter
New Member
Re: Outside the box ideas and projects
could u maybe give me a reference to your language, or maybe some ideas on these IDE's?
-
Nov 15th, 2006, 06:08 AM
#11
Re: Outside the box ideas and projects
My crappy script thing is here:
http://www.vbforums.com/showthread.p...hlight=CScript
I never got around to finishing it. Theres hundreds of scripting language examples on planetsourcecode.com. Some are better than others. Mine is the only one that allows for your own types though, from what I've seen. It's extremely badly coded, so try to see how I did it and improve 
IDE's are programs that make writing code easier. Visual Studio is an IDE, and its what we use for programming in VB6 code. I said "IDE", because writing something similar for VBScript couldn't in any way, shape, or form be considered an actual IDE. To give you an idea though, it should just be a text editor, and if people wanted to run their scripts you save their scripts as .vbs files then Shell() them.
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Nov 15th, 2006, 06:09 AM
#12
Thread Starter
New Member
Re: Outside the box ideas and projects
lol well maybe ill have a look around as well as looking at yours...
-
Nov 15th, 2006, 07:57 AM
#13
PowerPoster
Re: Outside the box ideas and projects
 Originally Posted by chemicalNova
You can't write a compiler in VB. Its literally impossible.
I wouldn't go that far...I'm sure it is possible to do so if you had enough of an understanding of executables. Beyond our abilities though :-)
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|