Click to See Complete Forum and Search --> : Visual C++ .Net document creating


Flucky07
October 14th, 2004, 11:30 AM
I need to create an interface for a micro-processor board. I need to create a driver for the board that will be compatable with the micro board. I am working on creating the interface first and then will work on creating the driver. The board gets connected through a USB port and into the pc.

Should i create a form in Visual C++ .NET or use Visual C++. Regular C++ looks all DOS driven with command prompts when built. But i have been working with the C++ .NET and I can create forms although there is not that much information on how to create all the buttons and menu items. Can i link this to working with the board as an interface and somehow make it so that i can use this "form" to communicate with the board.

And last what is the BEST book for me to do this with. I need something and need to start working with it now. Multiple book list would help as well.

I really enjoy this stuff but it is so difficult and time consuming. Oh well i love the challenge and i have nothing better to do.

Eric

Flucky07
October 14th, 2004, 02:20 PM
Someone please help!?