Click here to Skip to main content
15,915,800 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wtf!! Pin
Joaquín M López Muñoz19-May-02 11:00
Joaquín M López Muñoz19-May-02 11:00 
Generalmessages Pin
S van Leent19-May-02 10:14
S van Leent19-May-02 10:14 
GeneralRe: messages Pin
Paul M Watt19-May-02 21:53
mentorPaul M Watt19-May-02 21:53 
GeneralRe: messages Pin
S van Leent20-May-02 5:03
S van Leent20-May-02 5:03 
GeneralLSD and the Windows Desktop Pin
Shog919-May-02 9:53
sitebuilderShog919-May-02 9:53 
QuestionWhat is a DDE server? Pin
19-May-02 8:59
suss19-May-02 8:59 
AnswerRe: What is a DDE server? Pin
Michael P Butler19-May-02 9:39
Michael P Butler19-May-02 9:39 
AnswerRe: What is a DDE server? Pin
Paul M Watt19-May-02 9:41
mentorPaul M Watt19-May-02 9:41 
It stands for Dynamic Data Exchange. It is a way to create interprocess communication with windows operating systems. It was really big for Windows 3.1. It works through the messaging system built into windows.

It is a somewhat simple mechanism, but if you can avoid using it I would use some other tool. There are better methods now. You could even use COM / OLE which provides a ton more features, and isolates you from alot of the details for client server programming.

If you are set on using DDE to create an mIRC plugin, you can start by looking up the WM_DDE_ family of messages in MSDN or msdn.microsoft.com. I know there is a very basic sample of a DDE client / server program in Charles Petzolds Programming Windows book.

Good Luck.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

Generaltcp/ip and unicode... Pin
l a u r e n19-May-02 8:59
l a u r e n19-May-02 8:59 
GeneralRe: tcp/ip and unicode... Pin
Paul M Watt19-May-02 9:52
mentorPaul M Watt19-May-02 9:52 
GeneralRe: tcp/ip and unicode... Pin
l a u r e n19-May-02 10:29
l a u r e n19-May-02 10:29 
GeneralCStdioFile::Find() and CStdioFile::Insert() Pin
Emearg19-May-02 8:19
Emearg19-May-02 8:19 
GeneralRe: CStdioFile::Find() and CStdioFile::Insert() Pin
Joaquín M López Muñoz19-May-02 11:47
Joaquín M López Muñoz19-May-02 11:47 
GeneralRe: CString, not CStdioFile Pin
Emearg19-May-02 15:07
Emearg19-May-02 15:07 
GeneralRe: CString, not CStdioFile Pin
Ravi Bhavnani19-May-02 17:35
professionalRavi Bhavnani19-May-02 17:35 
GeneralBlackJack Pin
nywebhead19-May-02 5:44
nywebhead19-May-02 5:44 
GeneralRe: BlackJack Pin
Paul M Watt19-May-02 6:17
mentorPaul M Watt19-May-02 6:17 
GeneralRe: BlackJack Pin
Mazdak19-May-02 8:07
Mazdak19-May-02 8:07 
GeneralRe: BlackJack Pin
Paul M Watt19-May-02 8:37
mentorPaul M Watt19-May-02 8:37 
GeneralRe: BlackJack Pin
Mazdak19-May-02 9:09
Mazdak19-May-02 9:09 
GeneralRe: BlackJack Pin
nywebhead19-May-02 12:24
nywebhead19-May-02 12:24 
GeneralWindow Font Pin
Levon19-May-02 3:53
Levon19-May-02 3:53 
GeneralRe: Window Font Pin
19-May-02 5:05
suss19-May-02 5:05 
GeneralRe: Window Font Pin
19-May-02 5:11
suss19-May-02 5:11 
GeneralRe: Window Font Pin
19-May-02 5:11
suss19-May-02 5:11 

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.