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 TouchToneTommy 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: *

  • Users: musalk
  • Content: Threads
  • Order by date
  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

    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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. musalk

    How to get bios or motherbord number or seriel number

    How to get the info on the computer with qbasic or qb45. I just need a number of the computer there should be the same on all computers in the same model...or a littel diffrence is also acepteble I think that it is a bios add or somthing like it.. plaese help
  11. musalk

    Wait is a NetBuilder???

    I have this 3com Net Builder and I cannot find info on it can enybody help me???
  12. musalk

    Can I make a twisted cabel for Token Ring between a PC and a printer

    Can I make a twisted cabel or somthing like that for token ring network yust between a computer and a printer. Is it possible to do that with out a MOB (HOP for token ring... It is only for my printer there has a tokenring netcard.. NeoAndresen Programmer/Computer Tec.
  13. musalk

    Is there a command/funktion for runing/execute a command???

    Is there a command or funktion to run or execute a command. e.g a=1 b=2 cmd$ = "print a, b" ' "print a, b" this is the line I want to exectue ?command? cmd$ ' here I want to execute the line But I don't know the command in ?? Plaese help Neoandresen...
  14. musalk

    How to remove ProductID from win2000

    How to remove the productid from windows 2000 pro. so you have to write your licence number and name after restart. In win9x you just remove the "productid" and "Username"in regedit.exe and the first time you start windows after you can not do enything before pressing the...
  15. musalk

    How to make a change from string$ to integre

    How to make a change from string$ to integre eg. abc$ = "123" 'i want that to be a intergre like abc = 123 Please give an example.
  16. musalk

    How to use "OUT port, byte" command from quikbasic in visual basic 5

    I'm making a light control pult wich is gona use an ISA or LPT port. I can esay write it in Quik Basic, but i want it to be in a win32 app. My problem is that the code: OUT [port], [bit (0 - (if LPT 255))] not is in Virsul Basic 5 Please help me find the code to controle a port in bit or byte...

Part and Inventory Search

Back
Top