The Top Gear Festival hits Dublin!

Get your tickets for this weekend right here

Related

Category:
Transmission
Tags:
top gear live
Top moments of TG telly
Top moments of TG telly
Our most-watched clips
All the cars of 2013!
All the cars of 2013!
In this month’s TG mag
Hammond’s icons
Hammond’s icons
BMW M3 (E30)
First drives
First drives
Caterham 7 Supersport

What do you think?

Give us some news on the new series you monkeys!!!

Report this comment

Why don’t you film Top Gear Live and put it on a DVD and sale it?
Just for the people who didn’t see the live, like me for example, I’m from belgium and I live too far from any Top Gear live’s places.
Please do this, you would do an horrorful lot of happy people.
Thanks

Report this comment

wow 3rd comment. that’s quite quick. anyway, do put the shows on dvd. i have been to 2 tg lives and would like not only to relive them but also to see other ones that i can’t go to because my parents can’t be bothered to get a good job, meaning we can’t afford to go.

Report this comment

would love to see TG Live on DVD…. soooo wish i was in dublin this weekend,even though i saw the show live in Brum twice!!!

Report this comment

im just back from the dublin show and its awesome the show is back in December for all you guys wanting to know. jezza has a man baby again lol

Report this comment

Dublin show was brilliant, roll on next year!!

Report this comment

i love this car its so sexy…by the way im 2 sexy 4 my shirt…sike…im sweating in unusual places

Report this comment

I went to see it in 09 and 2010 and it was terrible this year in comparison! Pants job guys, love you but the show was crap!

Report this comment

tank you please part 25 top gear send in your mail .hossain.arabi@gmail.com. i cant watch tap gear in weak

Report this comment

Just looked at TG’s review of the new Audi A6. It’s seems fine except for those stupid headlights. They seriously need to redo those things, they look too much like a trashy broad with bad mascara.

In fact the whole front facia could loose some of it’s surly character. I really don’t want to intimidate people I don’t know as I’m driving. It’s not exactly Dale Carnegie-esque.

Otherwise it’s still worth at least looking and considering. (Except for the hybrid version, no way).

Report this comment

guy its me ben i hate why jeremy and the rest all sacked me just because i reaveled my true identity..

regards

ben collins

Report this comment

re-last comment…..i just loved it when Jeremy said in Brum,”now speaking of arses,the Stig-he got up one day and thought he was Jeffery Archer” !!!!

Report this comment

Tired of getting speading tickets?? I have the perfect….and….LEGAL way of beating the system
http://chris9256.stopspee dticketsystem.net
Never be worried about tickets again!!

Report this comment

Tired of getting those speading tickets?? I have the perfect….and….LEGAL way of beating the system
http://chris9256.stopspee dticketsystem.net
Never be worried about tickets again!!

Report this comment

interesting.

Report this comment

t’was pretty epic new stig,f1 cars,snow and a ford fiesta s2000 rally car doin donuts trying to get a cone out of his front wheel

Report this comment

Nice pic

Report this comment

Dublin was a great show glad the wee wife booked it for me use were brilliant lads cant wait to next year. r use coming to belfast any time soon.

Report this comment

b m w 1980

Report this comment

Since theres no place else to say this on the site Ill do it this way. Build a track that no vehicle could survive and find the worlds toughest vehicle by seeing which one can make it the furthest

Report this comment

This thread seems to have taken a rather confusing turn for the worse… And as far as TG Live goes, send the boys to the other colonies! Us Yanks deserve some craziness too.

Report this comment

Report this comment

By WebOsPublisher

Hi guys,I would like small help please if any one can provide me of a example source code for the following. icon creator/editor that worked by

Users uploading an image that then gets scaled to the right size
a) A Web interface to design 16×16 icons that then get saved on submit

a) is not too complex,it is basically an extension to the album/galleries we have today.

1. I would like basic source code for above that I can learn from
2. Or any link to tutorial how can I make
2.0 C# Icon creator/editor – Help please-VBForums
Featured
Visual Studio 2012 has been released. Have you had a chance to install and play with the new features? If not, you can now download a free 90-day trial:
xxxxxxx –
HTML5 Development Center
Our portal for articles, videos, and news on HTML5, CSS3, and JavaScript
Mobile Development Center
Get the latest on mobile development for Windows Phone and other devices
Cloud Computing Showcase for Developers
Your resource for information on Cloud development.
(sponsored) –

