Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eliuker

    Encryption meathods?

    I am looking into some encryption meathods that use passwords (ie not hardcoded algrothims) any ideas anyone?
  2. eliuker

    *.x files

    hmmmm DB is nice but I would like to see better file management and networking would be a big plus too. And converting *.3ds files works great except I'm having problems with animations. Can anyone help me out?
  3. eliuker

    CGI executables in QBasic

    Ahh Javin I see why your program still dosent work. although your program can get info from the server the server cant getinfo you send to it because you must send the print statements to the output_file. try this code (I havent yet). <-------Start Copying here-------> DEFINT A-Z InStr$ =...
  4. eliuker

    CGI executables in QBasic

    hmmmm as i say if your server dont got it make your own! http://www.analogx.com has a server that will run on win95/98 did I also mention its VERY easy to use. Have a nice day.
  5. eliuker

    Use pictures in QBasic

    first off if you plan to use bmps in a game its gonna run sluggish i reccomend that you use a bmp loader then bsave the pictures.
  6. eliuker

    How to convert an integer into binary

    ok i dont know much about converting integers to binary but i do have a chart: Binary Hex Binary 0 - 0000 8 - 1000 1 - 0001 9 - 1001 2 - 0010 A - 1010 3 - 0011 B - 1011 4 -...
  7. eliuker

    CGI executables in QBasic

    I was reading this thread and then sat down and pondered about how to do cgi in qbasic and this link is the place that tells you how to do it: http://docs.rinet.ru/UCGI/ch16.htm
  8. eliuker

    I need help to find QBasic on my computer

    if you cant find qbasic on your computer pop<br>in your win 98/95 disk then look for an olddos folder<br>you will find qbasic ver 1 there
  9. eliuker

    Are there any good ways to link up comps with modems using qbasic?

    Im interested in making a chat program that people can use <br>&nbsp;thanks
  10. eliuker

    Vesta Basic

    have you tried using search.com ?<br>you might find what your looking<br>for there
  11. eliuker

    'Relocating' (x,y) coordinates OR define quads?

    hmmm its preety simple <br>check out the help file <br>on the window command<br>if you are still stuck<br>sorry i couldnt help<br>
  12. eliuker

    gfx efx

    hey this code is neat itll make a random image<br>then turn it into a plasma like image enjoy :)<br>&lt;---code starts here---&gt;<br>SCREEN 13<br>FOR x = 1 TO 101<br>FOR y = 1 TO 101<br>PSET (x, y), RND * 255<br>NEXT<br>NEXT<br>DO<br>FOR y = 1 TO 101<br>&nbsp;FOR x = 1 TO 101<br>&nbsp;&nbsp;c =...

Part and Inventory Search

Back
Top