News

I'm trying to use a timer object in VB6 to detect a phone connected to the serial port, but I'm having 2 issues:1) If the timer event code is running when the form is closed (either by pressing my ...
I have an old VB6 project (DLL) that someone wants converted to VB.NET. It's been a long time since I've worked with VB6, and I've never done VB.NET, though I've done enough C#. I've read up on ...