C Programming, add an exe file to the window

Updated on technology 2024-05-20
14 answers
  1. Anonymous users2024-02-11

    program path);

    This sentence is the core**,Other**,You use openfiledialog to make a pop-up window,Then click OK,Add to listbox or listview,Then write the double-click event,Inside is the above sentence**。

  2. Anonymous users2024-02-10

    Silly, you want to make a game manager only class, you can click Browse to get the path and get the icon, when you click on the icon, it will fire the event, add cmd to the event

    Execute +path

  3. Anonymous users2024-02-09

    "xx");*xx is the full path of the program you want to launch. For details on how to obtain the path, please refer to the dialog box upstairs.

    Upstairs is the right solution.

  4. Anonymous users2024-02-08

    JSP pagination or SQL pagination is more efficient.

  5. Anonymous users2024-02-07

    So why bother developing two programs and integrating them directly into one program for better performance.

  6. Anonymous users2024-02-06

    If the other exe is also written in C, you can use Assembly to create it dynamically, and then set the parent of the main form, if it is not written in C, you need to use the API (setParent) to set the parent of the form

  7. Anonymous users2024-02-05

    Put this a in the resource file of b, release it when you click the button in b (e.g. release it to a temporary directory), and then start it with a normal process, see for details.

  8. Anonymous users2024-02-04

    The description of the problem is still not clear. Wouldn't calling another exe directly show a form? There is also a normal lack of embedding resources in the exe.

  9. Anonymous users2024-02-03

    Open vs,-- File -- New -- Project -- Other Project Types -- Install and Deploy -- Select Installation Project -- OK, and a new window comes out, and Solution Manager on the right -- right-click to add project

  10. Anonymous users2024-02-02

    After compiling it once, it is available in the bin debug directory under the project folder. exe file but not installed. The .NET Framework may not be available on the PC.

  11. Anonymous users2024-02-01

    The exe file has been generated when you create it in the bin directory.

  12. Anonymous users2024-01-31

    Go to the debug folder of the bin folder of the project to find the exe file, and the libraries referenced by the program are all in the debug folder, you just need to take out the exe file and the folder and library referenced by the exe to use the program.

  13. Anonymous users2024-01-30

    It seems that you also evolved from VB6 or other older programming languages

    c is no longer like those previous languages,There is a menu to directly generate an exe file,In VS,As long as you run **,An exe file will be automatically generated,The specific directory is in the directory that "Xiao Xiangfeng" said。

  14. Anonymous users2024-01-29

    The output type is modified to: Windows Application.

Related questions
14 answers2024-05-20

When creating a file output stream object, add the std::ios::ate flag, and all the data is added to the end of the file when exporting. >>>More

4 answers2024-05-20

Is it called 0th or 1st position next to s2? This is better explained. >>>More

4 answers2024-05-20

The meaning of the title of the first question is not too clear (since they do it in turns and there are no special conditions, don't they all take the same amount of time no matter what they do?). )。 >>>More

7 answers2024-05-20

#include

void main() >>>More

6 answers2024-05-20

If you use multithreading, you can, sleep in another thread, and then use the delegate to solve the main thread to change the lable text. >>>More