|
-
Jan 22nd, 2000, 11:40 PM
#1
Thread Starter
Hyperactive Member
Hi,
I have just created a little program with a great text fx that you can get on Microsoft Word. Please have a look and tell me what you think of it.
VB5 http://members.xoom.com/rino_2/cool5.exe
VB6 http://members.xoom.com/rino_2/cool6.exe
Most of you will already know it.
-
Jan 22nd, 2000, 11:53 PM
#2
Frenzied Member
Very Cool!!!!
How did you do that??? With the OLE??
------------------
Yours sincierly
CyberCarsten
http://home18.inet.tele.dk/cyber/
[email protected]
-
Jan 22nd, 2000, 11:56 PM
#3
Thread Starter
Hyperactive Member
I will upload the source code soon. By the way I didn't use the OLE. All it is is a text box and a picture box. Very Simple but effective!
-
Jan 23rd, 2000, 04:30 AM
#4
Guru
very simple code but works great. Nice job!
-
Jan 23rd, 2000, 07:21 AM
#5
Hyperactive Member
Yes, also, very simple but effective! Note that some users have the soften screen fonts enabled in windows, so it looks better on some computers. You should try making it so you can rotate text, change colors, length, etc.. I know how you can do a lot of these already! Want to work on it with me? I'm interested, I've never really made a program with someone else and never really spend the time alone to make a full fledged awesome program.
-
Jan 23rd, 2000, 11:30 AM
#6
Hey, nice code... 
------------------
John T. Mieske
Star Trek LCARS programmer
Knight Vision Enterprises
[email protected]
-
Jan 23rd, 2000, 12:09 PM
#7
Thread Starter
Hyperactive Member
Here is the source code. I'm not sure if its coded as best it could be but please don't hold that against me.
http://members.xoom.com/rino_2/cool_text.zip
-
Jan 23rd, 2000, 06:21 PM
#8
-
Jan 23rd, 2000, 11:59 PM
#9
Thread Starter
Hyperactive Member
Hi,
Thanks everybody, I'm glad you liked the program and I do agree that there are things that could be better but it was just a little test for myself. Hey Phobic, what kind of program do you have in mind?
-
Jan 24th, 2000, 01:39 AM
#10
PowerPoster
-
Jan 24th, 2000, 01:45 AM
#11
So Unbanned
Sure chrisjk but it's a little messy as I got the ideas randomly I'll clean it up some though...
------------------
DiGiTaIErRoR
-
Jan 24th, 2000, 01:51 AM
#12
Thread Starter
Hyperactive Member
Ok, Now that I know how to save an image, how would I make the background transparent? This is the real test and I don't think antbody can do it. Don't get me wrong, I know your all great programmers.
-
Jan 24th, 2000, 01:56 AM
#13
It is being exported as a BMP correct? So all you have to do to make it transparent is to bring it up in a paint package. Or are you wanting to do it inside the program itself? That would be a nice added feature. And how most pain packages do it is find a spacific color that the user choose to be the mask of the picture to be transparent. It would have to break the picture into two layers. One is the main pic and the background (Transparant) would have to be the mask.
------------------
John T. Mieske
Star Trek LCARS programmer
Knight Vision Enterprises
[email protected]
-
Jan 24th, 2000, 12:04 PM
#14
If you expand it a bit with the options that are mentiond here, you could export the picture.
Could be fun for web graphics and stuff.
[This message has been edited by Azzmodan (edited 01-24-2000).]
-
Jan 24th, 2000, 12:24 PM
#15
Thread Starter
Hyperactive Member
Hi Azzmodan,
What you say is very interesting! Do you have any idea how to save the content of a picture box as a bmp of gif or any image format for that matter?
-
Jan 24th, 2000, 12:53 PM
#16
To save the contents of a Picturebox, use something like this:
SavePicture Picture1.Image, "C:\MyFile.bmp"
SavePicture function will save it im Bitmap format.
------------------
Serge
Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
-
Jan 26th, 2000, 12:48 PM
#17
Member
this is one &*#$I'N bad motha ^&^%a its damn cool but, adding a maximize button and all full function would be the best!!!, you can make money out of this!!!!!!
-
Jan 27th, 2000, 03:02 AM
#18
Thread Starter
Hyperactive Member
I have plans to create the ultimate text effect program and give it away but first of all I need to know how to create a transparent background.
-
Jan 27th, 2000, 06:16 AM
#19
So Unbanned
You want to export a GIF right? You'll need a special OCX or know how to code a GIF because vb won't export GIF or JPG just BMP. But it can export a ico of metafile I'ld just leave the background white or maybe black grey etc. Oh yeah and MaStErPfu are you talking about his program or mine? I made an advanced version of his BTW.
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
-
Feb 4th, 2000, 06:25 PM
#20
New Member
if you want to make it look transparent in your app, have a look at all those applications that provide windows with rounded corners. These contain code to reshape the drawing canvas of ANY window (this includes pictureboxes and stuff like that - even using masks).
------------------
-
Feb 6th, 2000, 07:37 PM
#21
New Member
-
Feb 6th, 2000, 07:41 PM
#22
New Member
oops!
Sorry guys, i didn't notice this discussion was two pages long; i'd only read the first page!
(how silly do i feel??)
:>
-
Feb 6th, 2000, 09:26 PM
#23
New Member
I am presently trying to code a game in VB and I am using the blitter to do transpanrencies.
I take the image and SRCPAINT it over a reverse image..
(if the main image is green on black, the mask is black on white, white being the transparent color)
The GDI may be able to help you with this...
You may be able to let VB create the background mask, and save the BLITTED combination as the final BMP
--- I'll post some code if this sounds like a viable option...
~Sam
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|