-
QB.net
see: http://www.vbforums.com/showthread.p...hreadid=150091
it discusses some aspects of C#, but also there is als someone saying that they would be in heaven if there was a QBasic.net... anyone care to help me, and teach me how to do this?? what would i need to do to make a good compiler and stuff...
-
Simalar!
I was thinkin of making my own version of QBasic. It might not be .Net but we could allow access to DLL files. Also, we could add Winsock, FTP Access through the language. It could compile to some type of format that was a EXE(Designed to Run the code) with the code attached.
-
yeah, that was kinda my idea too (just calling it .net just to fit w/ the new programs)... but the thing is i wouldn't know how to do this... do you know any C++??
-
that would work.. the problem is two people that live no where near eachother trying to build the same program at the same time... any ideas on how to overcome that obstacle??
-
REALTIME VB?
Maybe first I could write up a real time VB program that would allow us to write a program in one window, modify it in the other persons window, and when told turn it into a VB file so it could be tested. Chat would be built in.
-
What state do u live in n e way?
-
-
GreenCode(my project)
I am working on a similar/Different project. Basically you create a program in a vb based thing. basically you create a form, add checkboxes/buttons. Then put any code you want in. It would like like Visual Basic except, only two controls, and instead of timers, what would go in a timer goes in the "main loop". Then you press Create and it compiles into QBasic code so you can run it/ play with it in whatever version of QByou have.