Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capture Minimize and Restore events in wondows. Pin
Hamid_RT10-Dec-07 1:17
Hamid_RT10-Dec-07 1:17 
GeneralRe: Capture Minimize and Restore events in wondows. Pin
Nelek10-Dec-07 1:19
protectorNelek10-Dec-07 1:19 
GeneralRe: Capture Minimize and Restore events in wondows. Pin
only coder10-Dec-07 1:36
only coder10-Dec-07 1:36 
GeneralDisplay Thumbnails from thumbs.db file Pin
Member 455415810-Dec-07 0:07
Member 455415810-Dec-07 0:07 
GeneralRe: Display Thumbnails from thumbs.db file Pin
Hamid_RT10-Dec-07 1:30
Hamid_RT10-Dec-07 1:30 
Generalerror Idispatch error #291 Pin
tasumisra10-Dec-07 0:06
tasumisra10-Dec-07 0:06 
Generalerror C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' Pin
ritz12349-Dec-07 23:27
ritz12349-Dec-07 23:27 
QuestionRe: error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' Pin
Hamid_RT10-Dec-07 1:25
Hamid_RT10-Dec-07 1:25 
GeneralRe: error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' Pin
ritz123410-Dec-07 1:54
ritz123410-Dec-07 1:54 
GeneralRe: error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' Pin
Hamid_RT10-Dec-07 6:19
Hamid_RT10-Dec-07 6:19 
Generalres:// protocol and Flash files Pin
sdancer759-Dec-07 23:20
sdancer759-Dec-07 23:20 
GeneralCreate shortcut with initial window size Pin
baerten9-Dec-07 22:54
baerten9-Dec-07 22:54 
GeneralRe: Create shortcut with initial window size Pin
KarstenK10-Dec-07 0:22
mveKarstenK10-Dec-07 0:22 
GeneralRe: Create shortcut with initial window size Pin
baerten10-Dec-07 4:08
baerten10-Dec-07 4:08 
GeneralAbout VC++ Pin
john56329-Dec-07 22:36
john56329-Dec-07 22:36 
GeneralRe: About VC++ Pin
Cedric Moonen9-Dec-07 22:43
Cedric Moonen9-Dec-07 22:43 
GeneralRe: About VC++ Pin
Chandrasekharan P9-Dec-07 22:44
Chandrasekharan P9-Dec-07 22:44 
GeneralRegarding combo box Pin
Chandrasekharan P9-Dec-07 22:28
Chandrasekharan P9-Dec-07 22:28 
GeneralRe: Regarding combo box [modified] Pin
CPallini9-Dec-07 23:04
mveCPallini9-Dec-07 23:04 
GeneralRe: Regarding combo box Pin
Chandrasekharan P10-Dec-07 0:00
Chandrasekharan P10-Dec-07 0:00 
GeneralRe: Regarding combo box Pin
CPallini10-Dec-07 0:33
mveCPallini10-Dec-07 0:33 
GeneralRe: Regarding combo box Pin
Chandrasekharan P10-Dec-07 17:21
Chandrasekharan P10-Dec-07 17:21 
GeneralRe: Regarding combo box Pin
CPallini10-Dec-07 22:01
mveCPallini10-Dec-07 22:01 
GeneralRe: Regarding combo box Pin
Chandrasekharan P10-Dec-07 23:59
Chandrasekharan P10-Dec-07 23:59 
Generalproblem with network programming Pin
Kogee San9-Dec-07 22:11
Kogee San9-Dec-07 22:11 
I have problem to send a message to the server application using send() function using winsock.h. Im trying to send my MAC address information to the server. Firstly, i detect the MAC address at the client side using GetAdaptersInfo API. The problem is the MAC address is an unsigned character. The send() function could not send this type of message. The error would produce 'error C2664: 'send' : cannot convert parameter 2 from unsigned char [] to const char. I tried to convert the unsigned char to const char using casting but it is still the same. Maybe i did the casting wrong. How can i solve this? Is there any examples? Thanks

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.