Search:

Type: Posts; User: Salibea

Search: Search took 0.01 seconds.

  1. Thread: Folder copy

    by Salibea
    Replies
    5
    Views
    1,402

    Yes, I work under Windows with Borland. Is there...

    Yes, I work under Windows with Borland. Is there any way to copy the folder directly?

    Thanks
  2. Thread: Folder copy

    by Salibea
    Replies
    5
    Views
    1,402

    Could you specify it to me?

    Could you specify it to me?
  3. Thread: Folder copy

    by Salibea
    Replies
    5
    Views
    1,402

    Folder copy

    Hello, I need your help. I want to copy a folder (C:\ABC) to D:\. How can I do that?

    Thanks,
  4. Thread: Multi line

    by Salibea
    Replies
    11
    Views
    2,759

    Thanks, I found the problem. As Ken Fitlike said,...

    Thanks, I found the problem. As Ken Fitlike said, TEdit only allows you to write in a single line. The control that allows you to write in a multiline is TMemo.

    Thanks for your help!! :D
  5. Thread: Multi line

    by Salibea
    Replies
    11
    Views
    2,759

    IŽve tried with \r\n and it doesnŽt work...

    IŽve tried with \r\n and it doesnŽt work :confused: . IŽm working in a windows program in wich you write some text, that text is saved into a file, and that file is send to a computer. I want that...
  6. Thread: Multi line

    by Salibea
    Replies
    11
    Views
    2,759

    Thanks anyway, IŽll see if any borland user can...

    Thanks anyway, IŽll see if any borland user can help me.
  7. Thread: Multi line

    by Salibea
    Replies
    11
    Views
    2,759

    object Edit3: TEdit Left = 152 Top = 16...

    object Edit3: TEdit
    Left = 152
    Top = 16
    Width = 193
    Height = 161
    TabOrder = 3
    Text = 'Edit3'
    end
  8. Thread: Multi line

    by Salibea
    Replies
    11
    Views
    2,759

    How can I do that?

    How can I do that?
  9. Thread: Multi line

    by Salibea
    Replies
    11
    Views
    2,759

    Multi line

    Hello, how can I write in a text box in different lines?
    I explain myself, I use Borland and I want to write something in a line, for example "ABC", and in the second line "DEF". I try this, but it...
  10. Thread: File

    by Salibea
    Replies
    3
    Views
    823

    Sorry, for wrote it in C, it was a slip. Thanks...

    Sorry, for wrote it in C, it was a slip. Thanks quzah, it worked. Salem, I take it into account, and IŽll try to write a better code.

    thanks!,
  11. Thread: File

    by Salibea
    Replies
    3
    Views
    823

    File

    Hello, I am writing this code with Borland C. The problem is that when I try to find the .txt file, I see that it hasnŽt been created.Then dubugging it, I see stream=NULL. Can anyone help me?

    ...
  12. Thread: Textbox

    by Salibea
    Replies
    6
    Views
    2,000

    None of the codes worked. SirCrono66, thanks...

    None of the codes worked.

    SirCrono66, thanks for your help, but that is not what I am looking for. I donŽt want to open a new windows with text, I just need to save a text form a textbox to an...
  13. Thread: Textbox

    by Salibea
    Replies
    6
    Views
    2,000

    Textbox

    Hi, IŽm newby programming with windows forms. I want to read the text that it is written in a text box, and save it into a char array. IŽve tried a lot of ways to do it, but no one has been the...
Results 1 to 13 of 13