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

Search:

Type: Posts; User: masimawan

Search: Search took 0.01 seconds.

  1. Re: how to hide application icon from windows Task bar

    I failed to understand this comment "Well, I'm glad you can't install (and then HIDE) a program on MY pc... " and how it relates to my question........ I CAN install any program on my computer and i...
  2. Re: how to hide application icon from windows Task bar

    Thanks for the suggestion but I can make my VB program as service but this wont help since i need to call other 3rd party exe file which cant be changed to a service.

    For example if iam calling a...
  3. Re: how to hide application icon from windows Task bar

    I did test the code before replying. The code you sent moves the Program icon from TASKBAR to SYSTEM TRAY (task bar status area)....

    The Shell_NotifyIcon API does this and beow is the definintion...
  4. Re: how to hide application icon from windows Task bar

    Thanks for your code but this does not solve my problem. The example moves the icon from task bar to system tray. My requirement is to show no icon anywhere on screen.
  5. Re: how to hide application icon from windows Task bar

    NOTEPAD was just an example.

    I just need to remove the icon of the application from task bar. C-A-D is not a problem here.
    I am NOT trying to hide the application permenantly. The application...
  6. how to hide application icon from windows Task bar

    I am opening another application (e.g Notepad) from my VB program. I need to hide the TaskBar icon. I dont want it it the system Tray. I was checking the ShowWindow and SetWindowPos API funtions but...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured