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

Search:

Type: Posts; User: Panarchy

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    8,664

    Convert Console Apps to GUI Apps

    Hello!

    I've been learning how to code C++, but entirely Console apps!

    Can you tell me how I can convert Console apps into GUI apps?

    [Only using libraries built into Dev-C++ {yes, I know it's...
  2. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    *bump
  3. Re: How do I make a Script to gather IP Address from .RDP then compile to .exe for VN

    Thanks, sorry haven't had much time to look into how those commands work.
  4. Re: How do I make a Script to gather IP Address from .RDP then compile to .exe for VN

    Greetings

    I would like to update you on what progress has been made. The code is not yet complete, but if you have the time, and knowledge, could you please help me complete the script?

    Here's...
  5. Re: How can I use ShellExecute() with if and else commands?

    How do I input error handling within the programming [if, else, etc.] controllers?

    Would appreciate your knowledge of how this could be done, within an example.

    Thanks in advance,

    Panarchy
  6. How do I make a Script to gather IP Address from .RDP then compile to .exe for VNC?

    Hi

    I need some help creating a script that can gather IP Address from within .RDP or .vRD files, then output to the IP Address to a text file.

    I then need that IP Address from that text file to...
  7. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    I got the same;

    1>------ Build started: Project: VNC, Configuration: Release Win32 ------
    1>Compiling...
    1>stdafx.cpp
    1>Compiling...
    1>VNC.cpp
    1>Compiling resources...
    1>Microsoft (R)...
  8. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Hello Again!

    I still haven't worked out how to do this :(.

    Could someone please tell me how to set the name of the *.exe programmatically?

    More info:...
  9. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Okay, but how do I specify the post-build actions within the actual code?
  10. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Ah.

    Well, thinking outside the square, could I put some kind of copy/rename program/line to run as soon as program finishes compiling?
  11. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Would it be possible, to use argv to specify the name of the .exe within my code?

    Is that possible?

    Thanks

    Panarchy
  12. Re: Need help: GUI program to launch Maintenance Tools?

    Thanks.

    Very interesting and knowledgeable reply. I'll do research into the different calls you mentioned & read some WinAPI tutorials, before coming back for more questions!!!

    Thanks once...
  13. Replies
    2
    Views
    1,005

    Re: Embed Windows programs within Tabs?

    Thanks.

    Very interesting and knowledgeable reply. I'll do research into the different calls you mentioned, before coming back for more questions!!!

    Thanks again,

    Panarchy
  14. Need help: GUI program to launch Maintenance Tools?

    Hi

    http://i41.tinypic.com/34nql92.jpg

    Any ideas on how I could create the above mockup, for real?

    I would like;

    RAM - Display shows in log (bottom) - Open display system properties...
  15. Replies
    2
    Views
    1,005

    Embed Windows programs within Tabs?

    Hello

    Would it be possible to embed the following Windows Programs/Locations
    within tabs?
    - Disk Management
    - Scheduled Tasks
    - System Properties (sysdm.cpl)
    - 3 locations in explorer...
  16. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    I got it to work by using the .res at the linking stage.

    :D

    So I've now successfully worked out how to compile, the program via command-prompt, specifying the name, and having the correct icon....
  17. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Thanks, but how do I put that line directly into the .cpp file?
  18. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    I'm using Visual Studio 2008 Professional, specifically the Visual C++ component.

    Just trying to work out how to compile my program via the command-line, including the icon.

    Any ideas?
    ...
  19. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Hi

    I've worked it out, first I need to do a;

    cl /clr "test.cpp"

    Then

    Link "Test.obj" /out:"testing.exe"
  20. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    Thanks, but the /out parameter can do it, if I can just work out how to use it.

    Any ideas?

    Panarchy
  21. Re: How-to specify the name of compiled output (*.exe) within C++ code?

    I was just thinking, I could have 1 command prompt window open, and 1 Visual Studio main.cpp (or equivalent) open.

    I could then make the changes to the code, Alt-Tab to the command-prompt window,...
  22. Re: What is the difference between win32api,win32,vc++,mfc (etc...) anything is helpf

    You forgot to mention WINE.

    Also, GTK is on FreeBSD, Solaris & OpenSolaris... I think.
  23. How-to specify the name of compiled output (*.exe) within C++ code?

    Hello

    How can I specify the name of the compiled output (the .exe) within my C++ code?

    I'm using Visual Studio 2008.

    Please tell me if this is possible, and if it is, how to do so.

    Thanks...
  24. Re: How can I use ShellExecute() with if and else commands?

    Hi

    I don't know how to!

    Could you please help me make program multi-threaded?

    Thanks in advance,

    Panarchy
  25. Re: How can I use ShellExecute() with if and else commands?

    I know for certain that it is. As the only thing I've added recently has been the ifs.

    I've been recommended to convert the program to a multi-threaded one. Could you help me do so?

    Thanks in...
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured