| Thread | Last Post | Replies |
|
| Edit control balloon tooltip blanks Winforms controls (MFC/.net mi | 03 Nov 2006 04:10 GMT | 2 |
I have an MFC application that has a CDialog based dialog box that contains a .net UserControl (via DDX_ManagedControl) as well as a native edit control which has the ES_NUMBER style set. Now a very strange thing happens: If I press a non-numeric key in the native edit control, ...
|
| Huge Floating Point Error | 02 Nov 2006 13:52 GMT | 5 |
While debugging the following code: #include <iostream> using namespace std; int main()
|
| Nasty Problem | 02 Nov 2006 13:22 GMT | 6 |
I have a REALLY nasty problem and could use some expert help. I have two mixed mode apps. Each uses a mixed mode DLL that exports a couple of classes. There is no dll main as it is not needed. This was working fine until a couple of days ago when I added some (a lot of) new code ...
|
| question related to sockets | 02 Nov 2006 10:59 GMT | 2 |
I'm working on a sockets app (using all those connect, socket, recv, send stuff). There is one problem on just one of many pcs i deal with. This pc, sometimes my app crashes on it, which is pretty usual cuz of application bugs and I fix them of course. But the problem is that the ...
|
| Cannot run exe to debug DLL in VS.NET 2003 - Unable to start debugging. Unable to start program. - Why??? | 02 Nov 2006 09:57 GMT | 6 |
I'm using an executable (for which I do not have the source code nor the pdb file) as the startup application to load a DLL I'm writing and need to debug. If I try to debug the DLL I immediately get the error "Unable to start debugging. Unable to start program XXX.exe". If I do ...
|
| still with my ListView issue | 01 Nov 2006 19:55 GMT | 1 |
I'm still working with my ListView custom control and i would like to have some confirmation and help. 1. If i understood well the OnPaint event is never thrown to ListView control ?
|
| Conditionally link a library | 01 Nov 2006 19:51 GMT | 2 |
I use a #define like WITH_MYSTUFF to conditionally compile code within #ifdef WITH_MYSTUFF. I would now like the same define to conditionally link with a library. In the linker settings of VS.NET 2003 I have 'Input -> Additional
|
| System Tray Application | 01 Nov 2006 17:15 GMT | 11 |
Hey There, I have a system tray application that is running, and it needs to communicate with a Windows Service that I wrote. My problem is that if a user switches to another desktop, I need the service to have
|
| HDC to IntPtr | 01 Nov 2006 16:08 GMT | 1 |
how to convert a HDC to IntPtr ? thx. Al.
|
| Removing Certain warning | 01 Nov 2006 15:56 GMT | 7 |
Hey There, I have this line of code: retVal = RegOpenKeyEx(HKEY_LOCAL_MACHINE,subKey,0,KEY_READ,&OpenKey); and it produces this warning:
|
| hash_map question | 01 Nov 2006 15:15 GMT | 1 |
i just don't get it: hash_map<double, int> mapa; double md = 0; for(int j=0;j<1000000;++j)
|
| My program sometimes can't exit normally | 01 Nov 2006 10:39 GMT | 2 |
When click X or other exit entry, OS will ask me to report error to MS, then i use windbg to debug, it report:Unknown exception - code c0020001 (first chance) Does anybody know what is the problem?
|
| An unhandled non-continuable exception was thrown during process load | 01 Nov 2006 10:12 GMT | 5 |
I know there is similar post few years back, but it didn't help solving my problem: We have a big project. Our legacy code is ported to VC++ 2005 recently. We have new feature written in C#.Net. We have developed a interop dll
|