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

Search:

Type: Posts; User: ioancalator

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    24,815

    Re: How to start a doc view app in hidden mode

    Hi Igor, and thank you for your research.

    I have tried to solve this issue by using ITaskbarList and seem to work, but this puzzle the code (I have remove the app icon from taskbar, but I have to...
  2. Replies
    17
    Views
    24,815

    Re: How to start a doc view app in hidden mode

    Yes Igor, this could be a solution ... but is there possible to change this style flag, at runtime ? Because, at some point, this app should be visible ...

    In fact, while I am thinking, this flag...
  3. Replies
    17
    Views
    24,815

    Re: How to start a doc view app in hidden mode

    Also, I have tried:


    BOOL CTestApp::InitInstance()
    {
    CSettingsStoreSP::SetRuntimeClass(NULL);
    .....
    }

    no effect ...
  4. Replies
    17
    Views
    24,815

    Re: How to start a doc view app in hidden mode

    Thank you Igor. I guess the flicker is present on Win10 as OS, rather than project VS. And this flicker are noticeable when you run the Test.exe on an not so fast PC, or, starting multiple instances...
  5. Replies
    17
    Views
    24,815

    Re: How to start a doc view app in hidden mode

    Kindly thank you for your interest.

    Yes, I have made an test app (in VS2008), MDI, that reveal the behavior from the first post.

    What I have tried by now ?



    BOOL CTestApp::InitInstance()...
  6. Replies
    17
    Views
    24,815

    How to start a doc view app in hidden mode

    Hi all of you. From some time I struggle to start an MDI app in hidden mode (with an icon in system tray), but seem to appear an flicker in taskbar on application startup ...

    What I have tried ?...
  7. C++/VC++/MFC programmer available for work

    Hi. Do you have some project to made ? Or do you want to increase your team ? If you do, then don't hesitate to contact me, I will be more than happy to work for you.

    My skills: MFC, VC++, DICOM,...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured