How to customize border of button popup in VB6?

Asked By 50 points N/A Posted on -
qa-featured

I want to make the border of a button popup in VB 6 like 3D. Is that possible?

Thanks in advance.

SHARE
Answered By 10 points N/A #191576

How to customize border of button popup in VB6?

qa-featured

 

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.

 

Related Questions