An activeX componnent is something like a tool that you can share with different windows applications independent from the language in which the programm has been written (VB, VC, etc...)
For example, when you make a copy/paste action from an explorer window to another application (FTP...
Ok, it seems that I wasn't very clear.
The technique for replacing the applications icon works fine. Now the problem I got is using 256 colors images for the buttons in the toolbar.
So to have a simple example I used a toolbar composed of three buttons with a size of 20 by 20 pixels (The...
I tried out tchouch's method ... but I have black icons instead. I build a toolbar with two 20*20 pixels icons and the result is two black icons. Before I resized the old 16 color Toolbar. What did I wrong ... ?
Thank you
I would like to know how I can change the Icon and the toolbar of and application to let me use more than 16 colors.
I'm able to create an Icon with 256 colors, but how do I associat it to the application. There are many different Icon sizes corresponding to the different states of the...
It would be nice if you could specify a little better your purpose. You're talking about a plane along the Z axis, but a plane is 2D so the plane should be along Z and X or Z and Y, or better is Z the normal of the plane ?
When you do 3D programming you have to be very precise. You won't get...
It seems to me that the call :
int result = this->SetTimer (1, 100, NULL);
creates a timer with an intervall time of "100 ms" and not "100 s". And so you don't have the time to see the dialog box to get open since it is closed within 0.1s.
Try : SetTimer (1, 100000, NULL);
Hi,
I did something that migth help you...
I created an edit box that I hided. When I click on a cell of the flexgrid, I copy the text from the hidden edit box into the flexgrid. For this I use methods :
"GetCol()"
"GetRow ()" to determine which cell I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.