Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invoking a Win32 DLL from C# Pin
rana741-Aug-04 16:18
rana741-Aug-04 16:18 
GeneralRe: Invoking a Win32 DLL from C# Pin
Heath Stewart4-Aug-04 5:04
protectorHeath Stewart4-Aug-04 5:04 
Questionhow do i pass null to dateTime variable Pin
robmays29-Jul-04 22:56
robmays29-Jul-04 22:56 
AnswerRe: how do i pass null to dateTime variable Pin
Ryan Roberts30-Jul-04 0:15
Ryan Roberts30-Jul-04 0:15 
GeneralRe: how do i pass null to dateTime variable Pin
robmays30-Jul-04 0:17
robmays30-Jul-04 0:17 
QuestionHow to passing parameters from eVC++ to a running C# program? Pin
ting66829-Jul-04 22:40
ting66829-Jul-04 22:40 
AnswerRe: How to passing parameters from eVC++ to a running C# program? Pin
Heath Stewart30-Jul-04 5:40
protectorHeath Stewart30-Jul-04 5:40 
Questionmatching regex at exact index? Pin
Roger Alsing29-Jul-04 21:44
Roger Alsing29-Jul-04 21:44 
Hi , anyone know if it is possible to somehow match a regex pattern at an exact index?

eg:

string text="abc 0xffaabb def ghijkl";
regex r=new regext ("0x[0-9a-f]+");
match m=r.match (text,4); //<-- i want to match at position 4 ONLY , not 5,6,7,8 or anything else , only on index 4
[edit]
ofcourse i can check if the match object returned is located at the same index, but that would lead to seriously bad performance since the whole string will be scanned. i need it to check on the index only..
[/edit]

the length param is apparently not for this , it only limits how long the result can be , and i dont know that in advance , it can be any length

//Roger
AnswerRe: matching regex at exact index? Pin
Heath Stewart30-Jul-04 4:55
protectorHeath Stewart30-Jul-04 4:55 
GeneralRe: matching regex at exact index? Pin
Roger Alsing30-Jul-04 5:14
Roger Alsing30-Jul-04 5:14 
GeneralRe: matching regex at exact index? Pin
Roger Alsing1-Aug-04 7:25
Roger Alsing1-Aug-04 7:25 
Generalspitter problem Pin
samithas29-Jul-04 19:30
samithas29-Jul-04 19:30 
GeneralRe: spitter problem Pin
Heath Stewart30-Jul-04 4:51
protectorHeath Stewart30-Jul-04 4:51 
GeneralUsing Interop.Outlook problem (Windows Services) Pin
enchanted29-Jul-04 18:37
enchanted29-Jul-04 18:37 
GeneralRe: Using Interop.Outlook problem (Windows Services) Pin
Heath Stewart30-Jul-04 4:41
protectorHeath Stewart30-Jul-04 4:41 
QuestionHas anybody used the control &quot;MagicLibrary&quot; supplied by codeproject? Pin
ILoveCS29-Jul-04 17:41
ILoveCS29-Jul-04 17:41 
AnswerRe: Has anybody used the control &quot;MagicLibrary&quot; supplied by codeproject? Pin
Colin Angus Mackay29-Jul-04 22:42
Colin Angus Mackay29-Jul-04 22:42 
GeneralRe: Has anybody used the control &quot;MagicLibrary&quot; supplied by codeproject? Pin
ILoveCS1-Aug-04 15:36
ILoveCS1-Aug-04 15:36 
GeneralRe: Has anybody used the control "MagicLibrary" supplied by codeproject? Pin
Colin Angus Mackay1-Aug-04 20:12
Colin Angus Mackay1-Aug-04 20:12 
QuestionHow can I get Web Client IP address Pin
stevenhe29-Jul-04 15:23
stevenhe29-Jul-04 15:23 
AnswerRe: How can I get Web Client IP address Pin
Andy Brummer29-Jul-04 15:44
sitebuilderAndy Brummer29-Jul-04 15:44 
GeneralRe: How can I get Web Client IP address Pin
stevenhe29-Jul-04 16:02
stevenhe29-Jul-04 16:02 
GeneralWM_NCLBUTTONUP Pin
Guinness4Strength29-Jul-04 12:34
Guinness4Strength29-Jul-04 12:34 
GeneralRe: WM_NCLBUTTONUP Pin
Nick Parker29-Jul-04 17:38
protectorNick Parker29-Jul-04 17:38 
GeneralRe: WM_NCLBUTTONUP Pin
Guinness4Strength30-Jul-04 3:29
Guinness4Strength30-Jul-04 3:29 

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.