Page 1 of 2 12 LastLast
Results 1 to 25 of 33

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602

    ... Borland C++ Builder ..

    , 3 , , , , , .

  2. #2
    Banned IPOC's Avatar
    Join Date: Feb:2002
    Location:
    Posts: 1,240
    "" . Visual ?
    :
    cout>>" "
    cin<<
    ( )
    int main() , () - iostream.h ( #include<iostream.h> ) , .

    ......... cout>>"" .

    ";" "" {} ( , )
    .
    Visual - . . .


  3. #3
    Registered User Portnoy's Avatar
    Join Date: Aug:2001
    Location:
    Posts: 114
    ,

    Borland Builder Borland. Delphi, , Pascal. Builder-a , - ( ).
    Edit. ( ) TEdit. - Builder Delphi.
    Visual C++ Microsoft , .

    !

    P.S.

    , Builder-a (events). object inspector , onClick, , . . . ( Visual C++).

  4. #4
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    , , MS v C+ ,

  5. #5
    motherfather The Penalty's Avatar
    Join Date: Mar:2002
    Location:
    Posts: 20,472
    Originally posted by ToHu
    , , MS v C+ ,
    [ @]
    ICQ- - ...
    [/ @]

    • , -
    • Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us
    • Soul platinum 1 and 2. See? It's not the game - you suck.


  6. #6
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    ........

  7. #7
    Tatul CodeWarrior's Avatar
    Join Date: Dec:2002
    Location: Sofia
    Posts: 1,707

    Visual C++ Microsoft , .

    !

    P.S.

    . . ( Visual C++). [/B][/QUOTE]

    Visual Studioto OnLButtonDown Onok . win visual c++ mfc.

  8. #8
    Banned pe6o's Avatar
    Join Date: Jan:2002
    Location: Sofia
    Posts: 1,263
    MS VC++, , .

  9. #9
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    , , . .

  10. #10
    Banned pe6o's Avatar
    Join Date: Jan:2002
    Location: Sofia
    Posts: 1,263
    . - MFC AppWizard(EXE). "Dialog Based". Next, , "Next" . Resource Editor- - , . . "" , "". "Class Wizard", . , .

    - .

    !

  11. #11

    Join Date: Nov:2001
    Location: Des Moines, Iowa
    Posts: 4,284

  12. #12
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    , /, /.

  13. #13
    Registered User Portnoy's Avatar
    Join Date: Aug:2001
    Location:
    Posts: 114
    - ( OnClick Calculate).
    Visual C++ - -. dialog data exchange, message maps .. -. , Visual C++ -, . , - - MSDN, - Borland. , Visual C++ .
    Now that I'm blind I can see much clearer

  14. #14
    Master of Disharmony Shagrath's Avatar
    Join Date: Dec:2002
    Location: Muenster, Germany
    Posts: 3,632

  15. #15
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602


    p.s. .. , .....

  16. #16
    Master of Disharmony Shagrath's Avatar
    Join Date: Dec:2002
    Location: Muenster, Germany
    Posts: 3,632
    ))) ...

  17. #17
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    , , ?

  18. #18
    Master of Disharmony Shagrath's Avatar
    Join Date: Dec:2002
    Location: Muenster, Germany
    Posts: 3,632
    ... , ... / ...
    ...
    - ...

  19. #19
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    ,

  20. #20
    Registered User Portnoy's Avatar
    Join Date: Aug:2001
    Location:
    Posts: 114
    , : Word, . , Basic, , . add-on, Word? - Flexword ( Datecs source- Word).
    Btw. .
    Now that I'm blind I can see much clearer

  21. #21
    Master of Disharmony Shagrath's Avatar
    Join Date: Dec:2002
    Location: Muenster, Germany
    Posts: 3,632
    Portnoy ( ... ) ... , FlexWord WIN API .., Office Utilities Basic Macros, DLL- ... , Macros- ...

  22. #22
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    , Borland C++ Bulilder, , . 3 Tedit , , . ...

  23. #23
    Zavaliata's Avatar
    Join Date: Aug:2002
    Location:
    Posts: 266
    C++? ?

  24. #24
    Forum Leader ToHu's Avatar
    Join Date: Jul:2001
    Location: Sofia
    Posts: 3,602
    , . , , ..... , , asm, , .

  25. #25
    Registered User
    Join Date: Dec:2002
    Location: Sf
    Posts: 11
    Buildera, Project1
    Form1, TabControl-a Standard Edit ( "ab")
    (Form1) Edit1
    Edit2 Edit3
    ,
    Edit1, Edit2, Edit3. TabControl:Standart
    ( "")
    , EditBox-.

    ,
    (
    , ToHu
    , ,
    5-6 -
    WinBoz-a

    , Buildera( i Delphi)
    Properties () Events ().
    ,
    (Width,Height), (Top,Left), (font) .
    , Windows- ( )
    , : (OnClick),
    (OnKeyPressed) .
    . Edit Button
    Form. ,
    Help-a, : ( )
    Edit1 , F1 TEdit
    Properties Events, ,
    (Methods)
    Clear - Edit-a, SelectAll -
    , CopyToClipboar - - .

    ObjectInspector
    .
    Text Edit1 3. Edit1 O ObjectInspector
    Properties Text .
    Text Edit1, .
    Form1 Edit .. text
    Edit- String ..
    . edit-a
    . : , ObjectInspector
    Caption - ..
    - '&'
    Caption : &Calc
    'C' alt-c OnClick .
    .
    , OnClick
    ObjectInspector Events
    OnClick: DoIt
    .
    :
    Edit3->Text = FloatToStr(StrToFloat(Edit2->Text)+StrToFloat(Edit3->Text));

    Try

    .
    Caps- C- Builder-a
    .
    Delphi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |