Click here to Skip to main content
15,927,745 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to increase string character value Pin
Guffa28-Sep-06 6:42
Guffa28-Sep-06 6:42 
AnswerRe: How to increase string character value Pin
Michael Potter28-Sep-06 6:08
Michael Potter28-Sep-06 6:08 
GeneralRe: How to increase string character value Pin
T.Willey28-Sep-06 6:13
T.Willey28-Sep-06 6:13 
AnswerRe: How to increase string character value Pin
mihoc23-May-12 1:43
mihoc23-May-12 1:43 
QuestionAssembly compatibility Pin
- Pascal -28-Sep-06 5:27
- Pascal -28-Sep-06 5:27 
AnswerRe: Assembly compatibility Pin
Mike Dimmick28-Sep-06 6:33
Mike Dimmick28-Sep-06 6:33 
GeneralRe: Assembly compatibility Pin
- Pascal -14-Nov-07 16:00
- Pascal -14-Nov-07 16:00 
QuestionIs there a C# equivalent to the friend class concept in C++? Pin
nicknotyet28-Sep-06 3:59
nicknotyet28-Sep-06 3:59 
AnswerRe: Is there a C# equivalent to the friend class concept in C++? Pin
Rob Graham28-Sep-06 4:27
Rob Graham28-Sep-06 4:27 
GeneralRe: Is there a C# equivalent to the friend class concept in C++? Pin
nicknotyet28-Sep-06 5:47
nicknotyet28-Sep-06 5:47 
GeneralRe: Is there a C# equivalent to the friend class concept in C++? Pin
User 665828-Sep-06 5:57
User 665828-Sep-06 5:57 
GeneralRe: Is there a C# equivalent to the friend class concept in C++? Pin
nicknotyet28-Sep-06 7:57
nicknotyet28-Sep-06 7:57 
QuestionRetrieve text on MessageBoxButton-button [modified] Pin
jjansen28-Sep-06 3:15
jjansen28-Sep-06 3:15 
AnswerRe: Retrieve text on MessageBoxButton-button Pin
Not Active28-Sep-06 4:07
mentorNot Active28-Sep-06 4:07 
GeneralRe: Retrieve text on MessageBoxButton-button Pin
jjansen28-Sep-06 20:21
jjansen28-Sep-06 20:21 
AnswerRe: Retrieve text on MessageBoxButton-button Pin
AB777128-Sep-06 4:09
AB777128-Sep-06 4:09 
AnswerRe: Retrieve text on MessageBoxButton-button Pin
Nader Elshehabi28-Sep-06 4:13
Nader Elshehabi28-Sep-06 4:13 
GeneralRe: Retrieve text on MessageBoxButton-button Pin
jjansen28-Sep-06 20:24
jjansen28-Sep-06 20:24 
GeneralRe: Retrieve text on MessageBoxButton-button Pin
Nader Elshehabi28-Sep-06 23:18
Nader Elshehabi28-Sep-06 23:18 
No! All you have to do is to make a public text property that will take the text depending on the user's language, then you wupply it with the text according to the current culture. You can store your texts in a string table, or even an array for whatever it's worth!!

Another approach is to make an API call to MessageBoxEx() function. I think it does exactly what you want.

RegardsRose | [Rose]

GeneralRe: Retrieve text on MessageBoxButton-button Pin
jjansen29-Sep-06 0:05
jjansen29-Sep-06 0:05 
AnswerRe: Retrieve text on MessageBoxButton-button Pin
Guffa28-Sep-06 6:36
Guffa28-Sep-06 6:36 
GeneralRe: Retrieve text on MessageBoxButton-button Pin
jjansen28-Sep-06 20:43
jjansen28-Sep-06 20:43 
AnswerRe: Retrieve text on MessageBoxButton-button Pin
Guffa28-Sep-06 21:25
Guffa28-Sep-06 21:25 
GeneralRe: Retrieve text on MessageBoxButton-button Pin
jjansen28-Sep-06 21:57
jjansen28-Sep-06 21:57 
QuestionCrystal reports export Pin
milleusi28-Sep-06 3:08
milleusi28-Sep-06 3:08 

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.