| Thread | Last Post | Replies |
|
| Can we get notification of opening any site ??.. | 31 Jan 2004 18:41 GMT | 2 |
Hye, I am trying to get notification of any browser request... (not only that of the local server.. e.g. http://localhost/. so ISAPI filters will not be the right way to solve problem)
|
| VS.NET Stand alone .exe problem - msvcr71.dll error | 30 Jan 2004 21:36 GMT | 3 |
I am having problems creating a stand-alone Windows app. I am using a .vcproj file that was translated from a Qt project file using the Qt plug-in. My problem is in getting it statically linked to the Windows
|
| Would it be possible? | 30 Jan 2004 21:00 GMT | 7 |
Dear Visual Studio .Net IDE development team: Please, if it is at all possible, bring back the old Visual C++ IDE we had with version 6. I know that it had some short comings, but it works very well for what it is needed to do. I have been doing a trade study for the
|
| newline format control in richtextbox | 30 Jan 2004 20:43 GMT | 5 |
I can't seem to add a newline (/n) to get a richtextbox control to display text on successive lines. The text that I type is overwritten. How do I remedy this My example richTextBox->Multiline = true richTextBox->Text = S"First line /n"
|
| Handling WM_INITMENUPOPUP; now what? | 30 Jan 2004 20:31 GMT | 8 |
I need to perform some special initialization of a menu when it is displayed, so I am looking for the WM_INITMENUPOPUP so that I can modify my menu before it appears. Unfortunately WM_INITMENUPOPUP doesn't provide the most basic information that you would need with this function ...
|
| Service pack for VC2003 | 30 Jan 2004 13:48 GMT | 4 |
I've hit the ICE (msc.cpp line 2701) compiling a solution in VSnet2003(VC7.1). It worked in previous releases. Reading the newsgroups I've found it is a bug. When is to be expected a service pack or a fix? Bye,
|
| illegal call of non static function | 30 Jan 2004 10:44 GMT | 3 |
I have a problem. I have a function : void for3::drzewo() { m_lista.DeleteAllItems(); m_li.GetImageList();
|
| Text editor hangs while compiling | 30 Jan 2004 10:07 GMT | 2 |
I just upgraded to "Visual Studio .net 2003 7.1 c++" from VS6. Some things I like (proper for loop variable scoping, for example), but some other things are troubling me. One annoying behavior is that the text editor often "hangs" (doesn't let me
|
| How to shiled or redirect the output of a console application? | 30 Jan 2004 02:42 GMT | 2 |
As i known,all the c++ compiler under windows platform are of console application. I'm really curious why when they are called by their native IDE(borland c++ ide,visuall c++ ide etc),their console window will not popup and their
|
| Problem with remote IP | 29 Jan 2004 21:55 GMT | 6 |
I have problem with determining remote IP. How can I get IP of remote machine if I had them name like: //Comp1 Thanks Taptu?
|
| Having __value class instance variables in __nogc classes | 29 Jan 2004 21:35 GMT | 15 |
Why is it impossible to have a __value class instance variable in a __nogc class when it is possible to have a built-in type instance variable in a __nogc class ? __value class X { int a; };
|
| a bug invoking base class's property? | 29 Jan 2004 19:19 GMT | 3 |
I found when invoking the same property of a base class, the MC++ compiler seems to emit incorrect IL code, and causes causes stack overflow: class Child : public Parent {
|
| VS7.1: No member function pointer call possible? | 29 Jan 2004 17:44 GMT | 2 |
I can't get to compile the following: struct A { A(void);
|
| Socket connection c++.net Help me please | 29 Jan 2004 15:19 GMT | 1 |
Please help me, I have to make socket connection between server and more than one client on some port. Is it possibly? I make socket between server and one client, but more then one is problem. I know that I have to put connected clients in some arraylist but how to
|
| Problems with PCH on Windows 2000 SP4 | 29 Jan 2004 10:12 GMT | 3 |
Dear world, We are having issues with Windows 2000 SP4 and Pre-Compiled Header (PCH) files that have been previously compiled on Windows XP using .NET 2003. Recompiling the PCH files on Windows 2000 SP4 using /Yc
|