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.
Monday, August 29, 2011
Saturday, August 20, 2011
Tools: Add-In to make Console Apps using VB6
The 'PowerVB Console Application Add-In' provides an integrated mechanism for turning a Standard Exe application into a console application.
Using this add-in to generate a Windows Console application is equivalent to running 'EditBin /SUBSYSTEM:CONSOLE MyExe.Exe' from the command line.
Friday, August 12, 2011
Chart Control for VB6
RMChart is ActiveX control to add a various range of Modern looking business charts (Bar, Line, Pie/Donut, XY scatter) to your applications. It comes with RMCDesigner, using this tool you can create chart without coding. You Also print your charts or save them as .jpg, .png files. License: Freeware
[Download Here]
[Download Here]
Subscribe to:
Posts (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...