Search:

Type: Posts; User: CPPguy1111

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,061

    I guess that might work if I had windows 2000 or...

    I guess that might work if I had windows 2000 or XP? I have windows 98. Will that work? Guess I will have to take a look at the source code if I can comprehend, if it is well commented.
  2. Replies
    2
    Views
    1,061

    I want to create a virtual drive

    I want to create a virtual drive, maybe 50-100 MB in size. I would need to program a device driver for it I suppose, im not realy sure how to do it. One file will be the drive, and it can be mounted...
  3. Replies
    2
    Views
    1,490

    ShellExecute problem

    I have a part in my single dialog visual C++ program that does a shell execute.... ShellExecute(this->m_hWnd,"open", blah blah.

    The problem is I have another one after that, but in between those I...
  4. Replies
    1
    Views
    754

    Returning variables from dialogs

    I have a program that spawns a dialog with DoModal. The new dialog class has a variable declared in my main dialog, as it should. How do I pass a variable from my spawned dialog to my main dialog. It...
  5. There is a program (set of small console apps)...

    There is a program (set of small console apps) called UnixDos, which has several unix type commands. PS is one of them, it lists the processes, and you can >> it to a file if you want. However, this...
  6. Ok, I dont have Windows XP, and the code provided...

    Ok, I dont have Windows XP, and the code provided by the Microsoft website requires the .net framework. I tried compiling it with borland C++ (I know ewww.), then with microsoft visual C++ 6.0, and...
  7. Replies
    15
    Views
    2,738

    There is a CString type, you could always use...

    There is a CString type, you could always use that I think. Im a noob to VC++ as well :p
  8. Way to get the current open programs displayed?

    In a win32 console program, is there a way to get the current open programs displayed (Not to a message box, but to the console) ?

    I am making a little log program that will log information like...
Results 1 to 8 of 8