Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# as scripting lang in MFC App Pin
WillemM5-Aug-05 1:05
WillemM5-Aug-05 1:05 
GeneralNot able to create Event Handler Pin
Aneeel4-Aug-05 19:49
Aneeel4-Aug-05 19:49 
Generalconditions problem Pin
nidhelp4-Aug-05 16:47
nidhelp4-Aug-05 16:47 
GeneralRe: conditions problem Pin
Mohamad Al Husseiny4-Aug-05 16:50
Mohamad Al Husseiny4-Aug-05 16:50 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 16:58
nidhelp4-Aug-05 16:58 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 17:35
protectorChristian Graus4-Aug-05 17:35 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 18:07
nidhelp4-Aug-05 18:07 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 18:14
protectorChristian Graus4-Aug-05 18:14 
nidhelp wrote:
i am v new to c#. for more details, i've replied u in my other post regarding tab page that day. =)

Ah... welcome back Smile | :)

BTW, you can highlight my replies and hit the 'Quote selected text' button to get the format you see when I quote you.

nidhelp wrote:
do i have to simply copy paste the codes i need in my program and it'll know what format i want, or do i've to go somewhere to click/select/fill in something to specify my format of an input string?

\d is a number, \w is a character in a word ( alpha ), and {} allow you to show number of items

If this regex matches anything

\d\w{6}\d

and the number of characters is 8, then you have a number, six letters and a number. Was that the format you wanted ?


Christian Graus - Microsoft MVP - C++
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 18:32
nidhelp4-Aug-05 18:32 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 18:56
protectorChristian Graus4-Aug-05 18:56 
GeneralRe: conditions problem Pin
Luis Alonso Ramos4-Aug-05 19:12
Luis Alonso Ramos4-Aug-05 19:12 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 19:16
nidhelp4-Aug-05 19:16 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 19:23
protectorChristian Graus4-Aug-05 19:23 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 19:37
nidhelp4-Aug-05 19:37 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 19:45
protectorChristian Graus4-Aug-05 19:45 
GeneralRe: conditions problem Pin
Weiye Chen4-Aug-05 17:51
Weiye Chen4-Aug-05 17:51 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 18:41
nidhelp4-Aug-05 18:41 
GeneralRe: conditions problem Pin
J4amieC4-Aug-05 22:39
J4amieC4-Aug-05 22:39 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 23:24
nidhelp4-Aug-05 23:24 
GeneralRe: conditions problem Pin
J4amieC4-Aug-05 23:46
J4amieC4-Aug-05 23:46 
GeneralRe: conditions problem Pin
nidhelp5-Aug-05 0:02
nidhelp5-Aug-05 0:02 
GeneralRe: conditions problem Pin
mav.northwind5-Aug-05 2:59
mav.northwind5-Aug-05 2:59 
GeneralRe: conditions problem Pin
nidhelp7-Aug-05 15:14
nidhelp7-Aug-05 15:14 
GeneralRe: conditions problem Pin
nidhelp5-Aug-05 0:00
nidhelp5-Aug-05 0:00 
GeneralRe: conditions problem Pin
J4amieC5-Aug-05 0:18
J4amieC5-Aug-05 0:18 

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.