Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
AnswerRe: What format is the best for a procedure? Pin
Nader Elshehabi6-Sep-06 1:14
Nader Elshehabi6-Sep-06 1:14 
AnswerRe: What format is the best for a procedure? Pin
steed leung6-Sep-06 16:38
steed leung6-Sep-06 16:38 
QuestionCrystal Report Redistributable - Not Pin
Glen Harvy5-Sep-06 22:06
Glen Harvy5-Sep-06 22:06 
AnswerRe: Crystal Report Redistributable - Not Pin
Aaron Dilliard6-Sep-06 9:33
Aaron Dilliard6-Sep-06 9:33 
GeneralRe: Crystal Report Redistributable - Not Pin
Glen Harvy6-Sep-06 12:11
Glen Harvy6-Sep-06 12:11 
GeneralRe: Crystal Report Redistributable - Not Pin
c#guy38116-Sep-06 17:20
c#guy38116-Sep-06 17:20 
QuestionThe type or namespace name 'rtbText' could not be found (are you missing a using directive or an assembly reference?) Pin
Kyle Bartolo5-Sep-06 22:00
Kyle Bartolo5-Sep-06 22:00 
AnswerRe: The type or namespace name 'rtbText' could not be found (are you missing a using directive or an assembly reference?) Pin
mikone5-Sep-06 23:25
mikone5-Sep-06 23:25 
the problem is, that the compiler can not find the class rtbText inside the "known" namespaces. you will have to locate the line(s) where this error appears and modify them as required. Since i don't know the rtbText class i'm not able to tell you how to edit the code exactly. In general you should make yourself a bit more familiar to oop and .net Smile | :)

I've been googling for rtbText and found some examplecode which looks like rtbText were an object of RichTextBox class. If it is the same in your case, you probably are using rtbText as a type in a declaration or something similar.

Just review the code and maybe post the line where the error appears.

Good luck,
mik
AnswerRe: The type or namespace name 'rtbText' could not be found (are you missing a using directive or an assembly reference?) Pin
Nader Elshehabi6-Sep-06 1:34
Nader Elshehabi6-Sep-06 1:34 
Questionhow to add C++ code in CSharp Programming Pin
phijophlip5-Sep-06 22:00
phijophlip5-Sep-06 22:00 
AnswerRe: how to add C++ code in CSharp Programming Pin
erfi5-Sep-06 23:36
erfi5-Sep-06 23:36 
AnswerRe: how to add C++ code in CSharp Programming Pin
Nader Elshehabi6-Sep-06 2:06
Nader Elshehabi6-Sep-06 2:06 
Questionplz help me,i want to send/receive data to one hardware device that is conneted with GPIB cable , how can i send data to that device in C#.net Pin
premkamalg5-Sep-06 21:58
premkamalg5-Sep-06 21:58 
AnswerRe: plz help me,i want to send/receive data to one hardware device that is conneted with GPIB cable , how can i send data to that device in C#.net Pin
Nader Elshehabi6-Sep-06 2:33
Nader Elshehabi6-Sep-06 2:33 
Questiond Pin
penecilllin5-Sep-06 21:49
penecilllin5-Sep-06 21:49 
AnswerRe: the ~ operator preceding constructor Pin
ejuanpp5-Sep-06 22:14
ejuanpp5-Sep-06 22:14 
AnswerRe: the ~ operator preceding constructor Pin
Guffa6-Sep-06 0:34
Guffa6-Sep-06 0:34 
AnswerRe: the ~ operator preceding constructor Pin
Scott Dorman6-Sep-06 21:15
professionalScott Dorman6-Sep-06 21:15 
Questionassigning stretchable background image at run time Pin
Ravikumar Patra5-Sep-06 21:38
professionalRavikumar Patra5-Sep-06 21:38 
AnswerRe: assigning stretchable background image at run time Pin
ejuanpp5-Sep-06 22:25
ejuanpp5-Sep-06 22:25 
QuestionCellphone Dilemma [modified] Pin
L Viljoen5-Sep-06 21:38
professionalL Viljoen5-Sep-06 21:38 
AnswerRe: Cellphone Dilemma Pin
Ashley van Gerven5-Sep-06 22:06
Ashley van Gerven5-Sep-06 22:06 
AnswerRe: Cellphone Dilemma Pin
Steve S6-Sep-06 0:18
Steve S6-Sep-06 0:18 
AnswerRe: Cellphone Dilemma Pin
Xiangyang Liu 刘向阳6-Sep-06 1:28
Xiangyang Liu 刘向阳6-Sep-06 1:28 
AnswerRe: Cellphone Dilemma Pin
Tushar Kothari6-Sep-06 1:39
Tushar Kothari6-Sep-06 1:39 

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.