Search found 4102 matches

Search found 4102 matches Page 409 of 411
by CodenStuff
Tue Aug 18, 2009 8:27 pm
Forum: Tutorial Requests
Topic: Web Banner Creator
Replies: 10
Views: 3022

Hello hungryhounduk, Sorry it took me so long to reply I had to go out somewhere quickly. I dont know about saving as a transparent .png file but I will look into it. I have coded a small application for you which lets you do a few things to create banners and then save them. You can click and drag ...
by CodenStuff
Tue Aug 18, 2009 4:14 pm
Forum: Tutorial Requests
Topic: Web Banner Creator
Replies: 10
Views: 3022

Hello, Yes I will try and come up with a banner creation tool for you. In the meantime this piece of code will save the contents of a panel control as a *.png file Dim bmp As New Drawing.Bitmap(Panel1.Width, Panel1.Height) Panel1.DrawToBitmap(bmp, New Rectangle(0, 0, bmp.Width, bmp.Height)) bmp.Save...
by CodenStuff
Tue Aug 18, 2009 3:40 pm
Forum: Tutorial Requests
Topic: Web Banner Creator
Replies: 10
Views: 3022

Hello hungryhounduk, I was making a theme maker program for iMBETA a while ago which does what I think your trying to do. In the program I have loads of labels placed inside a panel and buttons to the side which change the font color and background color aswell, and a button "Tr" which mak...
by CodenStuff
Tue Aug 18, 2009 6:02 am
Forum: Codenstuff boardroom
Topic: Ever lost time?
Replies: 2
Views: 1583

Hello, Have you ever started making something in VB or whatever and before you realise it 5 or 6 hours have gone by lol and it only feels like maybe 20 minutes have past dunnno; Ive been up all night and only done about 30 lines or code lol..unbelievable!. Im going to bed before I end up like this g...
by CodenStuff
Sun Aug 16, 2009 8:17 pm
Forum: Work in Progress
Topic: Button Express
Replies: 2
Views: 1583

These programs looks very good, please let us know when your website is up and running :D
Image
by CodenStuff
Sun Aug 16, 2009 12:59 pm
Forum: Competitions
Topic: Get Active Contest - *CLOSED*
Replies: 7
Views: 3323

Hello hungryhounduk,

This looks very good cooll;

Any chance of a download link so I can try it out?
by CodenStuff
Sat Aug 15, 2009 3:49 pm
Forum: Announcements
Topic: iMBETA Instant Messenger
Replies: 3
Views: 1687

Hello Everyone,

Good news!. I will be releasing the first official version of iMBETA Instant Messenger very very soon.

Sooner than you think cooll;

Stay tuned.
by CodenStuff
Fri Aug 14, 2009 2:43 am
Forum: Tutorials
Topic: Cool Slide Effect
Replies: 11
Views: 7581

Image
I like this, very good :D .
by CodenStuff
Thu Aug 13, 2009 10:34 pm
Forum: General coding help
Topic: Icon Ripper
Replies: 12
Views: 6079

Hello again, I found this somewhere online (before my browser crashed). It lets you open a .BMP file and save it as a .ico file, seems to work pretty well. If you play about with it you should be able to change it so you can extract an icon from an .exe and save it to .ico. This is the file: IconEXS...
by CodenStuff
Thu Aug 13, 2009 9:10 pm
Forum: General coding help
Topic: Icon Ripper
Replies: 12
Views: 6079

Hello, Your rite the code you have does save the picturebox to an .ico file but for some reason VB doesnt save it with any icon format properties. What it actually does is save it in .png format, if you rename one of your saved icon files to say for example "icon1.png" then you will be abl...
Search found 4102 matches Page 409 of 411
Go to advanced search