| Thread | Last Post | Replies |
|
| editing window tab names | 14 Oct 2003 15:06 GMT | 1 |
Does anyone know how to edit window tab names in place (like MS Excel does) ? I am using the Tabbed Window control that Paul DiLascia wrote in http://msdn.microsoft.com/msdnmag/issues/02/10/CQA/
|
| 2003 help system - could be better | 14 Oct 2003 14:38 GMT | 3 |
Well just installed the new 7.1 compiler. Not bad I must say but I'm becoming increasingly frustrated with the help system. Problem: project didn't compile due to DX9 include directories not being found (guess this is really a bug in the settings conversion from 7.0 albeit
|
| Virutal Events in MC++ | 14 Oct 2003 14:27 GMT | 4 |
I have a case where I think I need to use a Managed Virtual Event. I have a base class that will fire the event. That class is private to the assembly. The receiving class in another assembly can only hook the event in the derived classes.
|
| how do i retrieve ! | 14 Oct 2003 14:05 GMT | 1 |
i am trying to retrieve value from dialog box , how do i do that in vc++.net cheer's tresha
|
| Certification and prolong discontinuation of old VS6 exams? | 14 Oct 2003 13:33 GMT | 1 |
According to your website the old VC++6 exams are to be discontinued from June 2004 will these be replaced with Visual C++.NET exams? If I start VC6++ certification now and get half way through before June 2004 how will I
|
| iostream question: How to open unicode file name. | 14 Oct 2003 10:15 GMT | 9 |
I'm trying to upgrade some old code that used old iostreams. At one place in the code, I have a path/filename in a wchar_t string (unicode utf-16). I need to open an ifstream to that file. But the open() on ifstream only
|
| Template problem porting from 7.0 to 7.1 | 14 Oct 2003 05:34 GMT | 2 |
Can anyone tell me why the following code doesn't work on 7.1? It's been ok with previous versions. The error given by the linker is: rtwnd.obj : error LNK2019: unresolved external symbol "class TestT<bool> __cdecl operator+(class TestT<bool> const &,class TestT<bool> const &)"
|
| Help!!! PostMessage Error ... | 13 Oct 2003 21:31 GMT | 1 |
Hi friends ... I have a problem ... I have a Visual C++ 6.0 source code that I open and work in VC.NET (this is the tool in my job now) and when I use the PostMessage function I receive
|
| visual styles support | 13 Oct 2003 19:05 GMT | 6 |
I'm writing applications in vc++ .net 2003. How do I give the applications visual styles on winxp without adding a .manifest file?
|
| flickering problem | 13 Oct 2003 18:29 GMT | 4 |
I am fresher in VC++. I am working on a VC++ Project. I have a serious flickering problem when i am resizing the window. Please help me.
|
| Syntax problems with VC7\include\wchar.h | 13 Oct 2003 15:26 GMT | 1 |
I am using Visual Studio .net 2003. I am getting several C2143,C2059,C2447 syntax errors with wchar.h file starting with line 781. Does anyone know what the problem is and how I might fix
|
| Virtual Properties in MC++ | 13 Oct 2003 12:49 GMT | 8 |
I have tried this on a couple of occasions and each time the resulting program goes into a loop and eventually gets a stack overflow. public __gc BaseClass { __property virtual int get_IntValue (void)
|
| bug in C++ .Net heap management | 13 Oct 2003 08:18 GMT | 7 |
I believe I have found a serious performance problem with heap management in C++ .Net. I have an application does the following thousands of times:
|
| Its Urgent!! Help needed | 12 Oct 2003 23:46 GMT | 1 |
I am working on SDI Application which has 3 buttons on it.Each button when pressed enters into a View.Now when i am trying to switch from 2nd to 3rd view..2nd view can be seen in the gaps which exists between the controls on 3rd
|
| Resize a DialogBox | 12 Oct 2003 13:39 GMT | 1 |
How do i do to resize a dialog box??? thanks
|