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 Chriss Miller 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: snorkle
  • Content: Threads
  • Order by date
  1. snorkle

    Can someone help me on msmq on win2000 prof?

    How do i install msmq on win2000 professional? i created an app in vb and it works great on my win98 box, but how do i get it on win2000 prof? thank you very much in advance
  2. snorkle

    How Can I Load An Image From A Byte-Array?

    how can i load an image from a byte-array, or get a byte array from a image?
  3. snorkle

    Which code is faster?

    is it faster to have a byte array and use leftb$,rightb$,midb$ etc., or to have a string and use left$,right$ etc... ? why is it faster to use the $ /w those commands?
  4. snorkle

    Qbasic into a dll?

    i'm not well rehearsed in win32/16 bin code . but is it possible to create object code in qbasic and link it with vbcode into an exe or dll?? maybe i'm far off but could you make an exe combined of 32bit and 16bit code? i'm sorry i don't know all the ins and outs of object code. where are...
  5. snorkle

    Help with system api call to change regional settings

    i'm a newbe to vbscripting. My problem is that a network of computers need to change some settings without going to each computer manually. here is the code to do it in vb, but how can i get this to work if the network sysop doesn't want unfamilier executables running? Can it be done in...
  6. snorkle

    Mouse Events mess up in my activeX control in VB

    Can anyone please explain why my ActiveX control messes up the mouse events? I'm using visual basic. Here's what I did: 1. Start new Standard EXE project 2. Add a usercontrol to the project 3. On the usercontrol, i pasted a picturebox in the upper-left hand corner. 4: Added this code to the...
  7. snorkle

    DirectX

    when ever i use directx, when i go back to visualbasic IDE, somehow i have changed the size of the vb ide window. i have to hit the restore button, then maximize it. This isn't a terrible problem, but i don't know if it will change other windows as well if i decide to give this game to...

Part and Inventory Search

Back
Top