Search:

Type: Posts; User: theclem35

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    5,864

    Thank you, It's very complicated :/ I've not...

    Thank you,

    It's very complicated :/ I've not good skills in Windows Programming, do you think it's possible to launch my program on the Winlogon Desktop ?

    I've downloaded gina.dll source code....
  2. Replies
    15
    Views
    5,864

    I've launch my app with GetForegroundWindow();...

    I've launch my app with GetForegroundWindow(); into SYSTEM account, and same thing it returns NULL. :(
  3. Replies
    15
    Views
    5,864

    Hello, With your code if I put...

    Hello,

    With your code if I put "abcdABCD1234,;^µ" as string it write me : 1234abcd&é"' with opening vlc media player .. :/

    I think I must looking for a modified gina.dll but it seems to be...
  4. Replies
    15
    Views
    5,864

    Thank you, How to manage upper/lower case,...

    Thank you,

    How to manage upper/lower case, numbers and others special characters from a string ?

    Example : string = "abcdABCD1234,;^µ"
  5. Replies
    15
    Views
    5,864

    Yes this is exactly what I made! But.. If user...

    Yes this is exactly what I made!
    But.. If user before introducing its card, select the cancel button with TAB key, the keybd_event() will send the username into cancel button.. but when TAB virtual...
  6. Replies
    15
    Views
    5,864

    My program reads RS232 data (so datas in the...

    My program reads RS232 data (so datas in the card) it convert it into chars, and after I sent character by character into logon window and simulate a Enter key.
  7. Replies
    15
    Views
    5,864

    Hello, My previous program was made with...

    Hello,

    My previous program was made with kebrd_event but I don't like that because I used tab key to change editbox, but if user select cancel button, program enter password in login field, so...
  8. Replies
    15
    Views
    5,864

    How get system window handle ?

    Hello,

    I'm programming an autologon script by card-reading, and I need to post user login and pass into the log-on window fields.
    ->...
  9. Make a shutdown on a non-blocking TCP socket

    Hello,

    Before the code following, I used blocking recv.
    So, now I use non-blocking sockets with ioctlsocket before the loop.

    Previously, my code works perfectly and connection was gracefully...
  10. Replies
    3
    Views
    1,663

    Hello! Thanks for your answer ! My thread...

    Hello!

    Thanks for your answer !
    My thread doesn't use tossing window messages.

    I try to use global variable at least ! But as I can read, it seems to be the only solution???

    How use tossing...
  11. Replies
    3
    Views
    1,663

    Close Thread which manage sockets

    Hello!

    I've a multiwindows multithreaded program.
    Into a thread, I open socket to receive data with infinite loop. This thread was created by : MyThread = CreateThread(NULL, 0, MySocketsFunction,...
  12. Well, with global variable it works. Thank you...

    Well, with global variable it works.

    Thank you :)
  13. Thank you very much wonderful idea! I'll try...

    Thank you very much wonderful idea!

    I'll try this this tonight, but how get my thread handle in my WM_TIMER case ?
    For windows there is FindWindow(..) but it doesn't exist for thread ! And I...
  14. [w32 Api] Get Exit Code from Thread without blocking program

    Hello,

    Before starting please forgive me for my english, I wrote you from France :)
    I've a problem to retrieve a thread exit code.

    I'm programming an application in C using w32 api to manage...
Results 1 to 14 of 14