Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Prophets
  • Content: Threads
  • Order by date
  1. Prophets

    Window API Calls

    What I would like to know is How I know what to set the publc const to (see below) How do we know that the swp_showwindow = &H40 Where do we get the &H40? _____________________________________ Public Const HWND_TOPMOST = -1 Public Const SWP_SHOWWINDOW = &H40 Public Const SWP_NOSIZE = &H2
  2. Prophets

    Desktop WorkSpace

    What API function, and how do I use it, to change the space on the desktop? What I want is for my form to always be on top (I got that part) but other windows do go under it. I want it to be locked so when I maximize another window, it will fit in the rest of the window. Like ICQ when set to...
  3. Prophets

    Always on Top

    Is there a way to make Access "Always on top?" I have a small form that I want to be displayed on top of all windows all the time. Even outside of access. If there is a way I am sure that it would have to be for Access its self to be always on top. Any Ideas?

Part and Inventory Search

Back
Top