Search:

Type: Posts; User: VBDie

Search: Search took 0.02 seconds.

  1. Replies
    84
    Views
    224,504

    Sticky: Re: Visual Basic API FAQs

    Sometimes we need someone to look over our shoulder to point out our mistakes.

    Thanks!
  2. Replies
    6
    Views
    1,442

    Re: Does someone wants to build "Reversi" with me?

    Can send you my game I wrote in QBasic 7.11. The biggest problem is the DATA fields to convert! (human vs Pc , human vs human)

    That is, if you can understand DOS programming...?
  3. Thread: ascii codes

    by VBDie
    Replies
    3
    Views
    1,601

    Re: ascii codes

    left= 29
    right=28
    up=30
    down=31
    space=32
    beep=7
    backspace=8
    tab=9
    home=11
    enter=13
  4. Re: How I can verify if a msflexgrid (external program) has rows or not?

    Some guys knows it all...
    http://vbrad.com/article.aspx?id=50
  5. Thread: Screenshot?

    by VBDie
    Replies
    2
    Views
    887

    Re: Screenshot?

    Some VB5 code I used in a Screen Capture program for myself (Creating "Help Screen Effects"):


    Type POINTAPI
    GCPx As Long
    GCPy As Long
    End Type
    'Type POINTAPI
    ' x As Long
    ' ...
  6. Thread: Window Focus

    by VBDie
    Replies
    1
    Views
    610

    Re: Window Focus

    Maybe I'm wrong, but usually it's one of three(3) problems. Try the following:

    1> Bring form to the top (of program): ZOrder
    2> Set focus to the dialog: Setfocus

    If above not working, do the...
  7. Replies
    1
    Views
    733

    Re: [RESOLVED] confused about setwindowpos

    I gave the answer here:
    http://www.vbforums.com/showpost.php?p=2661873&postcount=40
  8. Replies
    84
    Views
    224,504

    Sticky: Re: Visual Basic API FAQs

    The problem with this code is that it will change the size of the form to 0,0,0,0. This is what I have added:


    Sub TopMostX(BB As Byte, FormX As Form) ', XLeft, XTop, XHeight, XWidth)

    If...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width