What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Hiding lines of text

Hiding lines of text
Author: Message:
rob_botch
Full Member
***

Avatar

Posts: 180
Reputation: 4
33 / Male / Flag
Joined: Apr 2006
O.P. Hiding lines of text
I have to write a program that chops off the top half of words. My query is this: In VB(.NET), is it possible to put text into an image file and then edit individual pixels of this file? If not, does anybody know of a language that will allow this?

Thanks

Robert
10-20-2006 05:38 PM
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Hiding lines of text
In PHP you can load the image and draw pixels on top of the image.

http://php.net/gd
[Image: sig.png]
10-20-2006 05:40 PM
Profile PM Web Find Quote Report
rob_botch
Full Member
***

Avatar

Posts: 180
Reputation: 4
33 / Male / Flag
Joined: Apr 2006
O.P. RE: Hiding lines of text
Thanks, but ideally this will be a standalone program, not on the web.

Thak you anyway
10-20-2006 05:43 PM
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Hiding lines of text
In VB.NET I think you can use GDI+ to manipulate images?
[Image: sig.png]
10-20-2006 06:32 PM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Hiding lines of text
Using GDI+, draw the text on a canvas, then crop the top half of the text off. It shouldn't be too difficult, except you may have to know the exact size of the drawn text.
[Image: spartaafk.png]
10-20-2006 11:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On