Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:783594
More Search Options
RSS Available
Matching Posts
Re: drawing text on graphics
Imports System.Drawing Imports System.Drawing.Drawing2D Dim b As New Bitmap(500, 400) Dim g As Graphics Dim gp As New GraphicsPath gp.AddString( "Test String" , FontFamily.GenericSerif, 0, 72, New PointF(100, 250), New StringFormat) g = Graphics.FromImage(b) g.Clear(Color.White) g.SmoothingMode = SmoothingMode.HighQuality g.DrawPath(Pens.Black, gp) Response.AddHeader( "Content-Type" , "binary/octet-stream" ) Response.AddHeader( "Content-Disposition" , "filename
Posted to
System.Drawing/GDI+
(Forum)
by
BanjoPickerKing
on 1/19/2009
Re: drawing text on graphics
To outline a string, create a graphicspath and use addstring. use this graphicspath in a region and it wil display as an outline of the text
Posted to
System.Drawing/GDI+
(Forum)
by
BanjoPickerKing
on 6/16/2008
Re: Recommendations on learning GDI+ for websites?
You really don't even need GDI+ for this although its certainly an option. What I would do is create an image for each bar/section, set the width to whatever, and then bind the height programmatically to a value stored in a database. This concept is covered in ASP.NET Cookbook by O'Reilly Publishers. This resource only covers version 1.1, but it can be adapted. Anyway, one of the solutions in the book is how to make a bar chart. I'm not sure if it's online, but it's the solution
Posted to
System.Drawing/GDI+
(Forum)
by
BanjoPickerKing
on 6/16/2008
Re: Style CSS not working with Master Pages
I agree. I would use either a skin file, or ID/class. Are you declaring the asp:imagebutton in the css? make sure that your classes or IDs match up.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
BanjoPickerKing
on 6/12/2008
Re: Help me to calculate Net Hour of Employee
There is a function which will return a number value for each day of the week. I don't quite remember it, but look under the datetime functions in the object browser if you have Visual Studio
Posted to
Web Forms
(Forum)
by
BanjoPickerKing
on 6/10/2008
Re: display pop up and user input
To make that even simpler, just put a runat="server" attribute in the DIV. This will enable you to set the visiblity through VB, or C#.
Posted to
Web Forms
(Forum)
by
BanjoPickerKing
on 6/10/2008
Re: icon
Put your icon in the root directory, and if you have a masterpage you can link from there. Be sure to put ~/ before the file name in the href.
Posted to
Web Forms
(Forum)
by
BanjoPickerKing
on 6/10/2008
Re: How do I find pixel location of an object in an Image?
I cuse MS Paint for this kind of work. It's tedious, but you can get through it. The coordinates are displayed in the lower right-hand corner, I think. Also, I believe the ISMAP attribute inserted into an image tag will, in a browser window, show the coords when you roll the mouse over. <img src="somegraphic.jpg" ismap /> I have not tried ISMAP so don't take my word for it.
Posted to
Getting Started
(Forum)
by
BanjoPickerKing
on 6/10/2008
Re: Masterpage w/ background music
not really. if you're referring to the slaver/master complex that existed in the war between the states: only about 1 in 20 southerners owned slaves, not all those slaves were black, most of the time they were not mistreated, there were slave-owning blacks, many whites had very close black friends. no southern seaports allowed slave ships to put in. the southerners got their slaves from the north, rescuing them from harsh masters and often factory work. in fact, lincoln was an outspoken racist
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
BanjoPickerKing
on 6/10/2008
Re: Masterpage w/ background music
scuze me?
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
BanjoPickerKing
on 6/9/2008
Page 1 of 2 (13 items) 1
2
Next >
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online