Sorry for the confusion. I have a list control with three rows. One row is the IP address. The other is the port and the third will be an ID. So with the ID I can add the handle to the LPARAM...
in my list I (so far) have three IP addresses that I'm connecting too via a thread for each one. I want to store the HANDLE for each thread in another sub-item on my list...
Can this be done and if so how? Trying to store the handle for each of my threads in a list control that also holds each threads corrisponding connecting ipaddress and port. (they are connecting to...
I want to learn to access a SQL database using MFC in the .NET studio. Can anyone suggest a tutorial, book or a class that I can look up in the MSDN library?
If this is what you are trying to do. Then why don't you create a seperate thread that monitors the state of your window and if the user maximizes it then you prompt them with your messagebox and...
Sorry MAV I miss read your question. How to stop this from happening I'm not to sure unless you get the handle of the window and watch every message that comes in and intercept the one that tells...
Figured it out. I had to change the message I want to send to unicode also. The SDK never said to do that so I left it like it was in ansi. I finally got a brain fart and tried it out.......hot...
You could also try ShellExecute using the mailto: which open a email box. Yuo will still need to setup all the SMTP and POP info through the main email application.