Asked By
50 points
N/A
Posted on - 09/28/2012
How to customize border of button popup in VB6?
Â
Hi,
It is possible to customize the settings of the popup in vb6. You can set the size, color, etc. of the window using vb6. You can even add more buttons in the window as your requirement. You just need to add the code for button in the main code and then save the changes. Follow the steps below:
1. Go to the main code of the popup window and scroll down to the part with the popup button.
2. Design the code as your requirement to change the border of the button. Keep in mind the design of the border you want to implement and then design the code.
3. Now, paste the code for the new border in place of the code for the old border and save the file.
Â