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.
Subscribe to:
Post Comments (Atom)
Hello
Would try to update this blog from now. many links are broken like platnet source code and many websites shutdown.
-
Here are the steps on how to Install Visual Basic 6.0 on Windows Vista, Windows 7, Windows 8, Windows 8.1 and Windows 10. These Steps are v...
-
There has been recent news about Adobe Flash Control causing problem in VB6 projects. The last version of flash which didnt had any problem...
-
Here is a list of few very useful VB6 Addins which provides many features. vbAdvance vbAdvance is a Visual Basic Add-In which gives acc...
You can simply select all of "(icon)" text in property browser next to Icon and then press Del or BackSpace.
ReplyDeleteThanks Vlad Vissoultchev.
ReplyDeleteThis was a much better alternative to the other guy Abhishek's solution!
i got a better idea:
ReplyDeletestep1=set form border style to no.3 'Fixed Dialog'
step2=select the 'icon' property and press delete
There is a "showicon" in the Form property where you can set True or False xD
ReplyDelete