|
-
Nov 29th, 2001, 11:17 AM
#1
Thread Starter
New Member
integrating vb interface with vc++
i'm writing an application using visual c++ and i'm told that designing interfaces/menus/toolboxes is easier in vb. could anyone please tell me how to integrate a toolbox designed in vb with my vc++ app?
i have no experience with vb except some GWBasic done in school (does that count?! )
-
Nov 29th, 2001, 12:10 PM
#2
I don't htink you can design the interface in VB and then directly use it in C++. You could maybe write a very sophisticated C++ dll to take control of a VB front-end, but I don't think it's worth it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 29th, 2001, 12:23 PM
#3
Thread Starter
New Member
thanks for your reply 
perhaps i didn't express myself very well in my post.. I'm looking to design just one control not a whole interface as a modeless dialog box --something like one of those toolboxes u see in Adobe Photoshop for instance-- using VB and call methods that i have in my vc++ application when a particular button is pressed by the user.
is this possible?
-
Nov 29th, 2001, 02:22 PM
#4
Monday Morning Lunatic
It's possible, but you'll find it easier just to learn how to do it using the API in C++.
And that also means you're not carrying a load of DLLs around with you
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 29th, 2001, 04:34 PM
#5
Thread Starter
New Member
great thanks that settles it for me then! i'll stick to vc++
thanks for both of your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|