Click here to Skip to main content
15,919,567 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: XML From Web Service Pin
David Salter27-Feb-02 21:45
David Salter27-Feb-02 21:45 
GeneralCalling Functions From a Non-Registered DLL Pin
Tim Rymer18-Feb-02 9:37
Tim Rymer18-Feb-02 9:37 
GeneralDisplaying HTML between UserControl tags Pin
Pete Callaway18-Feb-02 7:15
Pete Callaway18-Feb-02 7:15 
GeneralRe: Displaying HTML between UserControl tags Pin
Konstantin Vasserman19-Feb-02 4:44
Konstantin Vasserman19-Feb-02 4:44 
QuestionHow to retrieve data in a page from another website? Pin
Alvaro Mendez18-Feb-02 6:36
Alvaro Mendez18-Feb-02 6:36 
AnswerRe: How to retrieve data in a page from another website? Pin
mortrr25-Feb-02 11:00
mortrr25-Feb-02 11:00 
AnswerRe: How to retrieve data in a page from another website? Pin
Bill Dean25-Feb-02 10:58
Bill Dean25-Feb-02 10:58 
GeneralHelp!! Problem with System.Drawing... Rectangles always upside down Pin
16-Feb-02 21:00
suss16-Feb-02 21:00 
Hi everyone.
I am making a bar chart using System.Drawing. I've figured out how to
do it, but with one problem. The rectangles that are being drawn for
the bars in the chart are always upside down. I don't know why. When I
set the y property of the rectangle, I figured that would be the base
of the rectangle and the height of my rectangle would make it higher
from there. But instead y acts as the top of my rectangle and the rest
is underneath it. So the effect is that my bar charts are upside
down... sagging down as apposed to going up.
Here is the code I am using to create my bar chart rectangle:

//Draw rectangle to make a bar in the chart
objGraphics.DrawRectangle(new Pen(Color.Blue, 2), xInt, yInt,
barWidth, barHeight);
//Create gradient brush
LinearGradientBrush lBrush = new LinearGradientBrush(rect,
Color.Yellow, Color.Red, LinearGradientMode.Vertical);
//Fill rectangle with gradient
objGraphics.FillRectangle(lBrush, rect);

I noticed a few other articles where people said they had problems
with System.Drawing outputting upside down, but there were no answers
that applied to what I am doing, so any help with this is very greatly
appreciated.

Thanks.

GeneralRe: Help!! Problem with System.Drawing... Rectangles always upside down Pin
Roger Wright22-Feb-02 11:21
professionalRoger Wright22-Feb-02 11:21 
GeneralASP displays "??????" Pin
Philip Patrick15-Feb-02 12:27
professionalPhilip Patrick15-Feb-02 12:27 
GeneralIE Back button Pin
15-Feb-02 2:12
suss15-Feb-02 2:12 
GeneralRe: IE Back button Pin
Paul Watson17-Feb-02 22:34
sitebuilderPaul Watson17-Feb-02 22:34 
Generalxml Pin
Mazdak14-Feb-02 9:23
Mazdak14-Feb-02 9:23 
GeneralRe: xml Pin
markkuk14-Feb-02 19:50
markkuk14-Feb-02 19:50 
GeneralRe: xml Pin
Mazdak14-Feb-02 19:53
Mazdak14-Feb-02 19:53 
GeneralSession does not work Pin
Mazdak13-Feb-02 22:13
Mazdak13-Feb-02 22:13 
GeneralRe: Session does not work Pin
omkamal14-Feb-02 4:04
omkamal14-Feb-02 4:04 
GeneralRe: Session does not work Pin
Mazdak14-Feb-02 4:31
Mazdak14-Feb-02 4:31 
GeneralAdding dates to a database Pin
Xavier Shay13-Feb-02 14:33
Xavier Shay13-Feb-02 14:33 
GeneralRe: Adding dates to a database Pin
Konstantin Vasserman13-Feb-02 17:01
Konstantin Vasserman13-Feb-02 17:01 
GeneralRe: Adding dates to a database Pin
Xavier Shay14-Feb-02 23:43
Xavier Shay14-Feb-02 23:43 
GeneralRe: Adding dates to a database Pin
15-Feb-02 20:08
suss15-Feb-02 20:08 
GeneralUsing ocx in intranet Pin
12-Feb-02 22:26
suss12-Feb-02 22:26 
GeneralRe: Using ocx in intranet Pin
12-Feb-02 23:02
suss12-Feb-02 23:02 
GeneralNetscape file upload problem Pin
AG12-Feb-02 19:30
AG12-Feb-02 19:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.