- MFC Dialog: How to set/get the values of various controls?
- MFC Dialog: How to add a minimize/maximize button into your dialog?
- MFC Dialog: How to hide/show/maximize/minimize a dialog?
- C++ General: What are good books about C++ ?
- C++ Memory Management: What is the purpose of a constant reference?
- C++ Memory Management: What is the difference between 'const char*' and 'char*const'?
- C++ Preprocessor: What are '__FILE__' and '__LINE__'?
- C++ Memory Management: What is the difference between 'delete' and 'delete[]'?
- STL General: How to remove elements of a particular value from a container ?
- STL General: How to declare and use two-dimensional arrays?
- C++ Memory Management: Why does declaring an array cause my program to crash?
- C++ Memory Management: Why does deleting a pointer cause my program to crash?
- C++ Operator: How to overload postfix increment and decrement operators?
- C++ Operator: Why should I use '++i' instead of 'i++'?
- C++ String: How to convert a string into a numeric type?
- C++ String: How to convert a numeric type to a string?
- MFC Dialog: How to start your dialog application in hidden mode?
- MFC Dialog: How to set the dialog window always on top?
- MFC Dialog: How to create a non-rectangular dialog box?
- MFC Dialog: How to drag a dialog by grabbing any point?
- MFC Dialog: How to disable/change the behaviour of the <...> key in a dialog?
- C++ String: What types of strings are there?
- MFC String: How to convert a 'CString' to a 'char*'?
- MFC String: How to convert a 'char*' to 'CString'?
- C++ String: How to convert between 'CString' and 'std::string'?
- MFC String: How to convert between a 'CString' and a 'BSTR'?
- MFC String: How to get the hexadecimal representation of a ... into a 'CString'?
- C++ String: What is the difference between 'CString' and std::string'?
- C++ String: How to assign or compare strings?
- C++ String: How to use 'CString' in non-MFC applications?
- Windows SDK String: How to convert between ANSI and UNICODE strings?
- MFC List Control: How to select a full row in a list control?
- MFC List Control: How to add a subitem in a list control?
- MFC List Control: How to change the colors in a list control?
- MFC List Control: How to get selected items in a list control?
- MFC List Control: How to use a context menu in a list control?
- MFC Tree Control: How to use 'SetItemData()' and 'GetItemData()'?
- MFC Tree Control: How to expand/collapse a branch?
- MFC Tree Control: How to add checkboxes to a tree control?
- MFC Tree Controll: How to add icons to a tree control?
- MFC Tree Control: How to detect which part of an item the user clicked on?
- MFC Tree Control: How to disable an item?
- MFC STL: How can I sort a 'CArray' (or 'CStringArray', 'CIntArray', etc.)?
- Visual C++ DLL: How to build a DLL to be used from another programming language?
- Visual C++ DLL: How to build a resource-only DLL?
- C++ Exception Handling: The wrong catch statement catches an exception! Why?
- Visual C++ STL: How to remove compilation warning C4786 in Visual C++?
- Visual C++ Network: How to get the local hostname?
- Visual C++ Network: How to get the local IP address(es)?
- Visual C++ Network: How to set a socket option?
- Windows SDK Printing: Why does printer not print bitmap?
- Windows SDK File System: How to delete a directory and subdirectories?
- Windows SDK Registry: How can I read data from the registry?
- Windows SDK Registry: How can I write data to the registry?
- Windows SDK Registry: How can I access the registry?
- C++ Template: Why do I get unresolved externals with my template code?
- Java File System: How to search for files in a directory and subdirectories?
- C++ String: What is the difference between '\n' and '\r\n'?
- C++ Polymorphism: What is polymorphism?
- C++ Polymorphism: How to use virtual functions?
- Windows SDK Application: How to get the system directory?
- Windows SDK Application: How to get the windows directory?
- MFC Dialog: How to enhance a dialog-based application with Menu, Toolbar...?
- C++ Structure: How do I write a structure to a file?
- Visual C++ Debugging: Why does program work in debug mode, but fail in release mode?
- C++ Structure: Why returns 'sizeof()' a bigger size than the members actually need?
- MFC Doc/View: How to obtain a pointer to various objects?
- STL Allocator: What is the meaning of the 'Alloc' template parameter in 'vector'?
- MFC Dialog: How to enable/disable the 'Close' button of your dialog at run-time?
- C++ Random Number: Why does my random number generator always return the same set?
- C++ Random Number: What are good random number generators?
- Visual C++ Profiling: Why can't I enable profiling in Visual Studio 6.0?
- C++ Profiling: How do I determine the speed of a particular function or operation?
- C++ General: How do I convert between big-endian and little-endian values?
- Visual C++ Network: Does one call to 'send()' result in one call to 'recv()'?
- C++ Preprocessor: What is the purpose of include guards?
- Visual C++ Network: When does 'send()' return?
- C++ General: How to declare and use two-dimensional arrays?
- C++ General: What do 'ntohl()' and 'htonl()' actually do?
- Processes: How can I start a process?
- Visual C++ Network: When does 'recv()' return?
- Windows SDK Thread: How to end a thread?
- Visual C++ Network: How do I transfer structure?
- Visual C++ STL: How do I use hash maps with Visual C++?
- Processes: How can I kill a process?
- Processes: How can I wait until a process ends?
- Windows SDK Thread: How to create a worker thread?
- Windows SDK Thread: How to use member functions as thread functions?
- MFC Thread: How to access UI elements from a thread in MFC?
- C++ Preprocessor: How to avoid problems with include files?
- C++ Casting: What are the C++ casting operators?
- C++ Callback: How to use class member functions as callbacks?
- Windows SDK File System: How to count files within a directory and subdirectories?
- Windows SDK File System: How to search for files in a directory and subdirectories?
- Windows SDK File System: How to get information about a partition?
- Windows SDK File System: How to get the available logical partitions on my PC?
- Windows SDK File System: How can I check the free space on a partition?
- MFC Application: How can I limit my application to one instance?
- Visual C++ Application: How to get the applications name?
- Windows SDK Application: How to set the current working directory?
- Windows SDK Application: How to get the current working directory?
- Windows SDK Application: How to get the application directory?
- Visual C++ Network: How do I use a timeout for 'connect()'?
- Visual C++ Debugging: How to manage memory leaks?
- Visual C++ Debugging: How to use 'ASSERT' and deal with assertions failures?
- C++ Profiling: Which is faster: <...> or [...]?
- C++ General: What are different number representations?
- C++ General: How to deal with references?
- MFC Edit Control: How to know when text is pasted from clipboard to 'CEdit' control?
- Windows SDK Application: How to retrieve the version information of my application?
- Windows SDK: How to get the reason for a failure of a SDK function?
- Windows SDK Edit Control: How to append text to an edit control?
- MFC Edit Control: How to append text to an edit control?
- MFC General: How to prevent a resizable window to be smaller than...?
- MFC MDI: How to change the background of the MDI main frame?
- Visual C++ Network: Why do my machine send an RST packet in reply to a SYN/ACK pac
- MFC General: How do I change the font of a control?
- Visual C++ Debugging: How do I debug my ActiveX/COM component?
- C++ General: How is floating point representated?
- Visual C++ Debugging: How to display UNICODE strings in Watch/QuickWatch window?
- Visual C++ Network: Where can I find examples of socket programs?
- C++ Design Pattern: What is a Design Pattern?
- C++ General: What are the principles of Object-Oriented Design?
- C++ General: What are the differences between inline functions and macros?
- Windows SDK File System: How to check for the existance of a directory/file?
- Visual C++ General: What is the difference between 'BOOL' and 'bool'?
- ATL String: What's wrong with the USES_CONVERSION macros? How to avoid using them?
- Windows SDK General: How to register Windows Common Controls in a Win32 application?
- C++ General: What are the different methods to pass parameters to functions?
- C++ General: What is the 'this' pointer?
- C++ General: What are C++ Headers?
- C++ Design Pattern: What is a Singleton class?
- About this forum
- C++ Memory Management: What are the differences between constant objects?
- ATL Registry: How can I access the registry?
- ATL Registry: How can I read in data from the registry?
- ATL Registry: How can I write data to the registry?
- Visual C++ General: How to show all messages in ClassWizard list?
- FAQs Index
- MFC General: How to change frame and caption window styles at run-time?
- MFC Doc/View: How to modify the default 'Open' dialog?
- MFC Edit Control: How to replace a line in a multi-line edit control?
- Windows SDK Thread: Where can I find references on Multithreading?
- C++ General: What members of a class are implicitly defined?
- Visual C++ Debugging: Step by Step Introduction
- MFC General: How do I create full screen applications?
- C++ Memory Manament: How to release memory for an array of pointers?
- Visual C++ Network: How do I terminate a TCP connection?
- Visual C++ Network: How does a TCP connection close?
- Windows SDK String: What are the rules for BSTR allocation and deallocation?
- STL Sorting: How to sort a 'std::list' containing classes/structures?
- STL Sorting: How to sort a 'std::vector' containing classes/structures?
- Visual C++ General: Can you help me with my homework assignment?
- C# General: What are good C# books?
- .NET Framework General: What is the global assembly cache?
- .NET Framework General: What is the Garbage Collection?
- .NET Framework CLR Tools: How do I use the License Compiler?
- .NET Framework CLR Tools: How do I use the Microsoft CLR Debugger?
- .NET Framework CLR Tools: How do I use the CLR Minidump tool?
- .NET Framework CLR Tools: How do I use the Resource File Generator?
- .NET Framework CLR: What is the Common Language Infrastructure?
- .NET Framework CLR: What is the Common Language Specification?
- .NET Framework CLR: What is the Common Type System?
- .NET Framework CLR Tools: How do I use the Runtime Debugger?
- .NET Framework IL: What is Language Interoperability?
- .NET Framework IL: What is Metadata?
- .NET Framework IL: How can I extend Metadata using attributes?
- .NET Framework General CLR: What is the Common Language Runtime?
- .NET Framework General: What is the difference between managed and unmanaged code?
- .NET Framework General: What is the .NET Framework?
- MC++ & C++/CLI String: How to convert 'System::String' to 'char*'?
- .NET Framework General: What is the .NET Compact Framework?
- MFC General: How to make a simple text editor?
- .NET Framework IL: What is Obfuscation?
- Windows SDK User Interface: How can I emulate keyboard events in an application?
- Windows SDK User Interface: How can I emulate mouse events in an application?
- Visual C++ Random Number: How do I generate random numbers of specified frequency distribution?
- Windows SDK GDI: How do I fill rectangles, regions and texts in graded colours?
- Windows SDK GDI: How do I choose a font size to exactly fit a string in a
- Visual C++ Debugging: How do I evaluate the time difference between two events?
- MFC Edit Control: How do I introduce insert/overwrite mode to 'CEdit' derived edit control?
- MFC SDI: How do I create transparent SDI views?
- .NET Framework General: What are exceptions?
- C++ General: How to minimise mutual dependencies?
- MFC General: How to process command line arguments in a MFC application?
- Windows SDK GDI: How do I display text filled and in shape of a region?
- .NET Framework General: What are .NET data types?
- MFC List Control: How to correctly delete items from a CListCtrl?
- MFC Registry: How to store the application settings in registry?
- Windows SDK GDI: How do I display a bitmap rotated?
- C++ General: What are different methods to access identifiers from a namespace?
- Windows SDK GDI: How do I calculate the area of a window exposed?
- C++ Operator: How to deal with operator overloading?
- C++ Memory Management : What is the difference between malloc/free and new/delete?
- Visual C++ General: How to use different character sets?
- Windows SDK GDI: How do I drag an image?
- STL General - How to clear extra capacity of vector?
- Visual C++ Application: How to use manifests and re-distributable assemblies?
- MFC Dialog: How to handle notifications for dynamically created controls?
- How do I recognize a mouse click on a line?
- MFC Dialog: How to set the initial position of a modal dialog?
- MFC Dialog: Add tooltips to your controls in a dialog
- VC++ General: How to avoid making an assignment when the intention is a comparison?
- Integer to string and vice-verca for any base
- MFC Dialog: How to disable a dialog from being moved?
- Posting tips: Minimal, Yet Complete
- PHP & JavaScript Interaction
- [C++] How do I disable edit features in an edit control?
- Visual C++ General: Questions about the Express Edition
- Can I run my .NET Application without the .NET Framework?
- What is .NET Framework 3.0?
- How do I edit a list box item?
- How to monitor a folder?
- How to delete, copy, or move a folder with all its contents?
- How to read a text file line by line?
- [C++] What are the differences between classes and structs?
- C# General : How can I convert VB.NET code to C#?
- .NET Framework General: What is the .NET Framework 3.5?
- C# Controls: How do I activate the PrintDialog from a Toolstrip item?
- C# General : How do I activate an external Window?
- C++ General: What is the initialization list and why should I use it?
- Windows SDK: Which Windows API functions are faster, ANSI or UNICODE?
- MFC Doc/View: How to get the active document anywhere in my application?
- Visual C++ General: How to get user details from Active Directory?
- MFC ListBox Control: How CCheckListBox notifies "checkbox status changed"?
- MFC ListView Control: How CListCtrl notifies "checkbox status changed"?
- Windows SDK GDI: How to capture layered windows?
- Visual C++ Debugging: How to show Windows API errors in the Watch window?
- Time taken for STL Declaration
- Windows SDK: How to get the amount of physical (RAM) memory?
- Windows SDK: What is a child window?
- Windows SDK: What is a top-level window?
- Windows SDK: What is an owned window?
- Windows SDK: Which are the differences between child and owned windows?
- Windows SDK: What is an overlapped window?
- Windows SDK: What is a pop-up window?
- Visual C++ General: Where can I find the redistributable packages
- Visual C++ General: How to make an ANSI build for Windows CE target?
- MFC: How to show a message box in ExitInstance of a dialog-based application?
- Visual C++ General: How to I find the source of memory leaks?
- C++: Does implicitly-defined copy constructor bitwise copy?
- MFC: COleDateTime vs. CTime. Which one is better?
- C++ Classes: Which are the differences between 'struct' and 'class'?
- Windows SDK: How to check if a thread is still active?
- Windows SDK: How to correctly use GetLastError?
- Visual C++: Where can I find Visual C++ code samples?
- MFC: How to make a simple Web Browser?
- Visual C++: Why Watch window shows 'unused' for a HWND variable?
- Windows SDK: How to get the processor frequency?
- Visual C++: [TIP] How to make a "Message DLL"?