| Thread | Last Post | Replies |
|
| how to change the dialog background color by clicking a button? | 30 Nov 2004 17:21 GMT | 1 |
i can change the dialog background color by calling the function----SetDialogBkColor(RGB(0,0,255),RGB(255,0,0))-----in the function InitInstance(), but i want to change the background color only by clicking a button on the dialog. what should i do? thanks!!
|
| Getting R6016 when trying to start new thread | 22 Nov 2004 10:39 GMT | 1 |
I'm new to these discussion boards and my C/C++ experience is not very deep. So please be patient with my and forgive me if I don't grasp the structures here at first glance. I'm trying to implement some multithreading to my current project and I want
|
| Getting a build error from libary file, excpt.h | 20 Nov 2004 16:50 GMT | 1 |
This is the error when building code from Article 307398 - File I/O: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\excpt.h(36): fatal error C1075: end of file found before the left brace '{' at 'c:\Q307398\Form1.h(5)' was matched
|
| Need Help with Runtime Library | 13 Nov 2004 22:30 GMT | 1 |
I am getting a Runtime Error! at Program: C:\Program Files\Microsoft Office\Office\Outlook.exe "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
|
| How to print a txt file into a printer? | 11 Nov 2004 09:28 GMT | 1 |
i can print a string into a printer,for example FILE *pFile = fopen("LPT1", "w"); fprintf(pFile, "i like c++"); fclose(pFile);
|
| msvcprt.lib | 06 Nov 2004 17:17 GMT | 1 |
Hope somebody can help me. I need the lib msvcprt.lib to link my program, but I do not have this lib. I have installed Visual C++ Toolkit 2003, Visual Studio .NET 2003, Microsoft .NET, Microsoft Platform SDK for Windows XP Sp2 but this lib is not included
|
| Sleep() and SleepEx() inaccuracy | 03 Nov 2004 18:43 GMT | 1 |
The accuracy of the Sleep() and SleepEX() functions have changed with newer processors/PCs. The code listed at the end of this message should execute 100 times for each delay value. I ran this code on several PCs. I get different results depending on the PC hardware used for ...
|