Search:

Type: Posts; User: XcodeX

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    3,748

    Drawing a rotated text on a form

    Private Const LF_FACESIZE = 32

    Private Type LOGFONT
    lfHeight As Long
    lfWidth As Long
    lfEscapement As Long
    lfOrientation As Long
    lfWeight As Long
    ...
  2. Replies
    4
    Views
    3,662

    Re: Registering and using a new window class

    No there is no question.I was just guiding the procedure
  3. Replies
    4
    Views
    3,662

    Registering and using a new window class

    Public Type WNDCLASS
    style As Long
    lpfnwndproc As Long
    cbClsextra As Long
    cbWndExtra As Long
    hInstance As Long
    hIcon As Long
    hCursor As Long
    ...
  4. Replies
    3
    Views
    24,020

    [CSS] Folded Corner Effect With Animations

    HTML :


    <div class="post">
    <span class="folded-corner"></span>
    this is an animated foldover demo
    </div>

    <div class="post photo">
    <span class="folded-corner"></span>
Results 1 to 4 of 6



Click Here to Expand Forum to Full Width