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 strongm 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. cimnik2999

    Help with Hooking

    well, the following codes doen;t work PrevWndProc := SetWindowLong(hWnd, GWL_WNDPROC, TTaskbar.WindowProc); PrevWndProc := SetWindowLong(hWnd, GWL_WNDPROC, WindowProc); PrevWndProc := SetWindowLong(hWnd, GWL_WNDPROC, @TTaskbar.WindowProc); PrevWndProc := SetWindowLong(hWnd, GWL_WNDPROC...
  2. cimnik2999

    Help with Hooking

    Yeah, but it doesn't work. It generates a error.
  3. cimnik2999

    Increase/decrease monitor brightness

    Gamma is a minipulation of the pixels on the screen, not modifing the monitor. You can achive the effect by useing the technic above.
  4. cimnik2999

    Help with Hooking

    how do i send a function that is inside a class to an API call? i need to know so that i can determin if the mouse is over the taskbar or not.
  5. cimnik2999

    Important!!!

    but what about for the screen? whats the screen's handle or would the above code posted still work accuratly?
  6. cimnik2999

    Important!!!

    How do i calculate TwipsPerPixlesX and Y? (a counterpart to the VB function would be nice)... Thanxs
  7. cimnik2999

    Using code in other units

    well, it doesn't generate an error including the unit in either the unit i want it in or in the project header. the exe compiles perfectly except it doen't recognise the FUNCTIONS. however, putting a dot after the units name does produce the list of variables in it... thanks for helping
  8. cimnik2999

    Using code in other units

    yeah and it says it can find the functions still. So i need to put in some sort of function declaration?
  9. cimnik2999

    How can i export registry keys as text

    put the keys into string by reading the values and paths, and then saving the string
  10. cimnik2999

    Using code in other units

    Hey. im a new to delphi, and i would like to know how i can include code in a unit that i wrote in another unit in the project. I tried adding the unit's name under uses, but it doesn;t see to work
  11. cimnik2999

    Help getting screen information

    yeah, just figured that out. I hed some problems figuring out what i had to use inorder to obtain the class. Got it all worked out, but there is no twipsperpixelX or twipsperpixelY. Is there a workaround for this?
  12. cimnik2999

    Help getting screen information

    Hello. I need some help with Delphi. I would like to know what is the Delphi equivalent is for the Screen object in VB. For those who arn't familiar with vb, this object contains the TwipsPerPixleX and Y, Screen Height and Width, the amount of forms, etc... Simon

Part and Inventory Search

Back
Top