Click here to Skip to main content
15,888,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: deployment process in vb.net Pin
Christian Graus10-May-07 20:45
protectorChristian Graus10-May-07 20:45 
GeneralRe: deployment process in vb.net Pin
Sonia Gupta10-May-07 20:53
Sonia Gupta10-May-07 20:53 
GeneralRe: deployment process in vb.net Pin
Christian Graus10-May-07 20:58
protectorChristian Graus10-May-07 20:58 
QuestionRe: deployment process in vb.net Pin
Sonia Gupta10-May-07 21:12
Sonia Gupta10-May-07 21:12 
AnswerRe: deployment process in vb.net Pin
Christian Graus10-May-07 21:40
protectorChristian Graus10-May-07 21:40 
AnswerRe: deployment process in vb.net Pin
P P Vilsad11-May-07 9:32
P P Vilsad11-May-07 9:32 
QuestionURGENT REGEX Pin
ant1xxx10-May-07 19:52
ant1xxx10-May-07 19:52 
AnswerRe: URGENT REGEX Pin
Christian Graus10-May-07 20:43
protectorChristian Graus10-May-07 20:43 
expresso is the program you need.

Your problem is that there's a colon in your regex, it thus matches 2 and not 1. Remove the colon and it matches both, because * means any number of chars, including 0. It won't match the whole string, your match is any number of alpha chars, followed by any number of _:/.

dsfsdf::says

matches


dsfsdf::a says

only matches 'a says'


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionAbout Dll hell Pin
anujose10-May-07 19:31
anujose10-May-07 19:31 
AnswerRe: About Dll hell Pin
Christian Graus10-May-07 20:34
protectorChristian Graus10-May-07 20:34 
Questionhow to delete a value in datagrid from vb.net windows apllication? Pin
sathyan_829410-May-07 19:18
sathyan_829410-May-07 19:18 
AnswerRe: how to delete a value in datagrid from vb.net windows apllication? Pin
Tirthadip10-May-07 19:47
Tirthadip10-May-07 19:47 
Questionhow to search a record in datagrid from vb.net windows application by selected a value in combobox Pin
sathyan_829410-May-07 19:15
sathyan_829410-May-07 19:15 
AnswerRe: how to search a record in datagrid from vb.net windows application by selected a value in combobox Pin
Dave Kreskowiak11-May-07 4:06
mveDave Kreskowiak11-May-07 4:06 
Questionvideo clips in vb.net Pin
navyasri10-May-07 19:09
navyasri10-May-07 19:09 
AnswerRe: video clips in vb.net Pin
Christian Graus10-May-07 20:46
protectorChristian Graus10-May-07 20:46 
Questionwhat is the vb.net windows application code for edit a record in datagrid from vb.net during runtime Pin
sathyan_829410-May-07 19:06
sathyan_829410-May-07 19:06 
AnswerRe: what is the vb.net windows application code for edit a record in datagrid from vb.net during runtime Pin
Dave Kreskowiak11-May-07 4:09
mveDave Kreskowiak11-May-07 4:09 
Questionwhat is vb.net windows application code for this c# code? Pin
sathyan_829410-May-07 19:05
sathyan_829410-May-07 19:05 
AnswerRe: what is vb.net windows application code for this c# code? Pin
Tirthadip10-May-07 19:39
Tirthadip10-May-07 19:39 
AnswerRe: what is vb.net windows application code for this c# code? Pin
Christian Graus10-May-07 20:50
protectorChristian Graus10-May-07 20:50 
Questionevents - Raiseevents - delegates Pin
Sonia Gupta10-May-07 18:08
Sonia Gupta10-May-07 18:08 
AnswerRe: events - Raiseevents - delegates Pin
Christian Graus10-May-07 20:52
protectorChristian Graus10-May-07 20:52 
GeneralRe: events - Raiseevents - delegates Pin
Sonia Gupta10-May-07 22:00
Sonia Gupta10-May-07 22:00 
GeneralRe: events - Raiseevents - delegates Pin
TwoFaced11-May-07 8:25
TwoFaced11-May-07 8:25 

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.