News

More than 100 Microsoft Most Valuable Professional (MVP) developers have signed a petition demanding the software company reconsider plans to end support for Visual Basic in its "classic" form.
The Visual Basic "Button" class lets you create a control on your VB projects that perform an action such as auto-save. VB also includes file classes that help you create functions to save files. An ...
Microsoft's ubiquitous spreadsheet application, Excel, is a useful tool for small and large businesses alike. However, the Excel format is proprietary and some software applications aren't able to ...
I wrote a program that generates fractals in visual basic. The way it currently works is that I pass the function a handle to a device context and it uses SetPixel to draw to that hDC. I'd like to be ...