PDA

View Full Version : Microsoft Outlook/Glade



trivialpackets
March 27th, 2005, 04:12 AM
I'm working on developing a c++ app that is intended to run on a windows system, basically the point of the program is to take input from the user, in the form of user input and possibly drop down boxes. I'm new to C++, and even newer to Glade, as that's what I've been messing around with to do this. Anyone know of any open source code that interacts with outlook to allow the gui to send the contents via outlook to an email address? I just want a look at it, and also, anyone have any good tutorials on using Glade with C++? Thanks in advance all.

dcraven
March 27th, 2005, 06:29 AM
Here (http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch19.html) is the section of the gtkmm tutorial pertaining to using libglademm. It's quite well written and is a great start assuming that it is gtkmm that you are working with.

HTH,
~djc