Click here to Skip to main content
15,893,486 members
Home / Discussions / C#
   

C#

 
AnswerRe: PLEASE HELP ME IN THIS PROBLEM Pin
leppie23-Mar-06 9:41
leppie23-Mar-06 9:41 
QuestionOutlook Pin
Talktorajeev23-Mar-06 2:46
Talktorajeev23-Mar-06 2:46 
AnswerRe: Outlook Pin
Judah Gabriel Himango23-Mar-06 6:11
sponsorJudah Gabriel Himango23-Mar-06 6:11 
GeneralRe: Outlook Pin
Talktorajeev23-Mar-06 16:13
Talktorajeev23-Mar-06 16:13 
GeneralRe: Outlook Pin
Judah Gabriel Himango23-Mar-06 16:30
sponsorJudah Gabriel Himango23-Mar-06 16:30 
QuestionPlease see this problem..... Pin
sam_g123-Mar-06 1:08
sam_g123-Mar-06 1:08 
AnswerRe: Please see this problem..... Pin
Adiphe23-Mar-06 1:20
Adiphe23-Mar-06 1:20 
GeneralRe: thanks Adiphe Pin
sam_g123-Mar-06 1:38
sam_g123-Mar-06 1:38 
hi Adiphe
thanks for response...
i am using this code for close but its giving me error i have mentioned the error in end..


wd.PresentationClose += new ppt.EApplication_PresentationCloseEventHandler(OnClose);

and the onClose function is
private void OnClose(ppt.Presentation pt, ref bool cancel)
{
if (!deactivateevents)
{
cancel = true;
}
}

I wrote this code for colse but its giving the following build error
"No overload for 'OnClose' matches delegate 'Microsoft.Office.Interop.PowerPoint.EApplication_PresentationCloseEventHandler'"

please tell me the solution
QuestionHelp needed !!!! Pin
Ahmad Mahmoud [candseeme]23-Mar-06 0:53
Ahmad Mahmoud [candseeme]23-Mar-06 0:53 
AnswerRe: Help needed !!!! Pin
mav.northwind23-Mar-06 3:53
mav.northwind23-Mar-06 3:53 
QuestionHow to access unmanaged function in c# Pin
Killer323-Mar-06 0:29
Killer323-Mar-06 0:29 
AnswerRe: How to access unmanaged function in c# Pin
NassosReyzidis23-Mar-06 0:36
NassosReyzidis23-Mar-06 0:36 
AnswerRe: How to access unmanaged function in c# Pin
AB777123-Mar-06 0:53
AB777123-Mar-06 0:53 
NewsRe: How to access unmanaged function in c# Pin
leppie23-Mar-06 2:17
leppie23-Mar-06 2:17 
GeneralRe: How to access unmanaged function in c# Pin
AB777123-Mar-06 2:38
AB777123-Mar-06 2:38 
GeneralRe: How to access unmanaged function in c# Pin
J4amieC23-Mar-06 2:50
J4amieC23-Mar-06 2:50 
GeneralRe: How to access unmanaged function in c# Pin
Richard Andrew x6423-Mar-06 3:34
professionalRichard Andrew x6423-Mar-06 3:34 
GeneralRe: How to access unmanaged function in c# Pin
J4amieC23-Mar-06 4:00
J4amieC23-Mar-06 4:00 
Questioncrash dump files Pin
Mridang Agarwalla23-Mar-06 0:07
Mridang Agarwalla23-Mar-06 0:07 
AnswerRe: crash dump files Pin
Adiphe23-Mar-06 0:50
Adiphe23-Mar-06 0:50 
AnswerRe: crash dump files Pin
leppie23-Mar-06 2:21
leppie23-Mar-06 2:21 
QuestionCreate .wav file with C# Pin
Adiphe22-Mar-06 23:53
Adiphe22-Mar-06 23:53 
AnswerRe: Create .wav file with C# Pin
mav.northwind23-Mar-06 3:21
mav.northwind23-Mar-06 3:21 
QuestionListView Question Pin
JacquesDP22-Mar-06 23:07
JacquesDP22-Mar-06 23:07 
AnswerRe: ListView Question Pin
Ahmad Mahmoud [candseeme]22-Mar-06 23:44
Ahmad Mahmoud [candseeme]22-Mar-06 23: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.