Click here to Skip to main content
15,924,367 members
Home / Discussions / C#
   

C#

 
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 
QuestionInfinite loop in Asyn Call Pin
subrata.jana28-Sep-06 2:56
subrata.jana28-Sep-06 2:56 
AnswerRe: Infinite loop in Asyn Call Pin
User 665828-Sep-06 3:09
User 665828-Sep-06 3:09 
GeneralRe: Infinite loop in Asyn Call Pin
subrata.jana2-Oct-06 5:21
subrata.jana2-Oct-06 5:21 
GeneralRe: Infinite loop in Asyn Call Pin
User 66582-Oct-06 14:15
User 66582-Oct-06 14:15 
AnswerRe: Infinite loop in Asyn Call Pin
Rob Graham28-Sep-06 4:30
Rob Graham28-Sep-06 4:30 
GeneralRe: Infinite loop in Asyn Call Pin
subrata.jana2-Oct-06 5:28
subrata.jana2-Oct-06 5:28 
GeneralRe: Infinite loop in Asyn Call Pin
User 66582-Oct-06 14:17
User 66582-Oct-06 14:17 
QuestionPassword Protected Pdf Pin
subrata.jana28-Sep-06 2:52
subrata.jana28-Sep-06 2:52 
AnswerRe: Password Protected Pdf Pin
Nader Elshehabi28-Sep-06 2:57
Nader Elshehabi28-Sep-06 2:57 
GeneralRe: Password Protected Pdf Pin
subrata.jana2-Oct-06 5:30
subrata.jana2-Oct-06 5:30 
GeneralRe: Password Protected Pdf Pin
Nader Elshehabi2-Oct-06 12:15
Nader Elshehabi2-Oct-06 12:15 

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.