| Thread | Last Post | Replies |
|
| Determining the size of a __gc struct | 14 Jan 2004 07:25 GMT | 3 |
suppose the following structure: __gc struct dfheader { int var1;
|
| Hang problem... Help Please!! | 14 Jan 2004 06:51 GMT | 4 |
I am faced with a horrible hang problem. I have a COM exe server that executes some tasks. The task execution manager is a thread that manages the pool of threads, which is 4 per processor. Each task is processed in a separate thread. Each of the executer threads is an STA ...
|
| What is the latest MSDN version? | 14 Jan 2004 03:31 GMT | 2 |
Hye, What is the latest MSDN version in the market?? I have one of April 2003. From which location we can download latest samples?? (in ms website) --
|
| Online Libraries - where? | 14 Jan 2004 01:32 GMT | 1 |
At University, the computers are locked so we can't modify the libraries (which is probably a good thing)... but it leaves me unable to look up functions from the, let's say, the Strings Library. Java has an online library resource. Where's Microsoft's online C++ resource ...
|
| Do controls have to be private? | 13 Jan 2004 17:06 GMT | 3 |
I am using VC++.net 2003. Whenever I place a control on a winform, it is declared as private. Then I have to write set and get methods to access these controls from a calling form. Why are they declared private instead of public? Does it hurt to change them to public? It ...
|
| PN: Managed and Unmanaged Strings | 13 Jan 2004 15:37 GMT | 2 |
I have some older C++ code that reads databases via ODBC and converts data to C++ null delimited strings. I amd writing a tool to read these types of old C strings and update an XML file. The XML file is being loaded by managed classes. I want to convert a
|
| command line arguments in C++ .NET? | 13 Jan 2004 15:31 GMT | 1 |
Does anybody know how to set up command line arguments from C++.NET without going to a DOS shell? In VC++ 6.0 there was an easy way to do it in Options, but now that the environment is integrated with other languages, there don't seem
|
| GetAncestor not a member of CWnd | 13 Jan 2004 14:10 GMT | 3 |
I have just installed VS .NET moving from VS6 and if I create an MFC Application (Dialog) and insert the following code in the OnInitialize method this->GetAncestor(GA_PARENT);
|
| Why not updates the start pages in VC.net IDE | 13 Jan 2004 13:09 GMT | 5 |
Hi, ALL In the VC.net 2003 IDE, the start page list the solutions that I have opened. the start page only display: name, and modify date. the problem is after I have opened a several solution which have the same
|
| how windows detects hung window ? | 13 Jan 2004 12:15 GMT | 14 |
I am little confused here, hope you can help me. While processing WM_POWERBROADCAST (wParam=PBT_APMQUERYSUSPEND), I MUST to do some lengthy operation(30 sec) before system Suspends or hibernates. To
|
| How to activate the handwriting input? | 13 Jan 2004 05:54 GMT | 2 |
We can input characters with the writing pad in IE and Word, but not every application accepts handwriting input. How to activate the handwriting input in our applications? Thanks in advance.
|
| How to block tree control from scrolling on item select | 13 Jan 2004 01:55 GMT | 4 |
How do I prevent a tree control from scrolling when an item is selected? I have tried handling the WM_VSCROLL message but that only works when the scroll occurs from the scroll bar. When the tree decides on its own to scroll the scroll message is not sent. How do I block this ...
|
| Visual C++ Runtime Errors | 12 Jan 2004 22:31 GMT | 3 |
ive got this error ever since i installed xp. i was running 2k before but decided to change o/s. I updated due new hd / video card. (2 western digital 80gigs and a fx5200) and i wanted to play some games to test it out. and when the program is about to get to the main menu or in ...
|
| Managed C++ classes | 12 Jan 2004 19:14 GMT | 3 |
I'm attempting to create a managed C++ class from some an already existing application that I have however some of the classes allow private access via the 'friend' keyword and i've heard that this presents a problem when creating managed code. Does anyone know how i
|
| strsafe redistributable? | 12 Jan 2004 18:27 GMT | 4 |
Hey all, Please point me to the approprate (or at least *more* appropriate) newsgroup if this isn't the correct one, I was looking for something like platformsdk.misc, but apparently it doesn't exist. :\
|