Thread: simple vc++ question about textbox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    89

    simple vc++ question about textbox

    why doesnt this work in VC++?

    Code:
     std::string un, pw;
     un = fUsername->Text;
     pw = fPassword->Text;
    I am guessing it has to do with the fact that Text is some different datatype than string but I have no idea what it might be.
    Last edited by Ken Fitlike; 07-07-2006 at 03:05 PM. Reason: fixed code tags

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple question about pausing program
    By Noid in forum C Programming
    Replies: 14
    Last Post: 04-02-2005, 09:46 AM
  2. simple question.
    By InvariantLoop in forum Windows Programming
    Replies: 4
    Last Post: 01-31-2005, 12:15 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Textbox Question
    By Smoose777 in forum C# Programming
    Replies: 1
    Last Post: 06-14-2002, 06:30 PM
  5. simple fgets question
    By theweirdo in forum C Programming
    Replies: 7
    Last Post: 01-27-2002, 06:58 PM