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 Wanet Telecoms Ltd 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. SykoStokkrTim

    Event handlers for List(Of ...)

    Hello! I'm sure (or at least I'm hoping) this will be simple but I just can't find anything on the subject. I am dynamically creating a grid of PictureBoxes and placing them into a List(Of PictureBox) structure or whatever it is considered. Well, creating the controls works just fine, but I...
  2. SykoStokkrTim

    Help with drawing to the desktop

    I posted about this a long while back, and I was referred to the windows API, and now I've learned a little bit about it, and I still can't figure out how to draw graphics and animations directly to the desktop. My general idea is for one of those annoying little deskmate programs like bonzi...
  3. SykoStokkrTim

    playing midi music in background of program

    I'm working on a game in VB and wondered how to play midi music in the background, without interrupting the rest of the game. I'd prefer not to have to use media player controls, but whatever I have to do, tell me.
  4. SykoStokkrTim

    loading a midi file

    I tried searching for threads on this, but the search must not be working..I'm writing a simple rpg type game, and pc speaker just doesn't cut it anymore. Does anyone know how to load a midi file into a program, or even better, play midi music from speakers and not have to carry around all of...
  5. SykoStokkrTim

    animated gifs: trouble with frames

    Whenever I make a gif in imageready, all of the frames end up the exact same thing. I read in help there's a way to stop this, but couldn't find the answer. Any help out there would be appreciated.
  6. SykoStokkrTim

    i'm experimenting with internet-type stuff, and i was wondering

    if it's possible to refresh a site in internet explorer with a VB program?
  7. SykoStokkrTim

    Need help with C++ in dos

    Is there a command or function that I could use to cout text to a certain x,y coordinate on the screen? I know in QBasic this is the LOCATE command. Any help would be nice.
  8. SykoStokkrTim

    making a hidden program?

    This is probably just a stupid question, but how would one make a program that runs in the background, that can accept input (like keypresses) without the form being in focus?
  9. SykoStokkrTim

    Still working on a keylogger, and I've been doing it all wrong!!

    In an earlier thread, I asked for the variable used in the keypress event command, for a keylogger. I've been doing it all wrong! It will only record keys pressed while the form is in focus... SO, would anyone tell me what the port number is for keyboard input? example: internet input port = 80...
  10. SykoStokkrTim

    prevent file from being deleted

    How would one go about making a file that can not be deleted?
  11. SykoStokkrTim

    capturing keypresses without a text box

    I'm working on a keylogger, and I figured VB6 would do the job. Is there any way to get the last key pressed into a variable?
  12. SykoStokkrTim

    help with no-form graphics

    I'm new to VB, and I was wondering if it's possible to directly place a picture on the desktop, not on a form? If this isn't possible, please tell me.

Part and Inventory Search

Back
Top