Tools Links Login

Set Caption to Right Side Of Form

This is just a sample program that shows how to set the Caption to the right side of your form using API. Also included is a way to make your form appear backwards. I havent seen this done by using API before, Just cheap imitations using strings. !Win2k only!

Original Author: Billy Conner

API Declarations

--API Declares---
Function GetWindowLongA Lib "user32"
Function SetWindowPos Lib "user32"
Function SetWindowLongA Lib "user32"
---Constants---
GWL_EXSTYLE
SWP_NOZORDER
SWP_NOMOVE
SWP_NOSIZE
WS_EX_LAYOUTRTL
WS_EX_RIGHT

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 66 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD139501202001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 2,175 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.