Quote Originally Posted by axisdj View Post
My focus is GUI? why would c be better suited, which IDE would you recommend? Not sure I understand, can you expand.

Thanks
WP
You said your app does lighting control so I imagine that you're interfacing with hardware, perhaps some sort of controller through a COM port or something. What I'm saying is that it may have been better if you wrote all that in C/C++ instead and created a DLL which you can then call from your VB6 program. It would certainly make a rewrite easier if you used VB6 to develop the GUI since the meat would actually be in a DLL. VB6 is kinda clumsy and outdated when it comes to talking to hardware anyway.