Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nnnkkk

    c++

    Hello. I would like to advise how can i get ip address on my pc and copy it to Form2->label2. For example Im trying to show in my program,informations of internet connection speed,ip adsress... Im thinking about something like : void __fastcall TForm1::Button1Click(TObject *Sender) {...
  2. nnnkkk

    Right write in of the command

    Hello,thaks for reply.. It is done. But I had a problems when i declared variables as private.I done it by first way as you advised.I found some errors in the code..And yes Im very new in c++ builder.. thanks
  3. nnnkkk

    Right write in of the command

    I tried to do it those ways but doesnt work. example: I declared on the form1 int a,b,c and currency res1,res2, a=1,b=2,c=3. res1=a+b+c and then on the form2 i need to use res1 res3=(res1/res4)*x Form1->Label1->Caption=((res3)) always showing 0 so res1 on the form2==0. If both form are public no...
  4. nnnkkk

    Right write in of the command

    Hi.Thanks for reply..res1 I declared on the form1. Do you mean , should I declace res1 in Project1.cpp file.that include All forms 1,2,3,4.I gonna try it ..Thanks for now
  5. nnnkkk

    Right write in of the command

    Hello.. I just started with 2010 c++ builder. I would like to ask for right write in of the command. I want to use result from Unit1->Form1 on the Form2. For exemple,Form1->res1=20,and on the Form2->res4=(res1/res3) And then on the Form1= label->Caption=((res4)) I tried meny types of code And...

Part and Inventory Search

Back
Top