Results 1 to 3 of 3

Thread: Concatenating 4 x times table into a Textbox

  1. #1
    Guest

    Post

    Hi,
    I am trying to concatenate a 4 times multiplication table as a string "MStr$" into a text box.Whenever I click on a command button it should multiply 4 x 1,2,3,...12. and place all of it in the textbox. I also used the new line string character NL$=Ch$(13)+Ch$(10) as a multiline, but still finding difficulties.

    Any help will be much appreciated. Thank you.

    Albert
    PS:using VB6

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Have you set the MultiLine property of the TextBox to True? If you have, please post some of your code.

    ------------------
    Marty

  3. #3
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Post

    You will probably need a table to align everything properly.

    ------------------
    DiGiTaIErRoR

Posting Permissions

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



Click Here to Expand Forum to Full Width