Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: Limiting the size of log file Pin
Dragonfly_Lee7-Jan-09 2:01
Dragonfly_Lee7-Jan-09 2:01 
GeneralRe: Limiting the size of log file Pin
Eddy Vluggen7-Jan-09 2:09
professionalEddy Vluggen7-Jan-09 2:09 
GeneralRe: Limiting the size of log file Pin
Dragonfly_Lee7-Jan-09 18:39
Dragonfly_Lee7-Jan-09 18:39 
QuestionC# in Windows Application Pin
Nath7-Jan-09 1:12
Nath7-Jan-09 1:12 
AnswerRe: C# in Windows Application Pin
Wendelius7-Jan-09 1:16
mentorWendelius7-Jan-09 1:16 
AnswerRe: C# in Windows Application Pin
dan!sh 7-Jan-09 1:57
professional dan!sh 7-Jan-09 1:57 
QuestionWhy openGL graphics draws out of borders of my OpenGLControl? Pin
121117-Jan-09 0:29
121117-Jan-09 0:29 
QuestionMessageBox in windows application using c# Pin
sandhya147-Jan-09 0:14
sandhya147-Jan-09 0:14 
hi all

i have a windows application using c# code....

i wanted to create a messagebox in a button click...

i have added

[DllImport("User32.dll")]
public static extern int MessageBox(int h, string m, string c, int type);
but am getting an error like " The method or operation is not implemented." here in

private void MessageBox(string p)
{
throw new NotImplementedException();
}
thanks in advance
AnswerRe: MessageBox in windows application using c# Pin
Tom Deketelaere7-Jan-09 0:20
professionalTom Deketelaere7-Jan-09 0:20 
GeneralRe: MessageBox in windows application using c# Pin
sandhya147-Jan-09 0:33
sandhya147-Jan-09 0:33 
GeneralRe: MessageBox in windows application using c# Pin
Dragonfly_Lee8-Jan-09 20:07
Dragonfly_Lee8-Jan-09 20:07 
QuestionCompatibilité XP et Vista Pin
halleuxb7-Jan-09 0:13
halleuxb7-Jan-09 0:13 
RantRe: Compatibilité XP et Vista Pin
Eddy Vluggen7-Jan-09 0:14
professionalEddy Vluggen7-Jan-09 0:14 
AnswerRe: Compatibilité XP et Vista Pin
Tom Deketelaere7-Jan-09 0:23
professionalTom Deketelaere7-Jan-09 0:23 
AnswerRe: Compatibilité XP et Vista Pin
Le centriste7-Jan-09 1:04
Le centriste7-Jan-09 1:04 
GeneralRe: Compatibilité XP et Vista Pin
halleuxb7-Jan-09 1:48
halleuxb7-Jan-09 1:48 
GeneralRe: Compatibilité XP et Vista Pin
SeMartens7-Jan-09 1:54
SeMartens7-Jan-09 1:54 
AnswerRe: Compatibilité XP et Vista Pin
Guffa7-Jan-09 1:54
Guffa7-Jan-09 1:54 
GeneralRe: Compatibilité XP et Vista Pin
halleuxb7-Jan-09 2:06
halleuxb7-Jan-09 2:06 
GeneralRe: Compatibilité XP et Vista Pin
Eddy Vluggen7-Jan-09 2:15
professionalEddy Vluggen7-Jan-09 2:15 
AnswerRe: Compatibilité XP et Vista Pin
#realJSOP7-Jan-09 2:28
mve#realJSOP7-Jan-09 2:28 
QuestionCommon codebase for C++ and C#? Pin
Bartosz Bien7-Jan-09 0:10
Bartosz Bien7-Jan-09 0:10 
JokeRe: Common codebase for C++ and C#? Pin
CPallini7-Jan-09 0:36
mveCPallini7-Jan-09 0:36 
GeneralRe: Common codebase for C++ and C#? (update) Pin
Bartosz Bien7-Jan-09 1:29
Bartosz Bien7-Jan-09 1:29 
QuestionRe: Common codebase for C++ and C#? (update) Pin
CPallini7-Jan-09 1:44
mveCPallini7-Jan-09 1:44 

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.