From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt H Message-ID: <44225839029.20010525084415@proweb.co.uk> To: 9fans <9fans@cse.psu.edu> Subject: Re[2]: [9fans] Limbo Tk FAQ? In-Reply-To: <20010525065834.K21254@cackle.proxima.alt.za> References: <20010524185028.F1E14199D5@mail.cse.psu.edu> <20010525065834.K21254@cackle.proxima.alt.za> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 25 May 2001 08:44:15 +0100 Topicbox-Message-UUID: a7d59692-eac9-11e9-9e20-41e7f4b1d025 Hello Lucio, L> I haven't tried VB or VC++, I must confess, perhaps I fear to L> discover that there are shortcuts out there, as long as you kneel L> to the right religion. VB is very easy. Drag & drop controls then double click to get the wrapper to call it you end up with Sub Button1.Click() Button1.Caption = "I've been clicked" End Sub VC++ works in a similar way but is a bit more hairy. The best way (I think) to work that environment is to make ActiveX Controls (just a glorified class that has it's own display window) in VC and then arrange them and make them interact with VB. Then it's time for battle with MFC. The Microsoft Foundation Classes. A whole bunch of C++ Classes which prevent portability (even between types of windows apps) and add plenty of complexity. Chuck in the many macros for doing window handling and message passing and suddenly you really don't know what's going on. -- Matt mailto:matt@proweb.co.uk I'm floating on a lilo in the Sea of Alright