Click here to Skip to main content
15,900,110 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Directshow methods in VC++ Windows forms application Pin
bhanu_850927-Jun-08 21:13
bhanu_850927-Jun-08 21:13 
QuestionReferncing a wsdl created by axis2 in Visual studio2008 [modified] Pin
Xaria23-Jun-08 5:01
Xaria23-Jun-08 5:01 
AnswerRe: Referncing a wsdl created by axis2 in Visual studio2008 Pin
led mike23-Jun-08 5:59
led mike23-Jun-08 5:59 
QuestionDark GDK Pin
Manfr3d23-Jun-08 2:48
Manfr3d23-Jun-08 2:48 
AnswerRe: Dark GDK Pin
led mike23-Jun-08 4:57
led mike23-Jun-08 4:57 
GeneralRe: Dark GDK Pin
Manfr3d23-Jun-08 5:07
Manfr3d23-Jun-08 5:07 
GeneralRe: Dark GDK Pin
led mike23-Jun-08 5:56
led mike23-Jun-08 5:56 
QuestionI couldn,t able to select Pin
rose19621-Jun-08 1:51
rose19621-Jun-08 1:51 
Hai

I am using richtextbox. I want to select some specific word, for that i used richtextbox select command. But i couldn,t select the word can you tell me what i was written is correct or wrong.

String ^ searchString = this->functionBox->Text;
String^ srcText = this->srcTextBox->Text;
bool function = srcText->Contains(searchString);
if(function)
{
int lengthofsearchString = searchString->Length;
int index = srcTextBox->Find(searchString, 0, RichTextBoxFinds::MatchCase);
if(index >= 0)
{
index = srcTextBox->Find(searchString, index + lengthofsearchString, RichTextBoxFinds::MatchCase);
if(index>=0)
{
srcTextBox->Select(index,lengthofsearchString);
//srcTextBox->SelectionColor = Color::Red;
}
}
}

can you tell me

Thanks.
AnswerRe: I couldn,t able to select Pin
Mark Salsbery24-Jun-08 6:16
Mark Salsbery24-Jun-08 6:16 
QuestionDataGridView in a GroupBox Pin
Oddball19-Jun-08 7:42
Oddball19-Jun-08 7:42 
QuestionCan you suspend the OnPaint function? Pin
BuckBrown18-Jun-08 7:37
BuckBrown18-Jun-08 7:37 
AnswerRe: Can you suspend the OnPaint function? Pin
Christian Graus23-Jun-08 12:01
protectorChristian Graus23-Jun-08 12:01 
AnswerRe: Can you suspend the OnPaint function? Pin
Luc Pattyn23-Jun-08 14:39
sitebuilderLuc Pattyn23-Jun-08 14:39 
GeneralRe: Can you suspend the OnPaint function? Pin
BuckBrown25-Jun-08 12:14
BuckBrown25-Jun-08 12:14 
QuestionCan you use Forms Designer to index controls? Pin
BuckBrown17-Jun-08 10:54
BuckBrown17-Jun-08 10:54 
AnswerRe: Can you use Forms Designer to index controls? [modified] Pin
Mark Salsbery17-Jun-08 11:38
Mark Salsbery17-Jun-08 11:38 
GeneralRe: Can you use Forms Designer to index controls? Pin
led mike19-Jun-08 6:11
led mike19-Jun-08 6:11 
GeneralRe: Can you use Forms Designer to index controls? Pin
Mark Salsbery19-Jun-08 6:18
Mark Salsbery19-Jun-08 6:18 
GeneralRe: Can you use Forms Designer to index controls? Pin
led mike19-Jun-08 6:23
led mike19-Jun-08 6:23 
GeneralRe: Can you use Forms Designer to index controls? Pin
Mark Salsbery19-Jun-08 6:27
Mark Salsbery19-Jun-08 6:27 
AnswerRe: Can you use Forms Designer to index controls? Pin
led mike18-Jun-08 5:07
led mike18-Jun-08 5:07 
QuestionAdding Files to an empty project w/ Visual Studio 2008 Pin
...---...13-Jun-08 5:05
...---...13-Jun-08 5:05 
AnswerRe: Adding Files to an empty project w/ Visual Studio 2008 Pin
led mike13-Jun-08 5:17
led mike13-Jun-08 5:17 
QuestionTo load CrystallReport report with pameters Pin
mikobi12-Jun-08 1:17
mikobi12-Jun-08 1:17 
AnswerRe: To load CrystallReport report with pameters Pin
leonigah13-Jun-08 0:14
leonigah13-Jun-08 0:14 

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.