Click here to Skip to main content
15,917,862 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing Code Access Permissions Pin
Judah Gabriel Himango2-Aug-05 16:24
sponsorJudah Gabriel Himango2-Aug-05 16:24 
GeneralRe: Changing Code Access Permissions Pin
timbobsteve2-Aug-05 17:10
timbobsteve2-Aug-05 17:10 
GeneralEmbedding managed DirectX in a WinForms Custom Control Pin
benwalker2-Aug-05 11:52
benwalker2-Aug-05 11:52 
GeneralRe: Embedding managed DirectX in a WinForms Custom Control Pin
Judah Gabriel Himango2-Aug-05 16:28
sponsorJudah Gabriel Himango2-Aug-05 16:28 
QuestionPattern matching Hashtable keys? Pin
Dewclaws2-Aug-05 11:29
Dewclaws2-Aug-05 11:29 
AnswerRe: Pattern matching Hashtable keys? Pin
Lars Niedziolka2-Aug-05 13:20
Lars Niedziolka2-Aug-05 13:20 
GeneralRegular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 9:05
Luis Alonso Ramos2-Aug-05 9:05 
GeneralRe: Regular expression help - end of text Pin
Guffa2-Aug-05 9:15
Guffa2-Aug-05 9:15 
Yes, the $ will match the end of the text. How are you using the expression to validate the input?

[0-9] can be written as \d. There is no need to use parenthesis around the hyphens. So this is the same:

\d{3}-?\d{2}-?\d-?\d{3}$

---
b { font-weight: normal; }

GeneralRe: Regular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 9:21
Luis Alonso Ramos2-Aug-05 9:21 
GeneralRe: Regular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 9:24
Luis Alonso Ramos2-Aug-05 9:24 
GeneralRe: Regular expression help - end of text Pin
Guffa2-Aug-05 9:49
Guffa2-Aug-05 9:49 
GeneralRe: Regular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 10:00
Luis Alonso Ramos2-Aug-05 10:00 
Questionstatic class for database access? Pin
theStorminMormon2-Aug-05 8:58
theStorminMormon2-Aug-05 8:58 
AnswerRe: static class for database access? Pin
Guffa2-Aug-05 9:11
Guffa2-Aug-05 9:11 
GeneralRe: static class for database access? Pin
theStorminMormon2-Aug-05 9:14
theStorminMormon2-Aug-05 9:14 
GeneralRe: static class for database access? Pin
Luis Alonso Ramos2-Aug-05 9:32
Luis Alonso Ramos2-Aug-05 9:32 
GeneralRe: static class for database access? Pin
Guffa2-Aug-05 9:36
Guffa2-Aug-05 9:36 
AnswerRe: static class for database access? Pin
Luis Alonso Ramos2-Aug-05 9:13
Luis Alonso Ramos2-Aug-05 9:13 
GeneralRe: static class for database access? Pin
theStorminMormon2-Aug-05 9:16
theStorminMormon2-Aug-05 9:16 
GeneralRe: static class for database access? Pin
Luis Alonso Ramos2-Aug-05 9:26
Luis Alonso Ramos2-Aug-05 9:26 
GeneralEmulate a twain interface Pin
Oliver Lange2-Aug-05 8:25
Oliver Lange2-Aug-05 8:25 
GeneralSupressing Security Error Dialog Pin
RB@Emphasys2-Aug-05 7:53
RB@Emphasys2-Aug-05 7:53 
GeneralRe: Supressing Security Error Dialog Pin
mav.northwind2-Aug-05 20:06
mav.northwind2-Aug-05 20:06 
GeneralRe: Supressing Security Error Dialog Pin
RB@Emphasys3-Aug-05 3:57
RB@Emphasys3-Aug-05 3:57 
GeneralRe: Supressing Security Error Dialog Pin
mav.northwind3-Aug-05 7:42
mav.northwind3-Aug-05 7:42 

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.