VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...
I've built a Windows Service application. Now, I'd like to build a GUI application to monitor and control that service. But I can't find a good way to get information from the service to this GUI ...