| Thread | Last Post | Replies |
|
| DotNet UI with C++ backend - best way forward? | 31 Dec 2003 22:01 GMT | 3 |
I am impressed with the aesthetic (UI) appeal of DotNet, but not by much else, like it's new fangled languages etc... I have a legacy C++ 3tier application, which uses C++ DLLs. I would like to use the DotNet frontend (e.g. the PL provided by infragistics). However, I don't want
|
| Can I create a service, make it run automatically, and record windows login password? | 31 Dec 2003 18:46 GMT | 1 |
Hi, my friends, As I know, service and start automatically even before user login. So If it's possible to create a service, make it running when system start , and record windows login password when a user login.
|
| Very very large number | 31 Dec 2003 18:35 GMT | 1 |
Does anybody know how to force visual to use a number this is around 1000 digits long and 64 bit floating point. I am a beginner in programing.
|
| .Net Sockets | 31 Dec 2003 18:01 GMT | 1 |
I am using VC++ .Net 2003 and have a question about putting a byte array returned from a socket receivefrom method in to a struct. Here is what I have: Socket* s = 0;
|
| Have you faced error while loading BMP from disk??? | 31 Dec 2003 14:52 GMT | 1 |
Hye friends!! Jigar Mehta from India. Currently I am loading one BMP file around 2.5 MB from the disk from my VC program and show it to its DC... But while CBitmap object tries to load it by LoadBitmap("c:\\my.bmp"); it gives
|
| setting a CListBox to multiple selection dynamically | 31 Dec 2003 09:28 GMT | 1 |
Is there a way to change a CListBox from single selection to multiple selection, or back again, from inside the program after the CListBox has been created? Our application has several ListBoxes. I know its easy
|
| my first trying with c++.net please help me | 31 Dec 2003 08:09 GMT | 1 |
I'm trying to understand how is it possible implement function inside a .h file and not in a .cpp leaving the .h only for the prototype. For example:
|
| MC++ problem with virtual function overrides and collection editor | 31 Dec 2003 00:52 GMT | 2 |
In C++ an overridden virtual function in a derived class must have the exact same signature of the function which is overridden in the base class, except for the return type which may return a pointer or reference to a derived type of the base class's return type.
|
| Mixed-Mode library assembly bug | 30 Dec 2003 17:45 GMT | 1 |
I've found some rather worrying articles (Mixed Mode Library Assembly bug, Richard Grimes, Windows Developer Network Sept 2003 ; and Knowledge Base Article 814472 ) that point out the need to use the /noentry switch and an explicit initialisation procedure, to be able to safely use ...
|
| How can I find data in a wave file ... ? ... ? | 30 Dec 2003 15:00 GMT | 1 |
How are you ? Happy new year for all !!! Well I want to know how can I find some data like a tone in a recorded wave file in WindowsPCM format in 11kHz - 8bits.
|
| why when i run the project my pc go in crash? | 30 Dec 2003 07:53 GMT | 1 |
and it block itself? I must reset the pc to unblock!
|
| What type of c++ should I use? | 29 Dec 2003 23:02 GMT | 17 |
My experience with c++ is limited to ATL and for the past 3 years it's just been c#. I need to write a UI intensive application that is just too slow in managed code. So I'm re-doing it in unmanaged c++, what should I use in vc++ 7, ATL, MFC or Win32?
|
| Server Ports | 29 Dec 2003 18:54 GMT | 2 |
I am wondering if VC.NET has any built in support Server appliactions. I need a package to open a port, connect to a port, etc, but I'm not sure it that is delivered built in, or if I need to purchase an outside
|
| Concerning Garbage Collection in Managed C++ | 29 Dec 2003 17:10 GMT | 2 |
I am developing a console application in Managed C++ with Visual Studio .Net. I am trying to learn how to correctly destroy variables. When I run my program, with every added action, the memory usage increases but the
|
| HELP: Controlling Console Output | 29 Dec 2003 09:36 GMT | 1 |
I am a new C++ programmer and am working with the Visual C++ studio. I am attempting to create a simple console application for myself but I fin that neither of the introductory C++ books I own tell me how to clear the console screen or change the font color. Is there some way to ...
|