Forum: Visual Basic 4 / 5 / 6 Aug 28th, 2004 |
| Replies: 0 Views: 2,298 I'm having a dilema with bsave, my graphic array is 32x32 pixels in screen mode 7 and I'm using this formula to get the amount of bytes for the DIM statement
bytes= (4 +... |
Forum: Visual Basic 4 / 5 / 6 Aug 24th, 2004 |
| Replies: 2 Views: 2,667 Thanks, I figured it out, you have create put something into the array first before you can access it using varseg or varptr |
Forum: Visual Basic 4 / 5 / 6 Aug 23rd, 2004 |
| Replies: 2 Views: 2,667 Does anybody know how I would |Bload something I previously bsaved into an array ? |
Forum: Legacy and Other Languages Aug 22nd, 2004 |
| Replies: 15 Views: 37,293 Yes use a search engine like google and get Qbasic 4.5, its better than the qbasic that comes with dos or windows. You make programs that run outside the IDE |
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2004 |
| Replies: 2 Views: 3,743 Okay so then I was right outregs.ax is represents a 16bit register although I can use al%=outregs.ax and &HFF to get the value i need I would like to understand the math, how do we get the highbyte... |
Forum: Visual Basic 4 / 5 / 6 Aug 16th, 2004 |
| Replies: 2 Views: 3,743 I'm stuck on retrieving bytes from a register using qbasic, specifically how do they get the Low byte and High byte from this:
'al%=lowbyte of ax, al%=highbyte of ax,
al%=outregs.ax and &hff... |
Forum: Legacy and Other Languages Aug 11th, 2004 |
| Replies: 18 Views: 39,494 I have nearly no problem using qbasic in win xp, I simply load command prompt then qb.exe, and occassionaly it would freeze up, but since I changed the memory 'properties' of qb.exe to allow... |
Forum: Legacy and Other Languages Aug 10th, 2004 |
| Replies: 1 Views: 4,055 Hello I only know qbasic and some c++ and a little asm, I have never programmed for windows, I recently ordered a book on qbasic with an introduction to visual basic 5.0. What should I be prepared... |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2004 |
| Replies: 41 Views: 63,071 I also use qbasic in windows xp and it works for me, although sometimes it freezes up, other than that the problem with the LPRINT is that with windows xp as your primary operating system it will... |