Click here to Skip to main content
15,799,186 members
Home / Discussions / C#
   

C#

 
AnswerRe: RichTextBox e Pin
Luc Pattyn7-Sep-07 3:21
sitebuilderLuc Pattyn7-Sep-07 3:21 
QuestionHave a timer on a function Pin
andredani7-Sep-07 2:48
andredani7-Sep-07 2:48 
AnswerRe: Have a timer on a function Pin
Giorgi Dalakishvili7-Sep-07 2:52
mentorGiorgi Dalakishvili7-Sep-07 2:52 
Questionglobal.asax Pin
kalyan_24167-Sep-07 2:27
kalyan_24167-Sep-07 2:27 
AnswerRe: global.asax Pin
Giorgi Dalakishvili7-Sep-07 2:34
mentorGiorgi Dalakishvili7-Sep-07 2:34 
AnswerRe: global.asax Pin
Pete O'Hanlon7-Sep-07 2:39
subeditorPete O'Hanlon7-Sep-07 2:39 
QuestionProjectitem documents replacetext. Pin
topcatalpha7-Sep-07 2:26
topcatalpha7-Sep-07 2:26 
AnswerRe: Projectitem documents replacetext. Pin
topcatalpha7-Sep-07 3:38
topcatalpha7-Sep-07 3:38 
Okay i found it myself. Smile | :)

file.Document.DTE.Find.Action = vsFindAction.vsFindActionFind; //vsFindActionReplace;
file.Document.DTE.Find.FindWhat = line; //line is my text
//file.Document.DTE.Find.ReplaceWith = TmpLine; // is my new text
file.Document.DTE.Find.Target = vsFindTarget.vsFindTargetSolution;
file.Document.DTE.Find.MatchInHiddenText = true; // default on.
vsFindResult tmp = file.Document.DTE.Find.Execute();

this opens the collapsed regions in a document.

Greetz

Kurt



Questionmutlicasting problem Pin
snouto7-Sep-07 1:47
snouto7-Sep-07 1:47 
QuestionList View Column Manipulation Pin
M. J. Jaya Chitra7-Sep-07 1:02
M. J. Jaya Chitra7-Sep-07 1:02 
AnswerRe: List View Column Manipulation Pin
Giorgi Dalakishvili7-Sep-07 2:32
mentorGiorgi Dalakishvili7-Sep-07 2:32 
QuestionNeed to use Dos command Pin
M Riaz Bashir7-Sep-07 0:53
M Riaz Bashir7-Sep-07 0:53 
AnswerRe: Need to use Dos command Pin
Colin Angus Mackay7-Sep-07 1:04
Colin Angus Mackay7-Sep-07 1:04 
GeneralRe: Need to use Dos command Pin
M Riaz Bashir7-Sep-07 1:13
M Riaz Bashir7-Sep-07 1:13 
Questionto read from a notepad file line by line and insert each line into one table Pin
George Mathew7-Sep-07 0:07
George Mathew7-Sep-07 0:07 
AnswerRe: to read from a notepad file line by line and insert each line into one table Pin
DaveyM697-Sep-07 0:15
professionalDaveyM697-Sep-07 0:15 
GeneralRe: to read from a notepad file line by line and insert each line into one table Pin
Larantz7-Sep-07 2:01
Larantz7-Sep-07 2:01 
AnswerRe: to read from a notepad file line by line and insert each line into one table Pin
M Riaz Bashir7-Sep-07 0:59
M Riaz Bashir7-Sep-07 0:59 
QuestionGridview aditing Pin
Tsepoz6-Sep-07 23:12
Tsepoz6-Sep-07 23:12 
AnswerRe: Gridview aditing Pin
Larantz6-Sep-07 23:29
Larantz6-Sep-07 23:29 
Questionxml validation in C# giving errors during the process? Pin
nicolus6-Sep-07 23:09
nicolus6-Sep-07 23:09 
AnswerRe: xml validation in C# giving errors during the process? Pin
Larantz6-Sep-07 23:22
Larantz6-Sep-07 23:22 
GeneralRe: xml validation in C# giving errors during the process? Pin
nicolus7-Sep-07 0:54
nicolus7-Sep-07 0:54 
GeneralRe: xml validation in C# giving errors during the process? Pin
Larantz7-Sep-07 1:52
Larantz7-Sep-07 1:52 
GeneralRe: xml validation in C# giving errors during the process? Pin
nicolus7-Sep-07 2:17
nicolus7-Sep-07 2:17 

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.