Re: HOW TO: Remove taskbar



A lot depends on whether you have access to the source code of both
applications. Is the "full screen application" also your own VB program
(as well as your own VB program that is being started from it)?

Under WinXP (and I think probably also under Win95/Win98) all windows
that are set to "always on top" (TOPMOST) live in the same "level", so
that if two windows are set to TOPMOST (which is what you want your own
app to be) then both of those windows will always be on top of all
other windows that are not set to TOPMOST. However, with respect to
each other they will have "equal rights" in this respect, so that the
window on top will be the one that currently has the focus. In other
words, if your full screen app and your smaller "shelled" app are both
set to TOPMOST then clicking in the larger fullscreen app will cause
your own TOPMOST window to disappear behind it, regardless of the fact
that it is also set to TOPMOST. There are of course ways to get around
this, but it will be much easier if both of these applications are your
own and if you therefore have access to the source code of both of
them. Post more details of both apps.

Mike

.



Relevant Pages

  • Re: Themes & Colors
    ... The whole idea of Windows is to provide a consistent color ... If you change the color scheme, you change ALL applications. ... If you want to change the way your app looks color-wise, ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Honestly Curious
    ... This is not a real-world problem, but I give you points for being creative enough to try and dream up an excuse for my moving an app *might* be a bad thing somehow. ... The registry however is the method Microsoft not only recommends for applications to use, but they require it for vendors to get the Windows logo on their packaging and marketing material. ...
    (comp.sys.mac.advocacy)
  • Re: user and group troubles
    ... change on the applications installation directory. ... to trace execution failure and discover where the app is throwing ... Microsoft MVP (Windows Server System: ... > giving the user local Admin rights on the said workstation. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Make a Windows Service start a windows program.
    ... never be implemented as Windows Services, they should be normal applications ... that get started at logon (search for Autorun in windows help). ... Only the UI portion of the app depends on an interactive logon. ... When the service instantiates the Project object from the class in the UI app, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Make a Windows Service start a windows program.
    ... Sounds to me like a normal application running with a notify icon rather ... start-up, Applications that depend on interactive logon session, should ... that get started at logon (search for Autorun in windows help). ... Only the UI portion of the app depends on an interactive logon. ...
    (microsoft.public.dotnet.languages.csharp)