VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Write Text on a Picture.

by Muhammad Abdullah (2 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 7th May 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Write Text on a Picture.

API Declarations


Dear Reader!
I need some help from your side to read .jpg picture and then save it as .jpg after some manipulation.Please contact me.
[email protected]
[email protected]

Rate Write Text on a Picture.



Dim Msg As String
    Picture1.CurrentY = 10
        Msg = "Muhammad Abdullah"
        MsgWidth = TextWidth(Msg) / 2
    BtnWidth = Picture1.ScaleWidth / 2
        Picture1.CurrentX = BtnWidth - MsgWidth
        Picture1.Print Msg
        Msg = "M.Sc. Computer [email protected]"
        MsgWidth = TextWidth(Msg) / 2
    BtnWidth = Picture1.ScaleWidth / 2
        Picture1.CurrentX = BtnWidth - MsgWidth
        Picture1.Print Msg

Download this snippet    Add to My Saved Code

Write Text on a Picture. Comments

No comments have been posted about Write Text on a Picture.. Why not be the first to post a comment about Write Text on a Picture..

Post your comment

Subject:
Message:
0/1000 characters