摘要:
在两个或者说多个应用程序之间使用某个应用程序中定义的消息,那么应将这个消息进行注册,使之成为Windows消息(当然要保证其唯一性),使用RegisterWindowMessage进行注册,下面是两个应用程序(也就是说是两个.exe,不要误解成两个Form).Application 1:.h Fileclass TForm1:public TForm{private: public: protected:...........}.cpp File//I omit the constructor void __fastcall TForm1::FormCreate(TOb... 阅读全文
posted @ 2011-09-20 18:02
Holion
阅读(1743)
评论(0)
推荐(0)
浙公网安备 33010602011771号