CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: srfpala

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,104

    Copy textbox data to a string

    // I have a textBox and would like to copy its contents
    // into a string called myColor

    string myColor= "BLUE"; // OK works as expected
    textBoxColor->Text =...
  2. Replies
    2
    Views
    8,903

    Identifier is undefined - why?

    Using CppCLR_Winforms App (extension by Kaiser ) on Win10

    { // `Trying this code in the frmMain btnAddAccount_Click event:
    // I have in this project a frmAddAccount.h file
    // And have modified...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured