Hi, does anyone can tell me how to pass a pointer to a different process through a named pipe? I tried this but the receiver reads 4 0s void*...
Hi, I'm trying to compile a service source code with visual studio 2008 express edition. Since VSEE does not have the service template project I...
Hi, I've never worked with toolbars but I had similar problems with other controls. I think the problem is that you do not any value for...
thanks for your reply but I think that your points are not points against the tooltips but against the incorrect use of them:D: This is because...
Re: hiding a window When you create the window using the CreateWindow() function you have to enter some styles. If you add the WS_VISIBLE style...
If I understood correctly your problem you can hide a window using the ShowWindow() function as follows: ShowWindow(YourWindowHandler,...
You need to use the FreeConsole() function at the beginning of your program to hide the console window. Remember that every output that would be...
You can also change the text limit using EM_LIMITTEXT message (see http://msdn.microsoft.com/en-us/library/bb761607(VS.85).aspx) which allow you...
Hello to everyone :) I'm trying to write a program which displays a notify icon and, in case of error, shows a balloon tool tip. I have...
Hi everybody, I've created a groupbox containing some buttons but I have a problem: I can't receive the notifications from the controls inside...
Hi to everyone:) I'm writing this post because I have some problems accessing a function of a class through a pointer. This is the situation:...
Separate names with a comma.