Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridColumnStyle - anyone written a real one? Pin
Heath Stewart27-Apr-04 3:14
protectorHeath Stewart27-Apr-04 3:14 
GeneralRe: DataGridColumnStyle - anyone written a real one? Pin
OldRoj27-Apr-04 7:03
OldRoj27-Apr-04 7:03 
Generalmatrix multiplication in 3*3d enter by the user Pin
kcal27-Apr-04 2:36
kcal27-Apr-04 2:36 
GeneralRe: matrix multiplication in 3*3d enter by the user Pin
Heath Stewart27-Apr-04 3:19
protectorHeath Stewart27-Apr-04 3:19 
Generalsend xml Pin
hmdhmd27-Apr-04 1:56
hmdhmd27-Apr-04 1:56 
GeneralRe: send xml Pin
Heath Stewart27-Apr-04 3:23
protectorHeath Stewart27-Apr-04 3:23 
GeneralAxHost Pin
ouysal27-Apr-04 1:01
ouysal27-Apr-04 1:01 
GeneralRe: AxHost Pin
Heath Stewart27-Apr-04 3:26
protectorHeath Stewart27-Apr-04 3:26 
An AxHost control is just the base class for a hosted ActiveX control. The ActiveX control is responsible for it's own drawing, so using a Graphics object to draw on top of it won't work unless you provide some way through your controls supported interfaces to draw on it. One such way would be to return an HDC (as an IntPtr in managed code) from some method in your ActiveX control that you can use to create a Graphics object (see Graphics.FromHdc) and then draw on the ActiveX control.

Also, be sure to call Dispose on your Graphics object to free native resources that the Graphics object uses, otherwise your performance will degrade over time.

 

Microsoft MVP, Visual C#
My Articles
Generallist all machines on local domain with c# Pin
doph27-Apr-04 0:48
doph27-Apr-04 0:48 
GeneralRe: list all machines on local domain with c# Pin
Heath Stewart27-Apr-04 3:34
protectorHeath Stewart27-Apr-04 3:34 
GeneralFunny Exception Pin
sreejith ss nair27-Apr-04 0:45
sreejith ss nair27-Apr-04 0:45 
GeneralRe: Funny Exception Pin
Mike Dimmick27-Apr-04 0:55
Mike Dimmick27-Apr-04 0:55 
GeneralRe: Funny Exception Pin
Colin Angus Mackay27-Apr-04 1:42
Colin Angus Mackay27-Apr-04 1:42 
GeneralRe: Funny Exception Pin
Heath Stewart27-Apr-04 3:50
protectorHeath Stewart27-Apr-04 3:50 
GeneralCalling an exported Function - Issue with different calling convention in C# Pin
Vini Deep27-Apr-04 0:21
Vini Deep27-Apr-04 0:21 
GeneralRe: Calling an exported Function - Issue with different calling convention in C# Pin
Mike Dimmick27-Apr-04 0:57
Mike Dimmick27-Apr-04 0:57 
GeneralRe: Calling an exported Function - Issue with different calling convention in C# Pin
Heath Stewart27-Apr-04 3:53
protectorHeath Stewart27-Apr-04 3:53 
GeneralRe: Calling an exported Function - Issue with different calling convention in C# Pin
Heath Stewart27-Apr-04 4:03
protectorHeath Stewart27-Apr-04 4:03 
GeneralRe: Calling an exported Function - Issue with different calling convention in C# Pin
Vini Deep27-Apr-04 23:53
Vini Deep27-Apr-04 23:53 
GeneralRe: Calling an exported Function - Issue with different calling convention in C# Pin
Heath Stewart28-Apr-04 11:22
protectorHeath Stewart28-Apr-04 11:22 
GeneralRe: Calling an exported Function - Issue with different calling convention in C# Pin
Vini Deep29-Apr-04 2:23
Vini Deep29-Apr-04 2:23 
Generalexception in system.drawing.dll Pin
Member 69108927-Apr-04 0:14
Member 69108927-Apr-04 0:14 
GeneralRe: exception in system.drawing.dll Pin
Heath Stewart27-Apr-04 4:06
protectorHeath Stewart27-Apr-04 4:06 
QuestionHow to lunch htm through C# code Pin
Alex Getman26-Apr-04 21:40
Alex Getman26-Apr-04 21:40 
AnswerRe: How to lunch htm through C# code Pin
Kannan Kalyanaraman26-Apr-04 22:50
Kannan Kalyanaraman26-Apr-04 22:50 

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.