| Thread | Last Post | Replies |
|
| unicode in windows 2003 | 12 Dec 2003 06:35 GMT | 13 |
I create a simple win32 project (VC2003, windows2003(English) , and do simple paint in WM_PAINT message, when the project use multi-character set, it is OK. but when I change to UNICODE, some Chinese characters are illegible( I see
|
| Confused about configuring help system | 12 Dec 2003 03:05 GMT | 1 |
I just installed the Visual Studio Pro .net trial and have been trying to tailor the context sensitive help to how it behaves in VC6. I've set the help system to external, but when I press F1 on say "CloseHandle," I no longer am presented with a dialog that contains the various ...
|
| SetWindowPos | 11 Dec 2003 22:07 GMT | 1 |
I have a MFC COM Server that runs in the background. There is no UI or dialogs other than an occasional AfxMessageBox that might pop up with messages. My problem is if the user is running any other app, the
|
| How to create systemwide hooks for keyboard (for keys like WIN, ALT+TAB) | 11 Dec 2003 21:30 GMT | 2 |
Hye, How to create systemwide hooks for keyboard for keys like WIN, ALT+TAB, CTRL+ALT+DEL even when the application does not have the focus on it... Thanks,
|
| Need help with fatal C1509 | 11 Dec 2003 18:42 GMT | 3 |
I have some header files that contain macros in a special syntax. These files are used with various tools that extract information from these macros. One of these tools is cl.exe.
|
| Images on VC.Net Forms | 11 Dec 2003 17:54 GMT | 3 |
Quick question about VC.Net forms. The second I add a picture pox with associated image to my form, my app goes off into the weeds in the form designer code at the line where it tries to read the image resource from the resource manager.
|
| Urgent help needed! Raising events! | 11 Dec 2003 11:28 GMT | 2 |
Please help me in the following issue: how to raise an event from an unmanaged class to a managed class. Both classes are in C++ and there should not be any static methods involved
|
| Explicit interface implementation compiler bug in VS 2003? | 11 Dec 2003 05:33 GMT | 10 |
Assumed two assemblies (one C# and one C++), C++ refers to C#. The follwing code compiles and works well under VS 2002! VS 2003 C++ compiler reports the error "error
|
| Troubleshooting "Object reference not set to an instance of an object." Managed Exception. How? | 11 Dec 2003 03:11 GMT | 1 |
I am completely baffled when the following managed exception is thrown: "Object reference not set to an instance of an object" from a nested subroutine when referencing a variable allocated on the program stack. Given the following simple example:
|
| Populating a Combo box using a SqlDataReader | 11 Dec 2003 01:12 GMT | 3 |
Hello, Everyone, I'm trying to find information on how to populate a combo box using a SqlDataReader. I want to be able to set the value of the combo's value property different then the
|
| PtrToStringChars in Vc7/include/vcclr.h | 11 Dec 2003 00:48 GMT | 2 |
In the header file vcclr.h (in the .../Vc7/include directory of your installation) there is an inlined function PtrToStringChars defined. This is a utility function to get quick access to the internal chars of a System::String object. I came across it by reading Peter Grimes's ...
|
| Installing version 6.0 | 10 Dec 2003 23:58 GMT | 1 |
I have a development app that needs a registry hook created by installing VC++ 6.0 but I do not have a copy of this version. I have bought VC++ .NET Standard 2003 and this hasn't done the job but was wondering if it is possible to use the license key from the version I own to ...
|
| dynamic array of pointers vs dynamic array of objects | 10 Dec 2003 20:31 GMT | 1 |
Can someone explain to me the difference between dynamic array of pointers vs dynamic array of objects by giving a real life example. Following is the code that I am using for dynamic array of objects. I am skipping initialization
|
| Mixed mode DLL and Loader Lock issue - revisited | 10 Dec 2003 19:26 GMT | 1 |
I have read and re-read KB 814472. There appears to be a little 1984 New Speak in it. I am referring to option 3. DLL that contains consumers that use managed code and dll exports or
|
| 'Enable3dControls' : is not a member of 'CWinApp' | 10 Dec 2003 15:53 GMT | 5 |
I'm in the middle of porting code to VS.NET from VS6.0. My code compiles fine under DEBUG mode but under RELEASE mode I get a compile-time error: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxwin2.inl(1034) : error C2039: 'Enable3dControls'
|