Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: Split a video in frames Pin
Obaid Ahmed22-Apr-10 9:43
Obaid Ahmed22-Apr-10 9:43 
GeneralRe: Split a video in frames Pin
Obaid Ahmed22-Apr-10 10:10
Obaid Ahmed22-Apr-10 10:10 
GeneralRe: Split a video in frames Pin
annathor22-Apr-10 12:08
annathor22-Apr-10 12:08 
QuestionHow to avoid a cross-thread error for a TextBox with databinding? Pin
R. vd Kooij21-Apr-10 2:25
R. vd Kooij21-Apr-10 2:25 
AnswerRe: How to avoid a cross-thread error for a TextBox with databinding? Pin
R. vd Kooij22-Apr-10 9:14
R. vd Kooij22-Apr-10 9:14 
Questionpopulate combobox by passing parameter to seperate class Pin
redspiderke21-Apr-10 2:02
redspiderke21-Apr-10 2:02 
AnswerRe: populate combobox by passing parameter to seperate class Pin
Not Active21-Apr-10 2:15
mentorNot Active21-Apr-10 2:15 
GeneralRe: populate combobox by passing parameter to seperate class Pin
redspiderke21-Apr-10 3:17
redspiderke21-Apr-10 3:17 
GeneralRe: populate combobox by passing parameter to seperate class Pin
Not Active21-Apr-10 4:00
mentorNot Active21-Apr-10 4:00 
GeneralRe: populate combobox by passing parameter to seperate class Pin
redspiderke21-Apr-10 20:56
redspiderke21-Apr-10 20:56 
QuestionHOW TO RETRIVE ALL TRANSACTION from sqlserver where TODAYS DATE AS PARAMETER IN SQL QUERY.? Pin
sudhir behera21-Apr-10 1:59
sudhir behera21-Apr-10 1:59 
AnswerRepost Pin
Keith Barrow21-Apr-10 2:14
professionalKeith Barrow21-Apr-10 2:14 
AnswerRe: HOW TO RETRIVE ALL TRANSACTION from sqlserver where TODAYS DATE AS PARAMETER IN SQL QUERY.? Pin
Ashfield21-Apr-10 2:49
Ashfield21-Apr-10 2:49 
AnswerRe: HOW TO RETRIVE ALL TRANSACTION from sqlserver where TODAYS DATE AS PARAMETER IN SQL QUERY.? Pin
PIEBALDconsult21-Apr-10 3:24
mvePIEBALDconsult21-Apr-10 3:24 
GeneralRe: HOW TO RETRIVE ALL TRANSACTION from sqlserver where TODAYS DATE AS PARAMETER IN SQL QUERY.? Pin
Keith Barrow21-Apr-10 3:25
professionalKeith Barrow21-Apr-10 3:25 
GeneralRe: HOW TO RETRIVE ALL TRANSACTION from sqlserver where TODAYS DATE AS PARAMETER IN SQL QUERY.? Pin
PIEBALDconsult21-Apr-10 15:27
mvePIEBALDconsult21-Apr-10 15:27 
QuestionOrdering sub-elements in a PropertyGrid Pin
Wags21-Apr-10 0:57
professionalWags21-Apr-10 0:57 
AnswerRe: Ordering sub-elements in a PropertyGrid Pin
DaveyM6921-Apr-10 1:07
professionalDaveyM6921-Apr-10 1:07 
GeneralRe: Ordering sub-elements in a PropertyGrid Pin
Wags21-Apr-10 1:38
professionalWags21-Apr-10 1:38 
GeneralRe: Ordering sub-elements in a PropertyGrid Pin
DaveyM6921-Apr-10 2:08
professionalDaveyM6921-Apr-10 2:08 
GeneralRe: Ordering sub-elements in a PropertyGrid Pin
Wags21-Apr-10 2:15
professionalWags21-Apr-10 2:15 
GeneralRe: Ordering sub-elements in a PropertyGrid Pin
DaveyM6921-Apr-10 2:20
professionalDaveyM6921-Apr-10 2:20 
QuestionRegexp dilema Pin
skelmannen21-Apr-10 0:37
skelmannen21-Apr-10 0:37 
AnswerRe: Regexp dilema Pin
J4amieC21-Apr-10 1:38
J4amieC21-Apr-10 1:38 
GeneralRe: Regexp dilema Pin
skelmannen21-Apr-10 2:43
skelmannen21-Apr-10 2:43 
Cheers for your reply J4amieC!

However it doesn't work, Visual Studio doesn't seem to recognize the use of ?<numbers> Unsure | :~
I know the part of the letter, but that was just there to distinguish the zip code from any other kind of row of numbers. But if I manage to extract the actual zip code by using numbers, then I could do the same with the letters (City) I presume, so that would be great...If I only could get Visual Studio to understand what I'm trying to achieve Smile | :)

Another question as well...My Visual Studio doesn't want to work with me on a different point too. It won't accept the use of ^ (like in ^\d{2,5}).

I'm using Visual Studio 2005 by the way,,,maybe that's why this is giving me a hazzle?

All the best

Simon

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.