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

Search:

Type: Posts; User: chrys7

Search: Search took 0.02 seconds.

  1. Re: Application to accept arguments while running.

    The client pays for the program and the client has this requirement :)
  2. Re: Application to accept arguments while running.

    So, my approach is wrong.

    My program is actually a dialog. So how can this dialog have access to this shared memory you are referring? With a timer maybe?
  3. Application to accept arguments while running.

    I am using visual studio 2008 and MFC. I accept arguments using a subclass of CCommandLineInfo and overriding ParseParam().

    Now I want to pass these arguments to the application while running. For...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured