sanket
August 19th, 2001, 10:56 AM
Hi,
Is there any way in which i can convert vb code to code in vc++
Is there any way in which i can convert vb code to code in vc++
|
Click to See Complete Forum and Search --> : VB TO VC++ sanket August 19th, 2001, 10:56 AM Hi, Is there any way in which i can convert vb code to code in vc++ Tower August 19th, 2001, 10:48 PM Only your hands and head Clearcode August 20th, 2001, 04:54 AM The custom controls that you use in VB can be transfered to a VC++ project and used from it but the intrinsic VB controls cannot. If your VB project was written in an OO manner and much of its interface was accomplished using custom controls the transfer will be merely difficult. If not it may be nigh on impossible. ------------------------------------------------- Ex. Datis: Duncan Jones Merrion Computing Ltd http://www.merrioncomputing.com Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |