Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralExporting Chartfx graph to excel.... Pin
sunilv7816-Apr-05 19:16
sunilv7816-Apr-05 19:16 
GeneralRe: Exporting Chartfx graph to excel.... Pin
Heath Stewart16-Apr-05 23:51
protectorHeath Stewart16-Apr-05 23:51 
GeneralRe: Exporting Chartfx graph to excel.... Pin
eggie517-Apr-05 4:34
eggie517-Apr-05 4:34 
GeneralProgressBar ,I can't get it Pin
MoustafaS16-Apr-05 12:07
MoustafaS16-Apr-05 12:07 
GeneralRe: ProgressBar ,I can't get it Pin
Polis Pilavas17-Apr-05 14:58
Polis Pilavas17-Apr-05 14:58 
GeneralDrawing over controls Pin
Ista16-Apr-05 11:29
Ista16-Apr-05 11:29 
GeneralRe: Drawing over controls Pin
MoustafaS16-Apr-05 12:02
MoustafaS16-Apr-05 12:02 
GeneralRe: Drawing over controls Pin
Ista16-Apr-05 12:27
Ista16-Apr-05 12:27 
actually its a bad idea to just create a graphics object. muck like putting an include directive on every file in an MFC application. It upsets the architecture in place.


But I cant draw over the controls still.

my existing code is:
public void frmMain_Paint( object sender, System.Windows.Forms.PaintEventArgs e )
{
//e.Graphics.FillRectangle(new Pen(Brushes.AliceBlue, 2), 50,50,800,800);
e.Graphics.FillRectangle(Brushes.Aqua, 50,50,800,800);
}

which accomplishes the same thing.

But, alas it still doesnt work. I know GDI and directx. Its not the issue,itsw how I either make the control transparent or find a way to bring the grahics to the top.

Nick


I'm not an expert yet, but I play one at work. Yeah and here too.
GeneralRe: Drawing over controls Pin
MoustafaS16-Apr-05 14:35
MoustafaS16-Apr-05 14:35 
GeneralRe: Drawing over controls Pin
Ista16-Apr-05 16:30
Ista16-Apr-05 16:30 
GeneralRe: Drawing over controls Pin
MoustafaS17-Apr-05 14:32
MoustafaS17-Apr-05 14:32 
GeneralInvalid Cast exception Pin
tantiboh16-Apr-05 9:53
tantiboh16-Apr-05 9:53 
GeneralRe: Invalid Cast exception Pin
Heath Stewart16-Apr-05 10:15
protectorHeath Stewart16-Apr-05 10:15 
GeneralRe: Invalid Cast exception Pin
Heath Stewart16-Apr-05 10:20
protectorHeath Stewart16-Apr-05 10:20 
GeneralRe: Invalid Cast exception Pin
tantiboh16-Apr-05 13:59
tantiboh16-Apr-05 13:59 
GeneralCrystal Report Speed Pin
Kyaw Soe Khaing16-Apr-05 9:20
Kyaw Soe Khaing16-Apr-05 9:20 
GeneralDynamic Assemblies Pin
Pepperman500016-Apr-05 4:45
Pepperman500016-Apr-05 4:45 
GeneralRe: Dynamic Assemblies Pin
Heath Stewart16-Apr-05 8:11
protectorHeath Stewart16-Apr-05 8:11 
GeneralRe: Dynamic Assemblies Pin
Pepperman500016-Apr-05 8:33
Pepperman500016-Apr-05 8:33 
GeneralRe: Dynamic Assemblies Pin
Heath Stewart16-Apr-05 8:43
protectorHeath Stewart16-Apr-05 8:43 
GeneralRe: Dynamic Assemblies Pin
Pepperman500016-Apr-05 8:50
Pepperman500016-Apr-05 8:50 
GeneralManaging access in nested classes Pin
matthias s.16-Apr-05 4:17
matthias s.16-Apr-05 4:17 
GeneralRe: Managing access in nested classes Pin
leppie16-Apr-05 5:53
leppie16-Apr-05 5:53 
GeneralRe: Managing access in nested classes Pin
Phil Harding16-Apr-05 14:54
Phil Harding16-Apr-05 14:54 
GeneralCross-Frame access Pin
Anonymous16-Apr-05 4:07
Anonymous16-Apr-05 4:07 

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.