hi every one i'm working on a encryption program written in c. now i need to use a graphical interface. can i use visual basic? i dont know how to integrate c and vb . or else can i use c++ and vb? please help!!!!!!!!!!! !
c and vb?
Collapse
X
-
You can compile your C++ code as a COM control and embed it in a VB GUI. I don't know the details of creating COM controls in C++.Originally posted by forvishhi every one i'm working on a encryption program written in c. now i need to use a graphical interface. can i use visual basic? i dont know how to integrate c and vb . or else can i use c++ and vb? please help!!!!!!!!!!! !
I don't know how useful the SDL is for making GUIs, it's really intended for games.
If it were me doing this, I would use wxWidgets for the GUI, that's a free C++ GUI library.Comment
Comment