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

    Detecting pop up window

    holy crap! thank-you so so much timmay!!! exactly what i needed! and yes, im am totaly crap at c, so thankfully im learning it this yr at uni. once again, thank-you!
  2. ViperInc

    Detecting pop up window

    Hi, I'm currently trying to write a program which will detect a pop up or new window and print the related co-ordinates to a file. Looking the msdn API i have put together the following code. Being totally inexperienced at C I'm at a loss as how to implement the code below, or even if it will...
  3. ViperInc

    detecting new window

    Hi, I managed to work out what i need, and then figured out i needed to use C/C++ to use the API functions(. The problem now is, that i have very limited use of c/c++. so far i have; #include "stdafx.h" #include "Winuser.h" #include "Windows.h" int APIENTRY WinMain(HINSTANCE hInstance...
  4. ViperInc

    Detecting New Window

    Hi, Thanks for API info. I managed to work out what i need, and then figured out i needed to use C/C++ to use the API functions(not VB or java) :-). The problem now is, that i have very limited use of c/c++. so far i have; #include "stdafx.h" #include "Winuser.h" #include "Windows.h" int...
  5. ViperInc

    Detecting New Window

    Hi fellow programmers, I just want to write a simple program which detects when a new window pops-up, and work out/report where the window is located. What is the easiest way to detect a new window? Any input is appreciated! Thank-you VPR
  6. ViperInc

    Password Encypting

    thanx johnwm will look threw it and pick put what i need
  7. ViperInc

    Password Encypting

    Hi. Planning to create a program which is in need of a logging in system. I just wan to know if its posible for VB to ecrypt the passwords for a specific user into a file instead of using a .txt or .dat file to store the data in? thanx VPR
  8. ViperInc

    If fuction with multiple if's issues

    Ah, thanks guys... I thought i might be something simple like that... Coming from a physics background, the OR to me, would hav meaned either one OR the other... but obviously VB doesnt like being treated this way... thanks again!
  9. ViperInc

    If fuction with multiple if's issues

    Hi. I'm having a really stange error. Im using the KeyAscii function to read buttons pressed from a remote control(it works, no need to go into details). In the program I'm setting these buttons to perform certain tasks. (mainly to use with winamp, play, stop, next, etc.) The prblem arrises...
  10. ViperInc

    Monitering Network Connection

    Hi I'm just writing a program to monitor a network coennction for traffic (ie Satellite Connection) and then terminating it after a specific number of Mb are downloaded. Is there any way of monitering the no. of bytes downloaded, or converting the packets into bytes or something like that...
  11. ViperInc

    Creating Registry Keys

    yeah, i found the problem.. there was some code which i didnt add... hehe.. silly mistake... thanx..
  12. ViperInc

    Creating Registry Keys

    Hi Im having trouble creating some registry keys. the following module code i received some time ago, and works great when i want to change or update values, but i cant seem to figour out how to get it to create new values, as the 'SetKeyValue' does not create them any ideas??? thanx code as...
  13. ViperInc

    Including Fonts with package

    woops, actaully i dont want the fonts in the package, i want to incldue the font in the compiled EXE
  14. ViperInc

    Including Fonts with package

    i guesss by no postings means that no-one knows how to do this, or that it cannot be done with VB6.. dang...
  15. ViperInc

    Including Fonts with package

    Hi is it possible to include the font used in my vb-program with the package. coz otheriwse if thye dont have the correct font, it will display in times new roman and not fit in the boxes i hav specifed. is this possible??? or do i hav to use generic fonts??? thanx VPR
  16. ViperInc

    Option Buttons

    HI stupid question, but how do u tell wether an option button has been selected. i hav about 6 options, and i wish to know which one has been seleceted. thanx.
  17. ViperInc

    Compiling without need for VBruntime

    yeah.. ill take a look @ that... i've found a programmer whos making a compiling which will do this.. its currently in beta testing, but when its done it should be very good. if anyone wants a look check out www.vbmax.net
  18. ViperInc

    Compiling without need for VBruntime

    hi. anyone know how to compile a vb project without the need for the target pc to hav the runtime installed??? i need to do that as i want the program i creating to run on any pc, even those without the runtimes installed anyone have an idea????
  19. ViperInc

    Registry Entry

    Hi I want to add some data into the registry, but i hav no idea how. i've threw the previous posts, but none hav helped. i just want to add a simple string, based on what a user enter s in a text box. simple. just need to know the code.. can anyone help???
  20. ViperInc

    Runnig file from command

    thanx, but this didnt work... I orignally used this code and then tried to modify it to work with wmplayer. it seems the the new player doesnt like to be run like this, as with other players this works. you can run a shortcut style command from vb, it would be great.

Part and Inventory Search

Back
Top