Search:

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

Search: Search took 0.00 seconds.

  1. Thread: COM Callback

    by steinie
    Replies
    1
    Views
    5,900

    COM Callback

    I have opened a USB interface with COM and the send works fine.:p
    I need a CallBack for the input.

    Here is a short script, the first part works, just need callback.:neutral:



    ' AH COM GUI...
  2. Wowwww

    Man-O-Man.... all that?:eek:
    Thanks for the help - it works.

    How about adding that to "DT"
  3. Replies
    3
    Views
    7,676

    Send Works

    OK Petr, Thanks for your help! :p
    The send works with three minor changes -

    Uses "COM" ' -- Create object
    Dim RetVal As Variant '<---------------------
    'DWord retVal
    DWord ActiveHomeObj =...
  4. How do I get if today is daylight savings time?

    In VBasic it's:

    Dim DST as Boolean

    DST=DateTime.Now.IsDaylightSavingsTime()


    Thanks......
  5. Replies
    3
    Views
    7,676

    Need help convert VB 2005 Import to TB

    i need help to convert VB 2005 Import to TB Declare.
    If you know Vbasic maybe you can help me out?:o

    [VB code]


    Imports ActiveHomeScriptLib
    Imports System
    Module Module1
    Dim WithEvents...
  6. Replies
    3
    Views
    5,914

    Open Windows Calculator

    This will open the Windows Calculator from ThinBasic.:D




    Uses "OS"



    CallBack Function XXXXXXXX() as long
  7. Thread: MDI Dialogs

    by steinie
    Replies
    3
    Views
    4,485

    Working now

    Thanks Eros; :p
    The example has a bug in it. The Control ID's have the same Numbers. :(
    It's working now. here is the code....

    uses "UI"...
  8. Thread: MDI Dialogs

    by steinie
    Replies
    3
    Views
    4,485

    MDI Dialogs

    Looked at samples, but I don't need 1000 dialogs that are the same.
    Don't need to be created from a menu.
    What I do need is 10 Dialogs that are all totaly different, Boxes, buttons, labels etc. I...
  9. Replies
    2
    Views
    4,352

    Working great now - found the old DOS font with Box graphics

    I found the old DOS font with the box graphics on the web.
    It's called video_terminal_screen_regular.ttf If you want to play with it, here it is............:D
  10. Replies
    2
    Views
    4,352

    The font that's not

    Ok, Xprint_font seems to be working with most fonts, but not all.
    The font that's not there seems to be Terminal font.
    If I use Character Map in system tools, I can see and view Terminal font....
  11. Replies
    2
    Views
    4,352

    Xprint and Xprint_Font

    I'm trying to Xprint a list box that has Terminal font, but all I get is the defult font that is in memory.:( See Images. here is some code.

    Case %but_print

    XPRINT_Attach(PrinterName) ...
  12. Replies
    5
    Views
    4,133

    Sleep

    Thanks for the hints Petr, I will add them. About the Sleep. The reason I added it was that, when you click the mouse on the Caption, the game will speed-up to about double speed. Any idea why?
  13. Replies
    5
    Views
    4,133

    New game from newbe

    Hi, I just did a new game called Gnip Gnop. It's a one player pong game. It will start slow and get faster as the score gos up. It uses the mouse to move the paddle in a canvas window. Give it a try,...
  14. Replies
    8
    Views
    6,534

    Calculator

    :)

    :p Hi, I took Frank's example and did a calculator. It's not done yet, but it's comming along good.7356
Results 1 to 14 of 14