Showing posts with label Tip. Show all posts
Showing posts with label Tip. Show all posts

Monday, August 29, 2011

Remove Icon from VB6 Form

Many times we set icon on form which we dont want, and there is no option to remove, you can only replace it. But sometimes we need to let the default VB icon remain like when we are setting the icon using code. To remove icon from VB6 form, open your form .frm file in notepad and under " Begin VB.Form Form1 " look for " Icon = "Form1.frx":0000 "

Remove this line and save, open your project and VB6 will display an error, now save the project. This will remove the icon.

Note: Be careful while editing files using notepad.

Sunday, November 14, 2010

Add Build Button to VB6

Ever wished you had a 'Build' button on your VB 6 toolbar just like VC++, now you can add a build button to your VB 6 toolbar, without using any addins.



[Download]

Hello

Would try to update this blog from now. many links are broken like platnet source code and many websites shutdown.