January 31st, 2008 05:32 AM
Hello again,
I have already solved the problem, it seems that the DeviceID you have to use it's not exactly the same that you have obteined from the SELECT-statement.
The DeviceID you have...
January 31st, 2008 03:54 AM
hello everyone,
I'm using WMI to get information about the harddisks installed on my system.
To do that i have used WMI-Select statement and then i have queried it.
HRESULT hr;...
March 13th, 2007 06:52 AM
I have uninstalled Nero 7 and now it works. It seems that Nero installs filters with debug detect code, and without those filters you can debug. I hope this will help you.
bye.
March 13th, 2007 05:53 AM
Hi, I have the same problem, and i haven't found a solution yet. However if you change the option Debugger Type which is located in Project->Properties->Configuration Properties->Debugging to...
January 17th, 2007 09:54 AM
Maybe this helps:
int pos1,pos2;
m_editControl->GetSel(pos1,pos2); /// this returns the position of the caret in characters
// After this you can get the string...
January 10th, 2007 10:05 AM
Thanks a lot. I have added the Bitblt and the new HDC and finally i have obtained the HBITMAP for the CStatic::SetBitmap function, so the refresh works well.
HBITMAP Asignar(CStatic...
January 10th, 2007 05:42 AM
Hello all,
I'm trying to resize the image of a CStatic to the size of the CStatic itself, because usually the CStatic resizes automatically to the size of the picture, and I want just the opposite....
January 17th, 2006 04:37 AM
Hello everybody:
I have done a function for painting in a DC with a bitmap as a pen.
I don't know if this is very efficient. Is there any other way to do this?
int Pintar(CDC * panel,RECT...
November 11th, 2005 04:09 AM
Hi All:
I hope this can help
Try this: (first of all you need the HWND of the window wich will receive the message, in this case ventana)
HWND ventana;
.....
...
February 1st, 2002 08:20 AM
Hi!
I have done a program in which an image is moved by dragging with the mouse, but it moves bad.
Anybody has the code for moving by dragging an image?
the code of the mousedragged event.
thanks...