Search:

Type: Posts; User: Stringer

Search: Search took 0.00 seconds.

  1. Thread: DialogResult

    by Stringer
    Replies
    1
    Views
    2,319

    DialogResult

    ok I really dont get why this isnt working for me since I have read about 3 sites that say im doing it right

    heres what ive got


    private: System::Void openbut_Click(System::Object^ sender,...
  2. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    Just found out how to do the label text problem,...

    Just found out how to do the label text problem, http://cboard.cprogramming.com/showthread.php?t=81189&highlight=System%3A%3AString%5E
  3. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    ok your right, I just had to declare my functions...

    ok your right, I just had to declare my functions in the header file and everything worked like that.

    I just want to finish this one program im making and then learn everything the right way...
  4. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    after some messing around with everything I...

    after some messing around with everything I figured out how to change the label text by putting the form1 class constructor in the source file.


    But the only way I can figure out how to do an...
  5. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    this private: System::Void...

    this


    private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
    }

    was generated by Visual C++. I dont understand anything about it except that it does whatever...
  6. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    I still cant understand how to do this, its...

    I still cant understand how to do this, its driving me crazy

    in borland C++ builder when I put a button on a form and double click it I get something like "void __fastcall TForm1::ButtonClick...."...
  7. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    yeah I learned basic coding and I am currently...

    yeah I learned basic coding and I am currently just beginning to learn "GUI programming"

    Is their a really good book I could buy that would teach me coding and GUI programming, I have one but its...
  8. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    sorry In Visual C++ I have a button on...

    sorry

    In Visual C++ I have a button on "Form1", I want it to run a function in "program.cpp" when it is clicked.



    so: button is clicked

    in Form1.h
    -------------
  9. Thread: button click

    by Stringer
    Replies
    20
    Views
    4,934

    button click

    ok I have another noobie question. In Visual C++ I have a button on "Form1", I want it to run a function in "program.cpp".


    I also have a label named "label1" and in the function in "program.cpp"...
  10. Replies
    9
    Views
    1,448

    ok that worked, thanks!

    ok that worked, thanks!
  11. Replies
    9
    Views
    1,448

    heres my whole program that I made in BuilderX...

    heres my whole program that I made in BuilderX with the includes that swoopy posted
  12. Replies
    9
    Views
    1,448

    I tried the includes that swoopy posted and it...

    I tried the includes that swoopy posted and it didnt work, among the 37 errors I am getting

    .\File1.cpp(7) : error C2871: 'std' : a namespace with this name does not exist
    .\File1.cpp(12) : error...
  13. Replies
    9
    Views
    1,448

    i tried the "using namespace std" already and I...

    i tried the "using namespace std" already and I just got this

    File1.cpp(7) : error C2871: 'std' : a namespace with this name does not exist


    am I allowed to post my whole source? its like 263...
  14. Replies
    9
    Views
    1,448

    Switching from Borland To Microsoft

    Im a very beginner coder and I used Borland C++ BuilderX to write a program. Since C++ BuilderX doesnt do GUI stuff(But is awesome for writing code) I downloaded Microsoft Visual C++ Express which is...
Results 1 to 14 of 14