|
Language:
All
|
C#
|
C++
|
Java
|
Javascript
|
Objective C
|
PHP
|
Python
|
Rails
|
RegEx
|
Ruby
|
SQL
|
VB.NET
|
VBScript
|
XSL
Generate User Breakpoint
Generate User Breakpoint
Language:
C++
Category:
Remove the document name from the title of an MFC application
Clearing the FWS_ADDTOTITLE from the style member of the window's CREATESTRUCT variable will remove the standard document name (or "Untitled") from the top of an MFC Document / View application.
Language:
C++
Category:
MFC
Validate presence of a CD in a CD-ROM drive
This code will check all CD-ROM drives for the file "SOMEFILE.DAT".
Language:
C++
Category:
File I/O
Compact an MDB database with ODBC
Compact an MDB database with ODBC
Language:
C++
Category:
ODBC
Function to determine whether a file exists.
Function to determine whether a file exists.
Language:
C++
Category:
File I/O
Convert a date from a string to a CTime
You wouldn't think it would be that difficult to convert a string to an MFC CTime object, but it's a little tricky.
Language:
C++
Category:
MFC
Set Full Row Select on a List Control
Set Full Row Select on a List Control
Language:
C++
Category:
MFC
|