| Thread | Last Post | Replies |
|
| [VS2005] class variable members marked as initonly | 13 Mar 2005 18:48 GMT | 2 |
The following C++ managed console application compile with no errors or warning even if the readonly class members are not explicitly initialized. Is there any way to force the compiler to inform me that the readonly
|
| Regular expressions question | 13 Mar 2005 17:32 GMT | 7 |
What is the difference among the following. Please correct me if I am wrong (this is not a homework, I am just checking System::Regex these days and have not figured out everything yet). "a*": As far as I know it means nothing (=it matches even the empty
|
| Scaling a Picture from a C++ DLL | 12 Mar 2005 17:57 GMT | 2 |
I have a Visual Basic 6 program that calls a C++ DLL that I am in the process of writing. The DLL does some calculations and should draw some points in a Picture form contained in the VB exe. How can I scale the Picture form to a custom scale from the C++ DLL, so that the ...
|
| Newbie question: new/delete | 12 Mar 2005 05:43 GMT | 5 |
I have a question regarding deleting a dynamically created objects. Thread 1 of my application create a new object using "new", say MyClass* p1 = new MyClass And I pass the address pointer to thread 2, where pointer p2 stores the
|
| Preloading Image in Picture Box | 12 Mar 2005 03:49 GMT | 1 |
I want to do the same as VB6 by setting Picture property to some bmp image, How to do the same with VC++.NET. Image property is not allowed for "C:\dxsdk\123.bmp" Thanks
|
| Fatal internal C1060: out of heap space error even with hotfix | 11 Mar 2005 22:55 GMT | 1 |
I use the C++ compiler with Visual Studio .NET 2003. OS is XP SP2. Our projects include many large 3rd party C++ include files. I have installed the hotfix mentioned in MSDN KB article 837437. It helped for a while, but now the problem as popped up again.
|
| Visual Studio macros - how to close a file | 11 Mar 2005 22:47 GMT | 4 |
I posted this message in the languages.VB newsgroup yesterday and did not receive a response. I am hoping it might receive one in this newsgroup. I would like to implement a macro that makes rather extensive changes to the names of variables/classes in a VC Net solution. Macros ...
|
| Splash screen | 11 Mar 2005 17:08 GMT | 3 |
How to display a splash screen(with a sentence of word) just before display of the main screen(MDI application) using visual c++?? thanks --
|
| High Resolution Callback Timer (microseconds) | 11 Mar 2005 12:58 GMT | 2 |
First, we rely on a stable update rate so that our physics and dynamics calculations and integrations are based on a known interval and therefore are true-to-life. Second, the graphics positions in our image generators are updated by
|
| Adding automation to existing MFC application | 11 Mar 2005 11:22 GMT | 1 |
I added all required components : 1. IDL file 2. Reg file 3. Document file is modified for adding automation stuff.
|
| RC compiler issue | 11 Mar 2005 08:02 GMT | 1 |
I am using RC.exe to compile a resource file. The source file contains version info which is missing from the output file. The file included in the resource file is shown below : ////////////////////////////////////////////////////////////////////////////
|
| Edit Box question | 11 Mar 2005 07:58 GMT | 1 |
Is there a way to have access to the text buffer of an Edit box from it hwnd. I can use SetWindowText, but this function triggers the control to be painted with the new text. I want to change the text in the underlying edit box without displaying the new text.
|
| c++ atlsoap fails on MS terraserver->getareafrompt method | 11 Mar 2005 06:12 GMT | 1 |
I added the microsoft terraserver wsdl(version 2) as a web reference to my c++ application(vs.net 2k3). When I attempt to execute the getAreaFromPT method, I get an 'unspecified error' HRRESULT. This happens after it successfully sends the soap msg to the web service and
|
| Navigation dans les tables enfants d'un DataGrid | 11 Mar 2005 02:46 GMT | 2 |
Bonjour Je veux pouvoir gontrôler la navigation dans les tables enfants dans ma DataGrid, c'est à dire je veux acceder aux données de la table enfant pour des lignes spécifiques et pas pour d'autres.Sachant que la
|
| command line arguments | 11 Mar 2005 01:46 GMT | 1 |
Most programming languages have the facility to access command line parameters. Is this facility necesary? Why? Can it be improved? -- ioanamirela
|