Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem passing data to an activeX Pin
Paolo Vernazza6-Sep-07 1:57
Paolo Vernazza6-Sep-07 1:57 
GeneralRe: Problem passing data to an activeX Pin
TJoe6-Sep-07 2:13
TJoe6-Sep-07 2:13 
GeneralRe: Problem passing data to an activeX Pin
Paolo Vernazza6-Sep-07 4:33
Paolo Vernazza6-Sep-07 4:33 
GeneralRe: Problem passing data to an activeX Pin
TJoe6-Sep-07 5:08
TJoe6-Sep-07 5:08 
QuestionHow to limit maximum size of other windows? Pin
Trickster-SWE5-Sep-07 6:33
Trickster-SWE5-Sep-07 6:33 
AnswerRe: How to limit maximum size of other windows? Pin
TJoe5-Sep-07 8:06
TJoe5-Sep-07 8:06 
GeneralRe: How to limit maximum size of other windows? Pin
Trickster-SWE5-Sep-07 22:33
Trickster-SWE5-Sep-07 22:33 
QuestionRegex replace question Pin
Vodstok5-Sep-07 6:13
Vodstok5-Sep-07 6:13 
I have an issue that hopefully has a quick answer (dont we always...)

I have some code that uses this as an identifying tag:
[:: ::]


So i would mark something as [::Text_In_Here::], and I would identify that there was a tag with this expression:
\[:: (.|\n)+?::\]


this works fantastically. But, in some cases, i need to be able to identify the tag, and replace the outer portion with another tag. SO what I need is to able to find [::Text_In_Here::] and turn it into <input type='hidden' value= 'Text_In_Here'/>
any ideas? i am using Regex.Replace in other areas, but it doesnt appear to have an overload that will do what I need.







______________________
Mr Griffin, eleventy billion is not a number...WTF | :WTF:

AnswerRe: Regex replace question Pin
TJoe5-Sep-07 8:00
TJoe5-Sep-07 8:00 
Questionrow doesn't get deleted Pin
gericooper5-Sep-07 5:27
gericooper5-Sep-07 5:27 
QuestionVisual Studio Menu Layout Pin
DanB19835-Sep-07 5:13
DanB19835-Sep-07 5:13 
AnswerRe: Visual Studio Menu Layout Pin
martin_hughes5-Sep-07 5:54
martin_hughes5-Sep-07 5:54 
QuestionForm problem Pin
sajid.salim.khan5-Sep-07 4:52
sajid.salim.khan5-Sep-07 4:52 
AnswerRe: Form problem Pin
Christian Graus5-Sep-07 5:07
protectorChristian Graus5-Sep-07 5:07 
GeneralRe: Form problem Pin
sajid.salim.khan5-Sep-07 5:53
sajid.salim.khan5-Sep-07 5:53 
GeneralRe: Form problem Pin
Christian Graus5-Sep-07 8:26
protectorChristian Graus5-Sep-07 8:26 
QuestionExcel Layout change Pin
ramdil5-Sep-07 4:34
ramdil5-Sep-07 4:34 
QuestionRead only row in Datagrid Pin
André Stroebel5-Sep-07 4:11
André Stroebel5-Sep-07 4:11 
AnswerRe: Read only row in Datagrid Pin
André Stroebel5-Sep-07 4:32
André Stroebel5-Sep-07 4:32 
QuestionDataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 3:24
Stevo Z5-Sep-07 3:24 
AnswerRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 3:55
sponsorJudah Gabriel Himango5-Sep-07 3:55 
GeneralRe: DataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 4:20
Stevo Z5-Sep-07 4:20 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:33
sponsorJudah Gabriel Himango5-Sep-07 4:33 
GeneralRe: DataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 4:40
Stevo Z5-Sep-07 4:40 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:52
sponsorJudah Gabriel Himango5-Sep-07 4:52 

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.