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

Search:

Type: Posts; User: redserpent7

Search: Search took 0.03 seconds.

  1. Detecting a 3G connection in Windows 7 and 8 in a desktop application

    Hi

    I am in the process of developing a cloud backup software. The application is a desktop application developed using C#.

    I need to add an option to stop/pause the backup if the computer was...
  2. Re: How can a dialog have two different icons?

    Wow man, super and excellent all I did was assign ICON_SMALL2 a diiferent icon than ICON_SMALL..

    Thanks a lot man...
  3. Re: How can a dialog have two different icons?

    I wont mind doing that except I'm not what the right approach is or how can I get a handle to the taskbar button
  4. Re: How can a dialog have two different icons?

    SetIcon will set the icon for both the title bar and the task bar icons
  5. Re: How can a dialog have two different icons?

    Sorry I meant system menu not *tray
  6. Re: How can a dialog have two different icons?

    My dialog application can open different dialogs each with its unique icon.. I want all those dialogs to have different icons in their system tray yet they all share the same icon in the taskbar.
  7. How can a dialog have two different icons?

    Hi

    I am trying to make my application, which is an MFC dialog based application, have the titlebar/system menu icon different from the one showing in the taskbar.

    How can this be achieved?
    ...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured