Click here to Skip to main content
15,886,693 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
ArturGomes11-Jul-13 5:31
ArturGomes11-Jul-13 5:31 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Mycroft Holmes20-Jul-13 13:56
professionalMycroft Holmes20-Jul-13 13:56 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen9-Jul-13 9:12
professionalEddy Vluggen9-Jul-13 9:12 
QuestionHow To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Arjun Kerala8-Jul-13 21:28
professionalArjun Kerala8-Jul-13 21:28 
AnswerRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Bernhard Hiller8-Jul-13 23:16
Bernhard Hiller8-Jul-13 23:16 
QuestionRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Richard Deeming9-Jul-13 1:12
mveRichard Deeming9-Jul-13 1:12 
AnswerRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
bladizina200516-Jul-13 17:07
bladizina200516-Jul-13 17:07 
QuestionStruggeling with Regex Pin
Sonhospa8-Jul-13 2:55
Sonhospa8-Jul-13 2:55 
Hello everybody,

I've been struggeling with a Regex for hours now, and I hope someone of you can help me out of this. I'm trying to capture a "Number" section and a "Text" section from a string like
124[HT][HT]In the year 1560, there was ...[CR][HT][HT]somethingt strange going on.[CR][CR]125[HT][HT]The same pattern followed hour after hour.
I've been trying dozens of different ways in Expresso, but nothing seems to work out.
(?<Nummer>\d+)\t+(?<Text>.*(?=\r{2,}))
Mostly I get results having the first number in the proper section, but the complete rest of the string in only one "Text" section. What's my stupid error here? Somehow I'm lost in a maze now.

Thank you for your time!
Mick
AnswerRe: Struggeling with Regex Pin
Richard Deeming8-Jul-13 3:46
mveRichard Deeming8-Jul-13 3:46 
General[Resolved] Struggeling with Regex Pin
Sonhospa8-Jul-13 8:01
Sonhospa8-Jul-13 8:01 
GeneralWhy in rs=0 ? Pin
Ajay Chaturvedi bhopal7-Jul-13 1:16
Ajay Chaturvedi bhopal7-Jul-13 1:16 
GeneralRe: in this command rs=0 ? Pin
Richard MacCutchan7-Jul-13 1:35
mveRichard MacCutchan7-Jul-13 1:35 
QuestionRe: in this command rs=0 ? Pin
Kenneth Haugland7-Jul-13 9:57
mvaKenneth Haugland7-Jul-13 9:57 
GeneralRe: Why in rs=0 ? Pin
Richard MacCutchan7-Jul-13 21:10
mveRichard MacCutchan7-Jul-13 21:10 
GeneralRe: Why in rs=0 ? Pin
Ajay Chaturvedi bhopal7-Jul-13 21:55
Ajay Chaturvedi bhopal7-Jul-13 21:55 
GeneralRe: Why in rs=0 ? Pin
Dave Kreskowiak8-Jul-13 2:35
mveDave Kreskowiak8-Jul-13 2:35 
QuestionHow to connect an electrical switch to my vb.net application via USB port? Pin
aeskan5-Jul-13 21:00
aeskan5-Jul-13 21:00 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Richard MacCutchan5-Jul-13 22:37
mveRichard MacCutchan5-Jul-13 22:37 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:29
aeskan6-Jul-13 14:29 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Eddy Vluggen6-Jul-13 1:19
professionalEddy Vluggen6-Jul-13 1:19 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:28
aeskan6-Jul-13 14:28 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Dave Kreskowiak6-Jul-13 4:18
mveDave Kreskowiak6-Jul-13 4:18 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:27
aeskan6-Jul-13 14:27 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
dusty_dex6-Jul-13 5:08
dusty_dex6-Jul-13 5:08 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:25
aeskan6-Jul-13 14: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.