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 TouchToneTommy 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: msv6
  • Order by date
  1. msv6

    what language was Microsoft Word developed in?

    Thanks a lot TonHu! Actually I didn't know if it was written in VB6 or not (although I didn't think it was). I'll be more careful about placing my posts in the future - sorry.
  2. msv6

    what language was Microsoft Word developed in?

    Just out of curiosity, does anyone know what language Microsoft Word was developed in? Thanks, msv6
  3. msv6

    VBA Word – make form stay on top of everything

    Thanks again for the post Andy! If I call SetWindowPos (with HWND_TOPMOST) in the Form's activate subroutine, it the form is put on top, but it does not stay on top. Maybe I'm doing it wrong, but as far as I can tell, SetWindowPos does not permanently set a window's position. As soon as I...
  4. msv6

    VBA Word – make form stay on top of everything

    Thanks for your post Andy. Please correct me if I'm doing it wrong, but when I make the UserForm modal, the behavior I get is: 1. I can't select other documents behind the form (bring them to the fron) 2 I can bring another document to the front by clicking on it from the taskbar at the...
  5. msv6

    VBA Word – make form stay on top of everything

    OK - I found the EXACT functionality I want to try to replicate. And I still haven't found a solution that can replicate it. It must be possible because Word does it (somehow). I want to replicate the functionality of the Cross-reference dialog: In Word (I know this works in 2000 and 20003)...
  6. msv6

    VBA Word – make form stay on top of everything

    Thanks for the quick reply! Sorry for the delayed response. First of all I'm quite new to VBA, so sorry if I misspeak. I'm using VBA 6.3 with Word 2000. I'm using a "UserForm", which does not seem to have a WindowState. I did, however, try (a slightly modified version of) your code...
  7. msv6

    VBA memory profiler

    Does anyone know of any good VBA memory profilers? Preferably open source or with free trails? I'm using VBA with Word 2000. I keep getting a message: “Word has insufficient memory. You will not be able to undo this action once it is completed…” Thanks!
  8. msv6

    VBA Word – make form stay on top of everything

    Does anyone know of a way to make a form stay on top of all applications or even on top of all open Word documents? I want a form that stays on top even if I minimize its parent Window (the document from which it was launched). I want it to stay on top even if I click on another Word document...

Part and Inventory Search

Back
Top