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 Wanet Telecoms Ltd 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: *

  1. stevemelaaron

    Modifying form behavior in a multi-form app

    I have a multi-form (non-MDI) app that I'm developing. When the user activates one of the forms in the app by clicking on it, all of the other forms in my app come to the top of the z-order. Is there any way to change this behavior? I would like to make it so that only the form that has been...
  2. stevemelaaron

    Modifying form behavior in a multi-form app

    I have a multi-form (non-MDI) app that I'm developing. When the user activates one of the forms in the app by clicking on it, all of the other forms in my app come to the top of the z-order. Is there any way to change this behavior? I would like to make it so that only the form that has been...
  3. stevemelaaron

    Modifying form behavior in a multi-form app

    I have a multi-form (non-MDI) app that I'm developing. When the user activates one of the forms in the app by clicking on it, all of the other forms in my app come to the top of the z-order. Is there any way to change this behavior? I would like to make it so that only the form that has been...
  4. stevemelaaron

    Unloading forms using hWnd

    Is there any way to unload a form using its handle? That is to say, what is the equivalent WinAPI call for VB's UNLOAD statement/method?
  5. stevemelaaron

    Maintaining forms zorder

    I have an app that dynamically creates new (non-MDI) forms at the user's request. When these forms get sent to the bottom of the zorder (when another window from another app goes to the top of the zorder), and then the user clicks on one of the forms from my app, all of the forms from my app...
  6. stevemelaaron

    Maintaining forms zorder

    I have an app that dynamically creates new (non-MDI) forms at the user's request. When these forms get sent to the bottom of the zorder (when another window from another app goes to the top of the zorder), and then the user clicks on one of the forms from my app, all of the forms from my app...
  7. stevemelaaron

    Maintaining forms zorder

    I have an app that dynamically creates new (non-MDI) forms at the user's request. When these forms get sent to the bottom of the zorder (when another window from another app goes to the top of the zorder), and then the user clicks on one of the forms from my app, all of the forms from my app...
  8. stevemelaaron

    Setup programs/scripts

    So now I've completed coding my killer app in VB, and I'm ready to distribute it. Should I use the MS Package & Deployment Wizard that came with VB6, should I design my own setup utility for it, or should I invest in a third-party package (like InstallShield)? I can see advantages and...
  9. stevemelaaron

    Setup scripts/programs

    So now I've completed coding my killer app in VB, and I'm ready to distribute it. Should I use the MS Package & Deployment Wizard that came with VB6, should I design my own setup utility for it, or should I invest in a third-party package (like InstallShield)? I can see advantages and...
  10. stevemelaaron

    I'm building an app that I would li

    I'm building an app that I would like to have run on Windows startup. I also would like to allow the user to toggle this feature on and off in an options screen. Other than placing the app's .exe file in the Startup folder, is there a way to do this?
  11. stevemelaaron

    Running program on Windows startup

    I'm building an app that I would like to have run on Windows startup. I also would like to allow the user to toggle this feature on and off in an options screen. Other than placing the app's .exe file in the Startup folder, is there a way to do this?
  12. stevemelaaron

    Running program on Windows startup

    I'm building an app that I would like to have run on Windows startup. I also would like to allow the user to toggle this feature on and off in an options screen. Other than placing the app's .exe file in the Startup folder, is there a way to do this?
  13. stevemelaaron

    Copying .wav files to the clipboard

    Is there a way to use the clipboard to cut, copy and paste .wav files? Could I somehow use the clipboard's OLE capabilities to do this? --Steve
  14. stevemelaaron

    Copying .wav files to the clipboard

    Is there a way to use the clipboard to cut, copy and paste .wav files? Could I somehow use the clipboard's OLE capabilities to do this? --Steve
  15. stevemelaaron

    Copying .wav files to the clipboard

    Is there a way to use the clipboard to cut, copy and paste .wav files? Could I somehow use the clipboard's OLE capabilities to do this? --Steve
  16. stevemelaaron

    Disabling Windows clipboard popup menu with textbox control

    I need to display a popup menu upon a right-click over a textbox control. I use the PopUpMenu method to bring up the menu, however, I get some odd behavior when I try to do this. If I call PopUpMenu in the MouseDown event, you must double-click the right mouse button in order to get the popup...
  17. stevemelaaron

    Making a form "always on top" / form persistence

    I think that I may have a solution to the "always on top" dilemma. You must set up a "sentinel" that checks to see which form is currently on top, and if the desired form is not, then set it to be so. First, set up these three WinAPI functions and global constants (the...
  18. stevemelaaron

    Making a form "always on top" / form persistance

    I think that I may have a solution to the "always on top" dilemma. You must set up a "sentinel" that checks to see which form is currently on top, and if the desired form is not, then set it to be so. First, set up these three WinAPI functions and global constants (the...

Part and Inventory Search

Back
Top