Search:

Type: Posts; User: stapper; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,981

    Ackerman function

    http://rosettacode.org/wiki/Ackermann_function



    Uses "Console"

    Dim i,j As Long

    For i = 0 To 3
    For j = 0 To 7
  2. Thread: 100 doors

    by stapper
    Replies
    0
    Views
    2,586

    100 doors

    http://rosettacode.org/wiki/100_doors#



    Uses "Console"

    Dim doors(100) As Long
    Dim i,j As Long
    Array Assign doors(-1) = FALSE
  3. Replies
    2
    Views
    2,234

    thanks for the info Eros I did not know that...

    thanks for the info Eros
    I did not know that converting to extend happens when printing it.
  4. Replies
    2
    Views
    2,234

    questions about fractions

    hi,

    I have 2 questions
    1)
    I give JD a value off : 2436116.31
    If I print JD it gives the correct value
    but if i print the fraction it gives : .310000000055879354

    2)
    If i give F the value...
  5. Replies
    3
    Views
    4,353

    Hi Zak, Its not what i wanted to accomplish. ...

    Hi Zak,

    Its not what i wanted to accomplish.

    My goal is when iam on a line somewhere in the RTF control then when i select a menuitem the complete line where the cursor is has to copied to the...
  6. Replies
    3
    Views
    4,353

    Thanks Zak, I will check it out. Let you know...

    Thanks Zak,

    I will check it out.
    Let you know the results.

    Regards

    Patrick
  7. Replies
    3
    Views
    4,353

    strange behaviour WM_Paste

    Hi,

    I got a small question.
    I try to duplicate a line in an Rich Text Box but there is something strange

    Case %IDM_EDIT_DUPLICATE_LINE
    SendMessage(hEdit, %EM_EXGETSEL,...
  8. Replies
    9
    Views
    6,705

    Looks Good Eros, Thanks alot Patrick

    Looks Good Eros,

    Thanks alot

    Patrick
  9. Replies
    9
    Views
    6,705

    Ok Thanks Eros Regards patrick

    Ok Thanks Eros

    Regards

    patrick
  10. Replies
    9
    Views
    6,705

    Question about sendkeys

    Hi,

    If i use the keys ctrl+Shift+Left arrow in Rich Text controll then the previous word is selected.

    When iam using SendKeys("^+{LEFT}") i expected the same result but instead it just go to...
  11. Replies
    4
    Views
    4,877

    Ok Pter, I got them. thanks alot, i can...

    Ok Pter, I got them.

    thanks alot, i can experiment futher.

    Regards

    Patrick
  12. Replies
    4
    Views
    4,877

    Thanks for the info Pter, 1 last question for...

    Thanks for the info Pter,

    1 last question for the moment.
    Can i find somewhere wich equates and structures are included in thinbasic.
    I tried to look up %EM_FINDTEXT in the help file but its...
  13. Replies
    4
    Views
    4,877

    question about EM_FINDTEXT or SETTEXTEX

    Hi,

    Are the structures defined is thinBasic or is there another way ?

    Regards

    Patrick
  14. Replies
    4
    Views
    4,245

    Thanks, Its a very nice language. Regards ...

    Thanks,

    Its a very nice language.
    Regards

    Patrick
  15. Replies
    4
    Views
    4,245

    Thanks Eros, And what to do if a want to know...

    Thanks Eros,

    And what to do if a want to know about another clipboard format ?

    Regards Patrick
  16. Replies
    4
    Views
    4,245

    getting info from the clipboard

    hi,

    Iam new in thinbasic.
    I like to know if there is text in the clipboard. How can i do this.

    I like to do this with RetCode = SendMessage(hEdit, %EM_CANPASTE, %CF_TEXT, 0)
    Is...
Results 1 to 16 of 16