Register
Help
Remember Me?
VBForums
Today’s Posts
FAQ
Calendar
Forum Actions
Mark Forums Read
Quick Links
View Forum Leaders
What’s New?
Advanced Search
VBForums
.NET
C#
2.0 C# Icon creator/editor – Help please
If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
+ Reply to Thread
Results 1 to 6 of 6
Thread: C# Icon creator/editor – Help please
Thread Tools
Show Printable Version
Email this Page…
Subscribe to this Thread…
Display
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Dec 21st, 2010 02:59 PM
#1
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
C# Icon creator/editor – Help please
Hi guys, I would like small help please if any one can provide me of a example source code for the following. icon creator/editor that worked by
Users uploading an image that then gets scaled to the right size
a) A Web interface to design 16×16 icons that then get saved on submit
a) is not too complex, it is basically an extension to the album/galleries we have today.
1. I would like basic source code for above that I can learn from
2. Or any link to tutorial how can I make above in c#.
Thanks for any help.
————————————————–
I have this code if it helps any one.
Code:
/// <summary>
/// Converts an image into an icon.
/// </summary>
/// <param name="img">The image that shall become an icon</param>
/// <param name="size">The width and height of the icon. Standard
/// sizes are 16×16, 32×32, 48×48, 64×64.</param>
/// <param name="keepAspectRatio">Wh ether the image should be squashed into a
/// square or whether whitespace should be put around it.</param>
/// <returns>An icon!!</returns>
private Icon MakeIcon(Image img, int size, bool keepAspectRatio)
–12:18 AM.

Reply With Quote

Dec 22nd, 2010 12:20 AM
#2
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
any one ?

Reply With Quote

Dec 22nd, 2010 10:22 AM
#3
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
Com on guys it cant be that hard ;(

Reply With Quote

Dec 23rd, 2010 12:39 AM
#4
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
bump

Reply With Quote

Dec 27th, 2010 02:17 PM
#5
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
bump

Reply With Quote

Dec 27th, 2010 02:59 PM
#6
Lightning
View Profile
View Forum Posts
Frenzied Member
Join Date Oct 02
Location Eygelshoven
Posts 1,552
Re: C# Icon creator/editor – Help please
Why are you bumping 4 times in 12 hours?
I don’t see a question in you post anyway
VB6 $ C# (WCF LINQ) mostly
If you need help with a WPF/WCF question post in the NEW WPF $ WCF forum and we will try help the best we can
My site
My blog, couding troubles and solutions

Reply With Quote

+ Reply to Thread
Quick Navigation
C#
Top
Site Areas
Settings
Private Messages
Subscriptions
Who’s Online
Search Forums
Forums Home
Forums
Visual Basic
Visual Basic .NET
VB.net CodeBank
Visual Basic 6 and Earlier
CodeBank – Visual Basic 6 and earlier
Modern Windows Experience (Metro)
Office Development
ASP, VB Script
Database Development
Reporting (Crystal, Access and Data Designer)
API
Games and Graphics Programming
Game Demos
COM and ActiveX
Network Programming
Visual Basic FAQs
Slow Chat with the Microsoft Visual Basic team
.NET
ASP.NET
Visual Basic .NET
MVC .Net
C#
WPF, WCF, WF
Silverlight
.NET Architecture and Design
Mobile Development
General
General Developer Forum
Testers and Testing
Application Testing
Application Deployment
Linux Development
General PC
VBForums Coding Contests
Contest Entries
Code It Better
Maths Forum
Other Languages
Other BASIC
C and C++
Java
PHP
XML, HTML, Javascript, Web and CSS
jQuery
Assembly
Other Programming Languages
VBForums CodeBank
CodeBank – Visual Basic 6 and earlier
CodeBank – Visual Basic .NET
CodeBank – ASP / ASP.NET
CodeBank – C#
CodeBank – C++
CodeBank – Java / J#
CodeBank – PHP
Codebank – Game Programming
CodeBank – Other
VBForums UtilityBank
UtilityBank – Utilities
UtilityBank – IDE Add-Ins
UtilityBank – Components
UtilityBank – Tutorials
UtilityBank – Other
Projects
Project Requests
Project Communication Area
Jobs
Just VB Jobs
Open Positions (Jobs)
Looking for Work
Community
Forum Feedback
General Discussion / Chit Chat
World Events
Forum Test Area
«
Previous Thread
|
Next Thread
»
VBForums
.NET
C#
2.0 C# Icon creator/editor – Help please
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Rules
Contact Us
VB Forums
Top
#developerBrand-footer
text-align:center;
margin:0 auto;

#footerlinks
font-size:12px;
margin:10px 0 0 0;
word-spacing:2px;

#footerlinks a
color:#000000;
margin:10px 0 0 0;

#itbeBrand-footer
text-align:center;
margin:0 auto;

#footercopyright
font-size:12px;
margin:5px 0 0 0;

#developerBrandForum-foot er
text-align:center;
margin:0 auto;

#itbeBrandForum-footer
text-align:center;
margin:0 auto;

.footerLogoClass
text-align:center;
margin:0 auto;

“);

All times are GMT -5. The time now is span class=”time”

Report this comment

Enter your comment