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. musalk

    Winsock Trancfer limit

    How to tell winsock that a connection must not trancfer with more than eg. 20kbit/sec????? NeoAndresen ComputerTech/Programmer
  2. musalk

    Can i loock "On Error Resume Next" to the hole program

    Can i loock "On Error Resume Next" to the hole program. So on any error it will proseed the next line. NeoAndresen ComputerTech/Programmer
  3. musalk

    Explain DoEvent

    Eg. if you have a label on a form, and a loop that changes the caption of the label while it run, and it don't changes caption when you run it, then add DoEvents and the caption will changes as many times as you want while the loop is running... NeoAndresen ComputerTech/Programmer
  4. musalk

    How to make a database in vb

    How to make a simpel datavase in vb with image, feilds and search please help NeoAndresen ComputerTech/Programmer
  5. musalk

    How to use Type... End Type

    Thanks NeoAndresen ComputerTech/Programmer
  6. musalk

    how to Save array from screen to bmp

    No not exatly this si in dos qbasic 4.5 and print screen dont work in dos. etherway it is the program there should do it from an specified area of the screen... NeoAndresen ComputerTech/Programmer
  7. musalk

    how to Save array from screen to bmp

    like Print screen just i only want a area of the screen and NeoAndresen ComputerTech/Programmer
  8. musalk

    How do I get a list of dir and files in a dir

    It's okay il check if i need more code thanks!!! NeoAndresen ComputerTech/Programmer
  9. musalk

    How to use Type... End Type

    i cant find out how to use type in vb like in qb eg: Type te test as string * 20 number as intger test2 as string * 52 End Type dim test as te How to use that in vb?????????? NeoAndresen ComputerTech/Programmer
  10. musalk

    CD Burning???

    Try the home page vbfreeware.com i found som buring ware there (free code) And a lot of other usefull stuff... NeoAndresen ComputerTech/Programmer
  11. musalk

    How do I get a list of dir and files in a dir

    yes that code i know and it works in VB, but not in qbasic ware i posted this message if you have a anser for dos qb45/qbasic NeoAndresen ComputerTech/Programmer
  12. musalk

    how to watch trafic on internet line

    how can i watch the trafic on my internet connection so i can se how mouch i have downloaded and uploded NeoAndresen ComputerTech/Programmer
  13. musalk

    how to Save array from screen to bmp

    i have maked a program how make an triangulert picture on screen but i don't know how to save pic to bmp NeoAndresen ComputerTech/Programmer
  14. musalk

    Can I execute line from a string

    Thanks i havent thought about making a executer my self but it is a good idea i think i'l create one for free use... NeoAndresen ComputerTech/Programmer
  15. musalk

    How do I get a list of dir and files in a dir

    I can't find the forum pleas specifide it for me NeoAndresen ComputerTech/Programmer
  16. musalk

    Can I execute line from a string

    can i execute/run a line from a string eg: a= 20 str$ = "Print a" + " + 20" ?command? str$ 'her it shuld run the "Print a + 20" 'and output screen is: 40 NeoAndresen ComputerTech/Programmer
  17. musalk

    How do I get a list of dir and files in a dir

    How do i get the info of file and dir name in a dir I need it to get info (name (maby size)) on each file or dir NeoAndresen ComputerTech/Programmer
  18. musalk

    Blink Command

    yes and this should be the code else look in index under color in qbasic: color 7+16,0 print "text"
  19. musalk

    How to read/write/delete/create registry!

    I realy need som codes i have tryed to loock it over and i realy can't find out how to do it Please help NeoAndresen ComputerTech/Programmer
  20. musalk

    How to read/write/delete/create registry!

    How to read/write/delete/create registry database I need to know how to read and write the registry database but i don't konw how to. I need to edit eny registry in the reg db Pleas help NeoAndresen ComputerTech/Programmer

Part and Inventory Search

Back
Top