CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: raj874

Search: Search took 0.01 seconds.

  1. Thread: problem

    by raj874
    Replies
    2
    Views
    1,869

    problem

    hello

    i have one issue i made one windows program so now i want when my exe execute with some perameter in commandprompt it generate new exe with this perameter include and if not...
  2. Replies
    2
    Views
    1,095

    Re: How Can Identify

    thx sir :)
  3. Replies
    2
    Views
    1,095

    How Can Identify

    First of all hello every one
    Now i m face one problem in c windows programming is i want identify which windows os is run in pc by c programing so how can i do it ?
    one time more i explain...
  4. Thread: problem

    by raj874
    Replies
    3
    Views
    908

    Re: problem

    65565 is buffer size :(
  5. Thread: problem

    by raj874
    Replies
    3
    Views
    908

    problem

    #!/usr/bin/python
    import socket

    sock = socket.socket(socket.AF_INET,socket.SOCK_RAW,socket.IPPROTO_TCP)
    while 1:
    print sock.recvfrom(65565)
    sock.close()

    i run that prog but why its gives...
  6. Thread: WinSocket

    by raj874
    Replies
    0
    Views
    1,084

    WinSocket

    hello
    can any one told ma in detail whats differrence between WSASocket() and socket() function i know msdn tell it but i cant understand whats overlapped attributes so plz tell me in detail thx in...
  7. Replies
    6
    Views
    1,282

    Re: Windows Function

    yes u r right i solve my prblem thx :)
  8. Replies
    6
    Views
    1,282

    Re: Windows Function

    thx for it ur last line my answer but i have one noob type question this function work when window open at desktop?????
    basically findwindow mean find window but i think its requires
  9. Replies
    6
    Views
    1,282

    Re: Windows Function

    error = the specified module could not be found
  10. Replies
    6
    Views
    1,282

    Windows Function

    FindWindow(NULL,"Windows Task Manager");
    not working in c language any one tell me why here i use title of task manager i know first perameter i can also use but i wanna use second one i use dev...
  11. Thread: working problem

    by raj874
    Replies
    6
    Views
    1,002

    Re: working problem

    thx i solved problem :)
  12. Thread: working problem

    by raj874
    Replies
    6
    Views
    1,002

    Re: working problem

    and also loadlibrary works fine sorry for double post this small matter
  13. Thread: working problem

    by raj874
    Replies
    6
    Views
    1,002

    Re: working problem

    Actully i didnt debug it but i checked it when i display the messagebox in installhook function in dll like it its works

    BOOL _declspec (dllexport) installhook()
    {
    hook =...
  14. Thread: working problem

    by raj874
    Replies
    6
    Views
    1,002

    working problem

    i made one program in c for keyboard hooking but its not working i made first one dll and after made one exe which load dll it is sample code

    /*THIS IS DLL CODE Replace "dll.h" with the name of...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured