VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How to show the text shaped form? Solution is here...

Sreeram.P  (16 Submissions)   Custom Controls/Forms/Menus   VB.NET   Unknown Difficulty   Fri 9th June 2006   Mon 8th February 2021

How to show the text shaped form? Solution is here...

API Declarations


Private Declare Function EndPath Lib "gdi32" (ByVal hdc As Long) As Long
Private Declare Function PathToRegion Lib "gdi32" (ByVal hdc As Long) As Long
Private Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long

Private Declare Function CreateFont Lib "gdi32" Alias "CreateFontA" (ByVal H As Long, ByVal W As Long, ByVal E As Long, ByVal O As Long, ByVal W As Long, ByVal i As Long, ByVal u As Long, ByVal S As Long, ByVal C As Long, ByVal OP As Long, ByVal CP As Long, ByVal Q As Long, ByVal PAF As Long, ByVal F As String) As Long
Private Declare Function SelectObject Lib "gdi32" (ByVal hdc As Long, ByVal hObject As Long) As Long
Private Declare Function DeleteObject Lib "gdi32" (ByVal hObject As Long) As Long

Private Const FW_BOLD = 700

Rate How to show the text shaped form? Solution is here... (1(1 Vote))
How to show the text shaped form? Solution is here....bas

How to show the text shaped form? Solution is here... Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters