VC++ Help < Newb>

i'm a student and i got my self in to a little bit of trouble biting off more than i can chew ..

i need to create a program with a graphical interface to control a TX via RS232 or just audio port ,.,.. all the program has to do is look good with simple icons and send a binary code to the TX when an icon is pressed and then forward Audio ... i am not posting hoping sombody will do it for me lol an give me all the answers but a point in the rite direction would be REALLY apriciated!
[499 byte] By [AVVIT] at [2007-11-19 19:44:20]
# 1 Re: VC++ Help < Newb>
OK. You need direction, but what exactly what for? What is the part you don't know how to approach?
cilu at 2007-11-10 23:42:59 >
# 2 Re: VC++ Help < Newb>
ok well if u promise not tto lough the only programmin i done is pascal .. 4 years ago :) lol

the program i need to create needs to have a GUI .. with basic icons dysplayed to control whom the transmitter is transmitting to the system is gunna use encoder decoders to enable an disable each reciever in the system.. so the program needs to see that an icon has been clicked and then transmit the encoded binary code to enable the reciver co ordinating with the icon ..

i am starting with 0 knolege ... i am a tellecommunications student so the rest is easy i just need a pointer on the software to control the Transmitter ... the TX is going to be "Dumb" just a straght throughput of data ...
AVVIT at 2007-11-10 23:44:01 >
# 3 Re: VC++ Help < Newb>
http://www.winprog.org/tutorial/
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/msdn_serial.asp
philkr at 2007-11-10 23:45:04 >