Bill Burris
Latest articles
-
DeviceIoControl & USB using Managed C++ & C#
by Bill BurrisLow level I/O is not part of the .NET framework, so information on how its done is difficult to find. Since I am using some specialized hardware, which won't be available to most C# developers, my comments will focus on interoperability with unmanaged code.
-
OpenGL in C#
by Bill BurrisA simple demonstration of how to use OpenGL in C#, with the help of the C# Graphics Library.
-
Using ADO.NET, XML & XSL to generate HTML
by Bill BurrisAutomate you website updates to avoid hours of tedious work with your HTML editor.
-
VBA in FrontPage
by Bill BurrisHow to create your own Macros in FrontPage; examples include altering headers across the site, adding code samples, and using msxml
-
Drawing on a Form
by Bill BurrisAn introduction to drawing graphics on a form
-
Getting Started With C#
by Bill BurrisThis example is to get you started using C# in Visual Studio.NET. It is intended to be used as your first program to test your Visual Studio .NET installation, and to start finding your way around in VS