Click here to Skip to main content
15,793,368 members
Home / Discussions / C#
   

C#

 
GeneralRe: Font Program Pin
Wjousts20-Oct-02 13:24
Wjousts20-Oct-02 13:24 
QuestionHow can I access Classes from NON-COM DLL's Pin
Rodney S. Foley19-Oct-02 17:27
Rodney S. Foley19-Oct-02 17:27 
AnswerRe: How can I access Classes from NON-COM DLL's Pin
Nish Nishant19-Oct-02 18:12
sitebuilderNish Nishant19-Oct-02 18:12 
GeneralRe: How can I access Classes from NON-COM DLL's Pin
Rodney S. Foley19-Oct-02 18:28
Rodney S. Foley19-Oct-02 18:28 
GeneralRe: How can I access Classes from NON-COM DLL's Pin
Nish Nishant19-Oct-02 19:31
sitebuilderNish Nishant19-Oct-02 19:31 
GeneralRe: How can I access Classes from NON-COM DLL's Pin
James T. Johnson20-Oct-02 0:37
James T. Johnson20-Oct-02 0:37 
Generalregular expressions Pin
Jeremy Pullicino19-Oct-02 13:26
Jeremy Pullicino19-Oct-02 13:26 
GeneralRe: regular expressions Pin
Paul Riley19-Oct-02 14:06
Paul Riley19-Oct-02 14:06 
Use some combination along the lines of
((?<key>\w+)\s*=\s*(?<value>\w+)\s+)*
to pick up all the tags in a metatag into a GroupCollection, then find the one with CONTENT in the key field.

Disclaimer: I'm just playing with Regular Expressions myself and I could have this completely wrong, but I think it's good.

Paul
Why don't you take a good look at yourself and describe what you see - Led Zeppelin, Misty Mountain Hop
GeneralRe: regular expressions Pin
James T. Johnson19-Oct-02 14:14
James T. Johnson19-Oct-02 14:14 
GeneralRe: regular expressions Pin
James T. Johnson19-Oct-02 14:17
James T. Johnson19-Oct-02 14:17 
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 
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 

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.