Search:

Type: Posts; User: phantom

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    917

    Thanks for the reply :)

    Thanks for the reply :)
  2. Replies
    3
    Views
    917

    DLL hooking into 2 programs

    Can a DLL hook into 2 programs at the same time?
  3. Replies
    3
    Views
    1,021

    Thanks for the reply - do you have a link to a...

    Thanks for the reply - do you have a link to a somewhere so I can learn this?
  4. Replies
    3
    Views
    1,021

    Finding a 'Microsoft Windows' window

    I have a program which grabs information from a program and then places it into a database. Currently I am trying to upgrade the legacy code, unfortunately some of this is beyond my skill level :( ...
  5. Replies
    4
    Views
    1,193

    Got it working now, thanks for the help :)

    Got it working now, thanks for the help :)
  6. Replies
    4
    Views
    1,193

    I'm sorry but I don't know how to program this :(...

    I'm sorry but I don't know how to program this :( I have tried to learn from google and the best I have got is

    but this returns the error
  7. Replies
    4
    Views
    1,193

    Not re-writing to a text file.

    I have had a small program written for me that writes information to a text file and then uses it again later. I have tried to contact the original programmer but haven't been successful :(

    My...
  8. Replies
    7
    Views
    1,833

    I wanted to edit my previous post but it wouldn't...

    I wanted to edit my previous post but it wouldn't let me :(

    I have put two other versions of windows XP on this computer but neither of them work; I then put windows 7 on the computer and it...
  9. Replies
    7
    Views
    1,833

    I have worked out that the program works but the...

    I have worked out that the program works but the program it is hooking out of is having it's memory protected by windows XP, any ideas how to disable this protection?
  10. Replies
    7
    Views
    1,790

    I have worked out that it is not the program that...

    I have worked out that it is not the program that is the problem but the memory protection of Windows XP - I'll transfer this conversation back to Code works in Win2K but not XP

    And to the admin -...
  11. Replies
    7
    Views
    1,790

    Sorry I should have been more specific - the code...

    Sorry I should have been more specific - the code is supposed to put the data onto the microsoft clipboard, which it did in win2K, but under windows XP nothing appears on the clipboard.
    The DLL is...
  12. Replies
    7
    Views
    1,790

    .DLL works in win2K but not XP

    PLEASE NOTE - The code works on most computers but NOT MINE! So please don't respond to this thread with 'it works on my computer'.

    I have been using the following code over the last two years...
  13. Replies
    7
    Views
    1,833

    Compiles and runs in XP. The program puts a .DLL...

    Compiles and runs in XP. The program puts a .DLL into another program and a message box pops up to say that it is correctly injected - but no data is shown even though Win2K it works perfectly :(
  14. Replies
    7
    Views
    1,833

    Code works in Win2K but not XP

    I recently completed a project that required some advanced programming that I paid a third party programmer to do -
    My problem is that the code worked in Win2K but not under Windows XP :( I cannot...
  15. Replies
    4
    Views
    2,174

    Thanks for that :)

    Thanks for that :)
  16. Replies
    4
    Views
    2,174

    I've been spending most of the day trying to get...

    I've been spending most of the day trying to get this and so far I have this



    OpenClipboard(NULL);
    SetClipboardData(CF_TEXT, "Hello World");
    CloseClipboard();
    after reading the MSDN...
  17. Replies
    4
    Views
    2,174

    OS is windows XP. Searching google as I write...

    OS is windows XP.

    Searching google as I write this :)
  18. Replies
    4
    Views
    2,174

    Simple text output to the clipboard

    I have searched for 'clipboard' on this site but everything I have read is a bit complicated for me (still a newbie).

    I have a C++ program that outputs text data to the screen (in it's own little...
  19. It's a program that calculates, and then...

    It's a program that calculates, and then displays, the odds for winning a hand. All I wish to do is to take that value and use it in my own program.
  20. Hooking information from a third party program

    I am writing a poker program that will show how I am playing my hands into a database. I can do most of this but have no idea on how to hook information out of a third party program.

    Does anybody...
  21. Replies
    3
    Views
    1,072

    thanks bithub, i'll try that and see what happens

    thanks bithub, i'll try that and see what happens
  22. Replies
    3
    Views
    1,072

    hovering information window (bar)

    I've done a quick search for this but can't find anything :( so here goes -

    I wish to make part of a program that is like a information screen that hovers on a persons screen (google tool bar is...
  23. Replies
    8
    Views
    9,430

    If anyone in the future is reading this you also...

    If anyone in the future is reading this you also need to #include <windows.h> to get this line to work
  24. Replies
    8
    Views
    9,430

    The FAQ shows how to run a child program (and...

    The FAQ shows how to run a child program (and thanks for that), what I am after is how to open a web page; of course I have no idea which web browser the client is using.

    At the moment I have the...
  25. Replies
    8
    Views
    9,430

    MS Visual C++ on win2k

    MS Visual C++ on win2k
Results 1 to 25 of 165
Page 1 of 7 1 2 3 4