News

I've had to do a lot of work with pointers when working with the API. Hopefully some of you might find these items useful when you have to do the same.<BR><BR><BR>Obviously, you will need StrPtr, ...
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 ...
Visual Basic and C# are like two peas in a programming pod. Both languages use the .NET Framework as the foundation for data and code processing, so naturally there's a lot of overlap in how they ...
How to use VBA’s InputBox function to select a range on the fly in Excel Your email has been sent Often, you’ll want Excel users to specify a range that the app then uses in an automated way.
Microsoft announced in early 2012 that it would extend support for aging Visual Basic 6 runtimes and code syntax for the entire life cycle of Windows Vista, Windows Server 2008, Windows 7 and the ...
When you enter text in a window with editing controls, such as to create a new blog post or article for your company's website, the text is often stored in rich text format. RTF tags contain ...