| Thread | Last Post | Replies |
|
| Monitoring Internet usage | 24 Aug 2003 20:13 GMT | 1 |
Currently I am have an assignment which has to have some functionality which enables internet usage of client computers from a server machine. Basically this is an upgradation that I have to write to an existing software for chain of Internet Cafes. Any pointer or resource where ...
|
| migrating COM from vc6 to vc++.net | 24 Aug 2003 14:17 GMT | 1 |
If there is a COM component developed in vc6, can it be recompiled into vc++.net.
|
| managed vs unmanaged C++ | 23 Aug 2003 17:26 GMT | 1 |
Greetings everyone, Background: I am working on a project as an intern. When I went to my professor for some guidance, he suggested the design of the program was just about perfect for the new dotNET architecture. I looked at the
|
| Dynamic and complex query(C#+sql server2000) | 23 Aug 2003 00:09 GMT | 1 |
Dear Friends, How do write the below dynamic update Query? I am new to this SQL Query.Its very very urgent requirements. If anyone knows please help me the below SQL query.
|
| Can Managed C++ Use MFC Lib | 22 Aug 2003 20:17 GMT | 1 |
Can Windows Forms Application (.net) Use MFC class and Windows SDK API ? If can ,how to do ? Thanks in advance .
|
| "MessageBoxA" error | 22 Aug 2003 19:20 GMT | 1 |
Using messagebox class, I'm getting error saying "MessageBoxA is not a class or namespace". I'm simply calling MessageBox class in a button event this so: private: System::Void button1_Click(System::Object * sender,
|
| TAPI (make A call) | 22 Aug 2003 18:23 GMT | 1 |
hi every body to make a call using TAPI i do the following: 1- initiate connectiion
|
| McppCodeDomParser Error: Breaking WinForms | 22 Aug 2003 17:37 GMT | 4 |
I'm getting subject error when loading Form into WinForms designer. Application complies and runs fine, but can not load form into designer. This has happened twice and forced me to restart project. What can I do? Thanx,
|
| Converting IntPtr to HWND | 22 Aug 2003 16:05 GMT | 1 |
I need to convert an IntPtr (as returned from the Form, get_Handle() method) to an HWND but can't find any information as to how it is done. I've tried everything I can think of and always seem to get an undefined value
|
| Compiler Errors When You Use #import with XML in Visual C++ .NET | 22 Aug 2003 02:13 GMT | 1 |
Hi everyone, I have the same problem as described under Q316317 (http://support.microsoft.com/default.aspx?scid=kb;en- us;316317) ie a compiler error saying
|
| DLL Simple Question | 22 Aug 2003 01:54 GMT | 14 |
Hello VC, Given a non-DotNET dll from some unknown place How do I know the classes in it, or how do I view the classes, methods, properties etc..
|
| How do you set startup form in WinForms C++ | 22 Aug 2003 01:01 GMT | 1 |
Docs say it's under General on Project props. I can't find it. Thanks, Charlie
|
| Virtual functions in template class issue | 21 Aug 2003 20:02 GMT | 3 |
I am having a very strange problem involving virtual functions in template classes. First of all, here is an extremely simplified structure of the two classes I am having problems with.
|
| question regarding SetWindowsHooksEx | 21 Aug 2003 14:42 GMT | 1 |
when I set a shell hook in WIN98 I don't get an entry of any application in taskbar during my program execution. same code runs without any problem in win 2000. Also there is a problem with ReadDirectoryChangesW API in
|
| the correct way to register an object | 20 Aug 2003 22:39 GMT | 1 |
Suppose I wanted to fill in DllRegisterServer myself for an IDispatch component. Where do I put the progid? I'm now putting it in HKCR\CLSID\{-guid-}\ProgID but whenever I want to get the CLSID I get the "invalid class string" error.
|