Results 1 to 13 of 13

Thread: Outside the box ideas and projects

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    Lightbulb Outside the box ideas and projects

    For all the questions about out of the ordinary ideas or projects on vb

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    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

  4. #4

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    Re: Outside the box ideas and projects

    oops, posted twice...

  5. #5
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    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)

  6. #6

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    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

  7. #7

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    Re: Outside the box ideas and projects

    sorry, the program will compile the code the user inputs pretty much

  8. #8
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    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

  9. #9

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    Re: Outside the box ideas and projects

    oh......

  10. #10

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    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?

  11. #11
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    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

  12. #12

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    11

    Re: Outside the box ideas and projects

    lol well maybe ill have a look around as well as looking at yours...

  13. #13
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: Outside the box ideas and projects

    Quote 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
  •  



Click Here to Expand Forum to Full Width