|
First
|
Prev |
Next
|
Last
Pages: 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
how is it with speed of bitmap and font creation? Dear All, i'm doing some small graphical project. I'd like to render some mathematics (subscripts/superscripts) on a handheld device. The device is rather slow compare to PCs thus a question of speed rises. I need to use a lot of bitmaps and also when rendering text, a lot of calls to CreateFontIndirect to creat... 29 May 2008 17:57
How can I enumerate directory content in MFC? Hello, I have a program that has to auto save some data automatically. I want to list autosave directory content and find the file with biggest serial number e.g. AutoSave_1, AutoSave_2, AutoSave_3,... and then create a file that its name is one greater than biggest value. I have to list directory content and t... 28 May 2008 10:18
Add menu to dialog? Hey, all - I believe there's some MSDN documentation on adding a menu to the main dialog in a dialog-based app, but I can't seem to find it now that I want it. Can anyone tell me where I can find information on this? I can add the menu easily enough, but I can't remember the preferred way to hook up event ... 27 May 2008 17:31
How to add "Press any key to continue"? Hi All: I have a console program. In vs2005, if I use Ctrl+F5 to execute this program, a console will popup, and at last it will prompt "press any key to continue". Now I am programing a simple IDE, I want to add this Ctrl+F5 into my IDE.But I don't know how vs2005 execute this function. I have tried to use... 26 May 2008 14:38
Notification networkdrive no longer available. Hello, Is there an API that i can use for a notification if a mapped networkdrive is no longer available? ... 27 May 2008 01:36
Detecting Monitor Powered off Hi How can I detect if the monitor is off or on? I searched as much as I can -- but can not find a way. Any idea? Many thanks ... 27 May 2008 01:36
Compiler bug or... what on earth? I create a dialog and put a CListCtrl on it. No problem. I have the dialog handle a double-click on the CListCtrl control. No problem. I bring up a message box on the double-click method. The application hangs. I spend all frigging day looking everywhere for the problem. Nothing to be found. I delete all interme... 24 May 2008 11:19
Add a CEditView into view (runtime error) Hi I just tried to add view new views into another view if possible. OnInitialUpdate: CRect clientRect; GetClientRect(&clientRect); clientRect.SetRect(clientRect.right -110, clientRect.top+10, clientRect.right-10, clientRect.top +110); m_View.Create(NULL, L"View", WS_CHILDWINDOW | WS_VISIBLE, clie... 24 May 2008 22:18
detecting a memory leak... I don't remember the exact way to do this in VS 6.0 because the DLL names have changed. But... If you press F10 to start your application, then add the following to your watch window (DLL name may be different): {,,msvcrtd.dll}_crtBreakAlloc and {,,msvcrtd.dll}_lRequestCurr _lRequestCurr is the next alloc... 23 May 2008 21:11 |