|
-
May 14th, 1999, 03:03 AM
#1
CB_INSERTSTRING...Please....
Can't recive Message CB_INSERTSTRING...
What the......
LRESULT CALLBACK GetMsgProc (int nCode, WPARAM wParam, LPARAM lParam )
{
if(nCode>=0)
{
if(((MSG*)lParam)->message==(long)CB_INSERTSTRING)
AfxMessageBox("CB_INSERTSTRING");
}
:
Please....help me....
Please...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|