Click here to Skip to main content
15,791,050 members
Home / Discussions / C#
   

C#

 
GeneralRe: regular expressions Pin
Paul Riley19-Oct-02 14:35
Paul Riley19-Oct-02 14:35 
GeneralRe: regular expressions Pin
Jeremy Pullicino19-Oct-02 14:41
Jeremy Pullicino19-Oct-02 14:41 
GeneralRe: regular expressions Pin
James T. Johnson19-Oct-02 14:55
James T. Johnson19-Oct-02 14:55 
GeneralRe: regular expressions Pin
Paul Riley20-Oct-02 2:36
Paul Riley20-Oct-02 2:36 
GeneralRe: regular expressions Pin
Eric Gunnerson (msft)22-Oct-02 12:43
Eric Gunnerson (msft)22-Oct-02 12:43 
QuestionEquivalent Win32 API to Control.InvokePaint? Pin
Li-kai Liu (Angus)19-Oct-02 12:37
Li-kai Liu (Angus)19-Oct-02 12:37 
AnswerRe: Equivalent Win32 API to Control.InvokePaint? Pin
David Stone19-Oct-02 13:12
sitebuilderDavid Stone19-Oct-02 13:12 
GeneralRe: Equivalent Win32 API to Control.InvokePaint? Pin
Li-kai Liu (Angus)19-Oct-02 14:22
Li-kai Liu (Angus)19-Oct-02 14:22 
That's what I don't want it to be at the moment...Cry | :((

I know I have to inherit the control class in order to
use it (because it's protected method...)

Currently, I'm writing many custom controls that each of
them requires this functionality. Therefore, I think
it's a good idea to "extract" this method as an external
one so that every control I've written could use it by
calling this external function, something like:

public static void DrawParentBackground(Graphic g, Control parent, Control callerControl)

No inheritance is involved in order to use these protected method...

Thanks againSmile | :)
GeneralRe: Equivalent Win32 API to Control.InvokePaint? Pin
Li-kai Liu (Angus)19-Oct-02 15:31
Li-kai Liu (Angus)19-Oct-02 15:31 
GeneralSendInput C# example Pin
Bog19-Oct-02 9:58
Bog19-Oct-02 9:58 
GeneralRe: SendInput C# example Pin
Stephane Rodriguez.19-Oct-02 10:34
Stephane Rodriguez.19-Oct-02 10:34 
GeneralRe: SendInput C# example Pin
Bog20-Oct-02 14:29
Bog20-Oct-02 14:29 
GeneralRe: SendInput C# example Pin
leppie20-Oct-02 14:59
leppie20-Oct-02 14:59 
GeneralRe: SendInput C# example Pin
Bog20-Oct-02 15:10
Bog20-Oct-02 15:10 
GeneralRe: SendInput C# example Pin
leppie20-Oct-02 15:24
leppie20-Oct-02 15:24 
GeneralRe: SendInput C# example Pin
Bog20-Oct-02 15:51
Bog20-Oct-02 15:51 
Generalparsing HTML Pin
Jeremy Pullicino19-Oct-02 9:07
Jeremy Pullicino19-Oct-02 9:07 
GeneralRe: parsing HTML Pin
Stephane Rodriguez.19-Oct-02 10:28
Stephane Rodriguez.19-Oct-02 10:28 
GeneralRe: parsing HTML Pin
Jeremy Pullicino19-Oct-02 13:41
Jeremy Pullicino19-Oct-02 13:41 
Questionhow to release the COM server? Pin
CherezZaboro19-Oct-02 9:01
CherezZaboro19-Oct-02 9:01 
AnswerRe: how to release the COM server? Pin
Stephane Rodriguez.19-Oct-02 10:37
Stephane Rodriguez.19-Oct-02 10:37 
GeneralRe: how to release the COM server? Pin
CherezZaboro19-Oct-02 10:46
CherezZaboro19-Oct-02 10:46 
GeneralRe: how to release the COM server? Pin
CherezZaboro19-Oct-02 11:33
CherezZaboro19-Oct-02 11:33 
GeneralRe: how to release the COM server? Pin
Stephane Rodriguez.19-Oct-02 11:40
Stephane Rodriguez.19-Oct-02 11:40 
GeneralRe: how to release the COM server? Pin
CherezZaboro19-Oct-02 11:45
CherezZaboro19-Oct-02 11:45 

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.