Click here to Skip to main content
16,021,041 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
Richard MacCutchan29-Jul-10 23:36
mveRichard MacCutchan29-Jul-10 23:36 
AnswerRe: register VB.NET COM dll - regsvr32.exe Pin
Goutam Patra29-Jul-10 23:46
professionalGoutam Patra29-Jul-10 23:46 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
devvvy2-Aug-10 15:37
devvvy2-Aug-10 15:37 
QuestionHow do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Jaco Muller29-Jul-10 16:31
Jaco Muller29-Jul-10 16:31 
AnswerRe: How do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Dave Kreskowiak29-Jul-10 18:05
mveDave Kreskowiak29-Jul-10 18:05 
GeneralRe: How do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Jaco Muller29-Jul-10 18:26
Jaco Muller29-Jul-10 18:26 
GeneralRe: How do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Dave Kreskowiak30-Jul-10 8:09
mveDave Kreskowiak30-Jul-10 8:09 
QuestionRegular Expressions Failure Pin
Sonhospa29-Jul-10 15:05
Sonhospa29-Jul-10 15:05 
Hi all,

even small problems can drive you crazy sometimes... so does a regular expression with me.

From a text file like the sample given below the following regular expression extracts the 'Grp' group well, but the 'Entr' group would always be empty. Maybe someone else can see where my error is? Actually, as a final result I'd also like to extract the entrie's name and its value (i.e. befor/after the "=") into different groups. Any regex experts around?
Dim regex = New Regex("\[(?<Grp>.*)\](?<Entr>.*)
is supposed to give me back the groups and entries in an ini-file like structure, no?
' Sample
[Track]
Latitude=N047° 25' 53.4256"
Longitude=W122° 18' 28.7933"
Altitude=+000432.00

[Options]
Titles=False
Sound=True
Pause=False
Thank you very much in advance,
Michael
AnswerRe: Regular Expressions Failure Pin
Dave Kreskowiak29-Jul-10 18:01
mveDave Kreskowiak29-Jul-10 18:01 
GeneralRe: Regular Expressions Failure Pin
Sonhospa29-Jul-10 21:03
Sonhospa29-Jul-10 21:03 
GeneralRe: Regular Expressions Failure Pin
Dave Kreskowiak30-Jul-10 8:11
mveDave Kreskowiak30-Jul-10 8:11 
GeneralRe: Regular Expressions Failure Pin
Sonhospa30-Jul-10 23:43
Sonhospa30-Jul-10 23:43 
AnswerRe: Regular Expressions Failure Pin
Peter_in_278029-Jul-10 18:03
professionalPeter_in_278029-Jul-10 18:03 
GeneralRe: Regular Expressions Failure Pin
Sonhospa29-Jul-10 21:20
Sonhospa29-Jul-10 21:20 
AnswerRe: Regular Expressions Failure Pin
Luc Pattyn29-Jul-10 23:58
sitebuilderLuc Pattyn29-Jul-10 23:58 
NewsPartially Resolved: Regular Expressions Failure Pin
Sonhospa31-Jul-10 0:57
Sonhospa31-Jul-10 0:57 
GeneralRe: Partially Resolved: Regular Expressions Failure Pin
Prerak Patel21-Sep-10 1:56
professionalPrerak Patel21-Sep-10 1:56 
QuestionCrystal Reports - Printing Lables Pin
David Mujica29-Jul-10 8:10
David Mujica29-Jul-10 8:10 
AnswerRe: Crystal Reports - Printing Lables Pin
Steven J Jowett30-Jul-10 0:02
Steven J Jowett30-Jul-10 0:02 
QuestionMime Encoding Pin
Steven J Jowett28-Jul-10 21:59
Steven J Jowett28-Jul-10 21:59 
AnswerRe: Mime Encoding Pin
Eddy Vluggen28-Jul-10 22:31
professionalEddy Vluggen28-Jul-10 22:31 
GeneralRe: Mime Encoding Pin
Steven J Jowett28-Jul-10 22:35
Steven J Jowett28-Jul-10 22:35 
QuestionSearch within a DataGridView Pin
Member 442053428-Jul-10 21:19
Member 442053428-Jul-10 21:19 
AnswerRe: Search within a DataGridView Pin
DaveAuld28-Jul-10 21:36
professionalDaveAuld28-Jul-10 21:36 
GeneralRe: Search within a DataGridView Pin
Member 442053428-Jul-10 22:20
Member 442053428-Jul-10 22:20 

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.