Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: what is the "TOUCH" (UNIX) equivalent for windows? Pin
Ahmed Charfeddine27-Nov-08 9:32
Ahmed Charfeddine27-Nov-08 9:32 
Questionc++ array list Pin
phokojoe27-Nov-08 3:12
phokojoe27-Nov-08 3:12 
AnswerRe: c++ array list Pin
Maximilien27-Nov-08 3:36
Maximilien27-Nov-08 3:36 
QuestionRe: c++ array list Pin
CPallini27-Nov-08 7:35
mveCPallini27-Nov-08 7:35 
AnswerRe: c++ array list Pin
toxcct27-Nov-08 7:52
toxcct27-Nov-08 7:52 
GeneralRe: c++ array list Pin
CPallini27-Nov-08 8:20
mveCPallini27-Nov-08 8:20 
GeneralRe: c++ array list Pin
Larry Mills Sr28-Nov-08 15:40
Larry Mills Sr28-Nov-08 15:40 
QuestionHow to: Recive Windows Messages in a dll Pin
Klive827-Nov-08 2:53
Klive827-Nov-08 2:53 
I have a cmak (connection manager administration kit) dll. Two of it's functions are called when you do Start > Connect To > [the name of the connection]. (custom pre-connect actions) Is it possible to receive windows messages in a dll? I've tried creating a VS2005 Win32 Console Application, opting for a Windows Application, and then just took the code from the main cpp file and entered into the main dll file. But CreateWindow(...); returns an invalid handle indicating that it was not succesful in creating the window. I got the dll project from

C:\Program Files\Microsoft Platform SDK\Samples\NetDS\Ras\ConnectionManager

It's a converted VS6.0 project. (.dsw) All windows message recieving examples I've seen are .exe projects. They say in the help file of cmak that you should implement WM_PAINT in your dll if your pre-connect actions takes a lot of time, which it does. This is a windows message so I thought what they meant was that you have to trap this message. But to do that you need a window (visible or invisible) right?
AnswerRe: How to: Recive Windows Messages in a dll Pin
Code-o-mat27-Nov-08 3:44
Code-o-mat27-Nov-08 3:44 
QuestionXAML Pin
john563227-Nov-08 1:31
john563227-Nov-08 1:31 
QuestionHow can relese memory from controls? Pin
Le@rner27-Nov-08 0:53
Le@rner27-Nov-08 0:53 
AnswerRe: How can relese memory from controls? Pin
Maximilien27-Nov-08 0:57
Maximilien27-Nov-08 0:57 
GeneralRe: How can relese memory from controls? Pin
Le@rner27-Nov-08 1:05
Le@rner27-Nov-08 1:05 
GeneralRe: How can relese memory from controls? Pin
Maximilien27-Nov-08 1:32
Maximilien27-Nov-08 1:32 
GeneralRe: How can relese memory from controls? Pin
Le@rner27-Nov-08 1:38
Le@rner27-Nov-08 1:38 
GeneralRe: How can relese memory from controls? Pin
Mark Salsbery28-Nov-08 12:11
Mark Salsbery28-Nov-08 12:11 
QuestionSave CBitmap to File Pin
Dhiraj kumar Saini27-Nov-08 0:44
Dhiraj kumar Saini27-Nov-08 0:44 
AnswerRe: Save CBitmap to File Pin
Emilio Garavaglia27-Nov-08 1:37
Emilio Garavaglia27-Nov-08 1:37 
AnswerRe: Save CBitmap to File Pin
CPallini27-Nov-08 1:49
mveCPallini27-Nov-08 1:49 
GeneralRe: Save CBitmap to File Pin
Dhiraj kumar Saini27-Nov-08 20:48
Dhiraj kumar Saini27-Nov-08 20:48 
GeneralRe: Save CBitmap to File Pin
CPallini27-Nov-08 22:04
mveCPallini27-Nov-08 22:04 
GeneralRe: Save CBitmap to File Pin
Hamid_RT27-Nov-08 23:38
Hamid_RT27-Nov-08 23:38 
GeneralRe: Save CBitmap to File Pin
Dhiraj kumar Saini27-Nov-08 23:53
Dhiraj kumar Saini27-Nov-08 23:53 
GeneralRe: Save CBitmap to File Pin
Hamid_RT28-Nov-08 1:49
Hamid_RT28-Nov-08 1:49 
GeneralRe: Save CBitmap to File Pin
Dhiraj kumar Saini28-Nov-08 2:33
Dhiraj kumar Saini28-Nov-08 2:33 

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.