| Thread | Last Post | Replies |
|
| Window Position | 31 Aug 2003 23:33 GMT | 2 |
Does anyone have a code snippet that retrieves a windows coordinates within the desktop? I can't seem to get GetWindowPlacement() to work. And GetWindowRect returns 0,0 for the top,left corner, not the current position on
|
| Migration to VC7: CString problem | 31 Aug 2003 11:50 GMT | 2 |
In my company we're trying to migrate our application from vc6 to vc7. in one of our dlls we define the following class: class __declspec (dllexport) CExString : public CString
|
| .NET vs. Old Tech | 30 Aug 2003 01:53 GMT | 3 |
What is the equivalence of ActiveX, COM, COM+ and DCOM in .NET I know there is no 100% equivalence Thank you.
|
| Compiler Error C4277 in VS.NET 2003... | 29 Aug 2003 22:30 GMT | 1 |
I'm getting this error: Script View.cpp(40) : warning C4277: imported item 'Homegazer::CoreLibrary::ScriptTable::_Deleted' exists as both data member and function member; data
|
| .NET Framework question | 29 Aug 2003 21:35 GMT | 1 |
This is not really C++ specific, but does anyone of you know where one could get a large chart of the most important .NET frame work classes? kind regards, Bruno.
|
| Debugger bug: const __int64's are truncated to lower 32 bits | 29 Aug 2003 19:08 GMT | 1 |
When I add 'foo' to Watch, it has the value 0x000000009abcdef0 although the program output is correct. Configuration: Debug, Win32 Console.
|
| O/R Mapping tool like Apple has.....for .NET?!?! | 29 Aug 2003 15:36 GMT | 1 |
I post this text 1 year ago. But no one really could give me an answer. This is the text that I posted long time ago: I have a fundamental question about The way .NET handles the object orientated way of
|
| Target 1.0 framework | 29 Aug 2003 06:23 GMT | 1 |
Can I target the 1.0 framework from VC++ 2003? (been looking through help and on the newsgroups but can't find out how to do it in VC) Thanks
|
| Templating | 29 Aug 2003 02:05 GMT | 1 |
When trying to template a class where the class declaration is in a header file and the class specification is in the source file, I receive linking errors (Unresolved External Symbols... as if I have not
|
| OnDraw again | 28 Aug 2003 22:38 GMT | 3 |
This is wierd. I have a single doc app. I create some buttons in the view OnDraw method. When I size my app window - the buttons disappear. But as soon as I click on any spot inside the window or the window frame they appear.
|
| I have a question about MSN messenger API | 28 Aug 2003 21:43 GMT | 1 |
I have plane to develop MSN messenger clone. And I wanna develop it using the latest MSN messenger API but I can't find any information about the latest MSN messenger API.
|
| System::String to LPCSTR? | 28 Aug 2003 20:50 GMT | 3 |
How do i call from managed C++ function wich accepts LPCSTR? void AddName( System::String *sName ) { AddName( (LPCSTR) sName )); -- does not compile.
|
| Visual C++ .NET compatability with Visual C++ | 28 Aug 2003 17:10 GMT | 5 |
I am completley new to the .NET framework but have a good understanding of Visual C++. I am starting to develop a new class libary which other programmers can use in their applications. To do this in
|
| Help with managed C++/.NET/windows form viewer | 28 Aug 2003 14:41 GMT | 4 |
Hello, all... I am attempting to write a managed c++ dll that will open a crystal report in the windows form viewer. For various reasons, I need to be able to write this in C++ w/MFC as opposed to C#. The code below is
|
| newbie question | 28 Aug 2003 13:07 GMT | 1 |
In order to learn C++, I want write a programm which plays back a wav file. I know some C and DSP programming. Could you give me a hint where to begin, possibly a sample programm.
|