Search:

Type: Posts; User: rickykoh1983

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    2,576

    This is part of my code: HANDLE hExe; HRSRC...

    This is part of my code:

    HANDLE hExe;
    HRSRC hRes;
    HRSRC hResLoad;
    char *lpResLock;

    hExe = LoadLibrary("Locker.EXE");
    hRes = FindResource(hExe, "IDD_EXE1", RT_RCDATA);
    hResLoad =...
  2. Replies
    26
    Views
    2,576

    Ya. So how can I solve this problem?

    Ya. So how can I solve this problem?
  3. Replies
    26
    Views
    2,576

    ok. by the way, do you know if there is any way...

    ok. by the way, do you know if there is any way to include exe files as resources in C++?
  4. Replies
    26
    Views
    2,576

    ok. If that's the case, are there any better ways...

    ok. If that's the case, are there any better ways to do this?
  5. Replies
    26
    Views
    2,576

    so can anyone help mi

    so can anyone help mi
  6. Replies
    26
    Views
    2,576

    ok. sorri that I opened another similiar thread...

    ok. sorri that I opened another similiar thread and sorri for any inconvience caused.
  7. Replies
    26
    Views
    2,576

    I give u a more detailed idea of what I want to...

    I give u a more detailed idea of what I want to do. I have an exe file that shows a dialog. The user need to type in a product id, a vendor id and need to select a file to do the locking. When the...
  8. Replies
    26
    Views
    2,576

    I know. But quite few people reply and their...

    I know. But quite few people reply and their answers were not relevant to what I am doing. So if anyone could help, please help. I need all the help that I can get. Thanks
  9. Replies
    26
    Views
    2,576

    Launching program from resources

    Hi. How can I include exe files as resources in another exe file and excute them out through the exe file?
  10. Replies
    26
    Views
    2,576

    I understand

    Ok. So is there any similiar way or examples that I can refer to? (By the way, I am not asking for u all to help mi do my homework. I only need the concept and some examples for mi to see)
  11. Replies
    26
    Views
    2,576

    I understand

    I understand the code. But from what i have compiled, the code only creates a .c file, not an exe. How can I create an exe instead of a .c file?
  12. Replies
    26
    Views
    2,576

    Thanks

    Thanks for the code. But what if i want to do this in an mfc application (i'm doing my coding in C++.net)?
  13. Replies
    26
    Views
    2,576

    Thanks

    Thanks. I only have the first interface. The code is quite simple. Can u help mi with the part where i can create another exe using my present exe?
  14. Replies
    26
    Views
    2,576

    Thanks

    Thanks. By the way, I am not new to C++ or "coding in general". It's just that I have not learned the more advanced C++ and I really need to do this project cause it's part of my homework. So, can u...
  15. Replies
    26
    Views
    2,576

    Thanks

    Thanks for helping. But, can u explain it to mi in a more simple way? I don't quite understand.
  16. Replies
    26
    Views
    2,576

    Thanks

    Thanks. By the way, are there any similiar examples out there?
  17. Replies
    26
    Views
    2,576

    Creating an exe file using another exe file

    Hi. I wanted to create a locking program that stores information needed for another exe. When the person enters all the information needed and the file that he/she wants to lock, the exe file will...
Results 1 to 17 of 17