Forum: C Sep 1st, 2003 |
| Replies: 3 Views: 3,382 What I mean is I want to load a program from another program, but my second program is not visible to the users. It will only be created when they have completed the instructions on the first... |
Forum: C Sep 1st, 2003 |
| Replies: 3 Views: 3,382 Hi. How can we launch program from resources? |
Forum: C Aug 28th, 2003 |
| Replies: 3 Views: 3,489 I understand. But I need to create another exe which has a file in it so that I can implement my "locking" program. So u know how can I create another exe using my existing exe? |
Forum: C Aug 27th, 2003 |
| Replies: 3 Views: 3,489 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... |
Forum: C++ Aug 26th, 2003 |
| Replies: 1 Views: 3,203 Hi. I am trying to do a program whereby the user needs to enter some information before he/she can use the file (some sort of a lock). My problem is how can I put the file together with the exe so... |
Forum: C++ Aug 26th, 2003 |
| Replies: 6 Views: 14,538 Thanks for your help. But I wish to do this in C++. How can I make this possible? |
Forum: C++ Aug 26th, 2003 |
| Replies: 6 Views: 14,538 Hi. I have a program that allows users to enter their information. After they have entered their information and clicked on submit, the program will create another exe file so that when the user... |