Hi,
I'm currently working on a project that dynamicaly load an unmanaged dll and use it. Everything works fine unless for a specific fonction that take a structure array as an argument. The function...
Hi,
In my sdi application, when i try to use draw text, nothing appear. I tried DT_NOCLIP and i noticed that the text was drawn under the rect i send to the function
Hi i created a custom CStatusBar with an extra indicator, but when i add the indicator to the indicators array, at runtime i got and error :Failed to create empty document and my program closes.
...
Hi,
i'm trying to understand the contents of sockets in a "video" stream. It contents an header and a jpeg file (JFIF). I already decoded some parts. I need some help to understand it all. I...
I've made a little application that connect to a camera server that send throught sockets JFIF images composed of a vertical line of squares of 16x16px. In the header of the socket i can...
I've made a little application that connect to a camera server that send throught sockets JFIF images composed of a vertical line of squares of 16x16px. In the header of the socket i can...
My question will seem a little bit stupid, but i been searching for hours on how to create a socket that will conect to a server and send data synchronously. I'm using the mfc CSocket class...
Hi,
I writting a derived CWnd Class that shows balloon Messages. My problem is when the balloon appear near of the limit of the main window, the exeding part is not visible. How can i make the...
here's a project that i use to test my controll.
Note that for the moment the only this it should do is print some texe to the screen.
Thanks in advance
Hi,
I'm trying to make a custom control to make a message balloon appear when a Cedit is focused. I know there are some classes on the internet but i'd really like to make one by myself. The problem...