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...
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...
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...
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...
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...
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...
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...
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...
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?
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?
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?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.