Search found 111 matches

by Harry Potter
Wed Aug 12, 2009 11:57 am
Forum: General Discussion
Topic: Speeding up the coding process
Replies: 21
Views: 37286

says he can't bring software in, so I'm guessing no discs at school? No, no disks at school. I can't use my mother's e-mail account: it locked up one of the computers. It isn't exactly school, though, but I don't want to discuss the details, though. my mother takes away my computer for months at a ...
by Harry Potter
Tue Aug 11, 2009 11:57 am
Forum: General Discussion
Topic: Speeding up the coding process
Replies: 21
Views: 37286

Sorry, but he has posted numerous POLLS, projects, ideas and no results. Exactly why I need this help! So: send some code, even incomplete: maybe someone can give you hints. I can't access my e-mail (which is actually my mother's) or bring in software to where I get my internet, so I can't show my ...
by Harry Potter
Mon Aug 10, 2009 11:37 am
Forum: General Discussion
Topic: Speeding up the coding process
Replies: 21
Views: 37286

Speeding up the coding process

Other than templates and macros, what can I do to increase my coding speed? I'm taking too long. :(
by Harry Potter
Mon Aug 10, 2009 10:43 am
Forum: General Discussion
Topic: My grandfather died.
Replies: 4
Views: 14658

Thank you for your support, guys. I always enjoyed his company, but I haven't seen him in years. :cry:
by Harry Potter
Thu Aug 06, 2009 11:57 am
Forum: General Discussion
Topic: My grandfather died.
Replies: 4
Views: 14658

My grandfather died.

:cry: Don't worry about me, I'm fine.
by Harry Potter
Mon Aug 03, 2009 10:48 am
Forum: General Discussion
Topic: VBDOS Colors dialog upload issue
Replies: 1
Views: 6757

VBDOS Colors dialog upload issue

Colors Dialog is a VBDOS dialog box that allows the user to select a color scheme for a program. It can handle multiple schemes and select any such. You can also add a scheme. It includes instructions to implement it to your program. It is expandable. It is not finished. Tell me what you think. Whe...
by Harry Potter
Mon Jul 20, 2009 11:57 am
Forum: General Discussion
Topic: QB4.5/VBDOS routine adder?
Replies: 2
Views: 7921

QB4.5/VBDOS routine adder?

Would it be a good idea to create a program to add a SUB or FUNCTION procedure to a file automatically? Maybe both supplied procedures (expandable) and empty ones? I got the idea from the "Useful Batch Files" thread. I'd appreciate any feedback.
by Harry Potter
Mon Jul 20, 2009 11:43 am
Forum: General Discussion
Topic: Continue Template Creator for DOS?
Replies: 1
Views: 6439

I would like the users here to share some useful templates for TmpCreat . I am planning the following templates: * empty batch file * QB4.5/VBDOS init module * VBDOS custom open/save as dialog box * empty VBDOS MDI form * VBDOS text box * VBDOS Color dialog box I also have some ideas for emulation. ...
by Harry Potter
Mon Jul 20, 2009 10:39 am
Forum: General Discussion
Topic: Share some batch files!
Replies: 12
Views: 20968

I have a batch file I use to insert SUBs and FUNCTIONs into code as I work on it in Programmer's Notepad.
That's a good idea! :) BTW, where can I download PN?
by Harry Potter
Thu Jul 16, 2009 11:48 am
Forum: General Discussion
Topic: VBDOS Program Help System?
Replies: 5
Views: 11450

VBDOS Program Help System?

Does VBDOS 1.0 come with a help system to be used in a VBDOS program? If not, where can I find one? Or do I need to create my own?
by Harry Potter
Thu Jul 16, 2009 11:40 am
Forum: General Discussion
Topic: Upload Temp-C Here?
Replies: 8
Views: 20110

Thank you. However, when I do a search for "Visual AND Basic," "Visual," "VB" and "VBDOS," I didn't find any applications or games.
by Harry Potter
Wed Jul 15, 2009 11:35 am
Forum: General Discussion
Topic: Upload Temp-C Here?
Replies: 8
Views: 20110

You directed me to use Google. I tried several searches, but couldn't find VBDOS-related downloads. Can you help me out?
by Harry Potter
Fri Jul 10, 2009 11:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Me again
Replies: 5
Views: 8620

How to open whole text not just one row with OPEN statement?
Try this:

Code: Select all

OPEN "file.txt" FOR INPUT AS #1
 S$=INPUT$(LOF(#1),#1)
CLOSE #1
by Harry Potter
Thu Jul 09, 2009 11:34 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Color system
Replies: 10
Views: 13076

You could first draw a box the size of a text character in the first position of the text; save it in an array using GET; write the text in the color Foreground XOR Background ; then paste the box to every text character PRINTed using PUT in XOR mode. Other than that, you can't do split-screen on a ...
by Harry Potter
Wed Jul 08, 2009 11:56 am
Forum: General Discussion
Topic: Continue Template Creator for DOS?
Replies: 1
Views: 6439

Continue Template Creator for DOS?

Should I continue working on Template Creator for DOS? I mentioned it before on this forum. Please offer feedback.
by Harry Potter
Wed Jul 08, 2009 11:34 am
Forum: General Discussion
Topic: Upload Temp-C Here?
Replies: 8
Views: 20110

Where?
by Harry Potter
Tue Jul 07, 2009 11:41 am
Forum: General Discussion
Topic: Upload Temp-C Here?
Replies: 8
Views: 20110

Try a VBDOS site and post the link here.
I tried the Pete's Links page for an appropriate site, but couldn't find one. None for VBDOS 1.0, anyway. :( Where can I go for VBDOS 1.0 resources?
by Harry Potter
Mon Jul 06, 2009 10:22 am
Forum: General Discussion
Topic: Upload Temp-C Here?
Replies: 8
Views: 20110

Upload Temp-C Here?

If I create Temp-C for DOS, should I upload it here? It is written in VBDOS. Just asking...! :)
by Harry Potter
Thu Jul 02, 2009 11:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Future Request for Temp-C C/C++ Templates!
Replies: 2
Views: 5386

Sorry. Never mind. :(
by Harry Potter
Mon Jun 29, 2009 11:39 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Future Request for Temp-C C/C++ Templates!
Replies: 2
Views: 5386

Future Request for Temp-C C/C++ Templates!

Does anybody here have any C/C++ code snippets he/she would like to share through Temp-C? For example, to handle .INI files from DOS or to perform a game function such as drawing a map on the screen or handle an introduction? If so, post about them here. I can't look at them now, for I don't have ac...