Click here to Skip to main content
15,912,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I exchange variables between two applications (between VB and C# application) Pin
Orchid856-Sep-06 1:59
Orchid856-Sep-06 1:59 
GeneralRe: How can I exchange variables between two applications (between VB and C# application) Pin
ejuanpp6-Sep-06 2:03
ejuanpp6-Sep-06 2:03 
GeneralRe: How can I exchange variables between two applications (between VB and C# application) Pin
Orchid856-Sep-06 2:11
Orchid856-Sep-06 2:11 
GeneralRe: How can I exchange variables between two applications (between VB and C# application) Pin
Nader Elshehabi6-Sep-06 2:52
Nader Elshehabi6-Sep-06 2:52 
AnswerRe: How can I exchange variables between two applications (between VB and C# application) Pin
ejuanpp6-Sep-06 3:08
ejuanpp6-Sep-06 3:08 
Questionhelp me Pin
sarojkumarjena6-Sep-06 0:20
sarojkumarjena6-Sep-06 0:20 
AnswerRe: help me Pin
mikone6-Sep-06 0:22
mikone6-Sep-06 0:22 
AnswerRe: help me Pin
Nader Elshehabi6-Sep-06 1:03
Nader Elshehabi6-Sep-06 1:03 
QuestionCustom Button Pin
NaveenReddy.Rv5-Sep-06 23:32
NaveenReddy.Rv5-Sep-06 23:32 
AnswerRe: Custom Button Pin
Amar Chaudhary5-Sep-06 23:45
Amar Chaudhary5-Sep-06 23:45 
AnswerRe: Custom Button Pin
mikone5-Sep-06 23:49
mikone5-Sep-06 23:49 
AnswerRe: Custom Button Pin
Nader Elshehabi6-Sep-06 1:29
Nader Elshehabi6-Sep-06 1:29 
QuestionADO.NET related question Pin
Imtiaz Murtaza5-Sep-06 22:43
Imtiaz Murtaza5-Sep-06 22:43 
AnswerRe: ADO.NET related question Pin
Ravi Bhavnani6-Sep-06 1:07
professionalRavi Bhavnani6-Sep-06 1:07 
QuestionWhat format is the best for a procedure? Pin
steed leung5-Sep-06 22:17
steed leung5-Sep-06 22:17 
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 

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.