Thread: adding a VB gui

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    35

    Unhappy adding a VB gui

    I have some c++ code that communicates between an ftp server and a client using the winsock specs. I have am trying to add a GUI to the code so that I can send commands from a window, and place received messages in a window.

    I don't have that much experience with MFC, so is it possible to add a Visual Basic GUI to my C++ code. If so, how can I do it???

    Thanks

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    i don't even feel i need to say it.....where mr.dane lol

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Yes that's possible, Although i don't know how .
    Winsock is Win32 right? Win32 is very well capable of doing GUI
    itself, Ofcourse not as easy as Visual Basic. There are some
    tutorials for doing this at GameTutorials at page 2 of Win32 tutorials.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SVN Import Causes Crash
    By Tonto in forum Tech Board
    Replies: 6
    Last Post: 11-01-2006, 03:44 PM
  2. Adding Fields to your OpenGL GUI
    By Shamino in forum Game Programming
    Replies: 18
    Last Post: 10-09-2005, 01:47 PM
  3. Adding functionality to controls on a GUI
    By earth_angel in forum Windows Programming
    Replies: 3
    Last Post: 06-19-2005, 09:31 PM
  4. Adding functionality to controls on a GUI
    By earth_angel in forum C++ Programming
    Replies: 3
    Last Post: 06-16-2005, 01:35 PM
  5. C Code with VB Gui
    By Taikon in forum C Programming
    Replies: 3
    Last Post: 02-24-2005, 05:11 PM