Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Jon Hulatt21-Nov-02 23:27
Jon Hulatt21-Nov-02 23:27 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Nick Parker21-Nov-02 17:35
protectorNick Parker21-Nov-02 17:35 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Christian Graus21-Nov-02 17:37
protectorChristian Graus21-Nov-02 17:37 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Nick Parker21-Nov-02 17:40
protectorNick Parker21-Nov-02 17:40 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Christian Graus21-Nov-02 17:45
protectorChristian Graus21-Nov-02 17:45 
Questionwhy "INT" and not "int" again? Pin
devvvy21-Nov-02 16:22
devvvy21-Nov-02 16:22 
AnswerRe: why "INT" and not "int" again? Pin
Christian Graus21-Nov-02 16:42
protectorChristian Graus21-Nov-02 16:42 
QuestionHow can I display a "save" dialog like GetFileNameFromBrowse does? Pin
Mario M21-Nov-02 16:04
Mario M21-Nov-02 16:04 
how can i display a save dialog with the same w2000 style, like explorer or notepad does? is there any function like GetFileNameFromBrowse. It looks easy and why not for save.

TCHAR szFile[_MAX_PATH]=_T("");       // buffer for file name
TCHAR *szFilters=_T("Files (*.fil)\0*.fil\0All\0*.*\0");
TCHAR *szTitle=_T("Open");

GetFileNameFromBrowse(GetSafeHwnd(),
		szFile,
		sizeof(szFile),
		NULL,
		NULL,
		szFilters,
		szTitle)


Thanks.
GeneralCListCtrl Report-style subitem centering problem Pin
IGx8921-Nov-02 15:52
IGx8921-Nov-02 15:52 
GeneralRe: CListCtrl Report-style subitem centering problem Pin
Gary R. Wheeler23-Nov-02 4:26
Gary R. Wheeler23-Nov-02 4:26 
GeneralMemory leaks Pin
AnTri21-Nov-02 12:02
AnTri21-Nov-02 12:02 
GeneralRe: Memory leaks Pin
Christian Graus21-Nov-02 12:16
protectorChristian Graus21-Nov-02 12:16 
GeneralRe: Memory leaks Pin
AnTri21-Nov-02 21:03
AnTri21-Nov-02 21:03 
GeneralRe: Memory leaks Pin
Christian Graus21-Nov-02 21:14
protectorChristian Graus21-Nov-02 21:14 
GeneralRe: Memory leaks Pin
AnTri21-Nov-02 21:16
AnTri21-Nov-02 21:16 
GeneralRe: Memory leaks Pin
Alexinuk22-Nov-02 0:38
Alexinuk22-Nov-02 0:38 
GeneralRe: Memory leaks Pin
AnTri22-Nov-02 0:55
AnTri22-Nov-02 0:55 
GeneralRe: Memory leaks Pin
Alexinuk22-Nov-02 1:05
Alexinuk22-Nov-02 1:05 
GeneralChange control and make it visible Pin
Dennis L21-Nov-02 11:50
Dennis L21-Nov-02 11:50 
GeneralRe: Change control and make it visible Pin
Christian Graus21-Nov-02 11:54
protectorChristian Graus21-Nov-02 11:54 
GeneralRe: Change control and make it visible Pin
valikac21-Nov-02 12:48
valikac21-Nov-02 12:48 
GeneralRe: Change control and make it visible Pin
Renjith Ramachandran22-Nov-02 2:12
Renjith Ramachandran22-Nov-02 2:12 
GeneralRe: Change control and make it visible Pin
jhwurmbach22-Nov-02 3:33
jhwurmbach22-Nov-02 3:33 
General_T in C++ Threaded article. Pin
markie_mark21-Nov-02 10:53
markie_mark21-Nov-02 10:53 
GeneralRe: _T in C++ Threaded article. Pin
Dave Bryant21-Nov-02 11:35
Dave Bryant21-Nov-02 11:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.