Click here to Skip to main content
16,011,436 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDisable Tree Item in Outlook bar control Pin
19-Mar-01 8:59
suss19-Mar-01 8:59 
QuestionHow to use proxy like IE Pin
TomK19-Mar-01 7:18
TomK19-Mar-01 7:18 
GeneralCHtmlView::OnBeforeNavigate2 try to spy Pin
mstuebner19-Mar-01 7:13
mstuebner19-Mar-01 7:13 
GeneralRe: CHtmlView::OnBeforeNavigate2 try to spy Pin
jerry0davis20-Mar-01 0:48
jerry0davis20-Mar-01 0:48 
GeneralRe: CHtmlView::OnBeforeNavigate2 try to spy Pin
Datacrime20-Mar-01 2:06
Datacrime20-Mar-01 2:06 
QuestionHow To Bitmap a Push button? Pin
19-Mar-01 6:28
suss19-Mar-01 6:28 
AnswerRe: How To Bitmap a Push button? Pin
Christian Graus19-Mar-01 11:47
protectorChristian Graus19-Mar-01 11:47 
QuestionProblems with CRecordset DoDataExchange !!!??? Pin
Ariel19-Mar-01 6:18
Ariel19-Mar-01 6:18 
Hi there,
Well I have a strange problem.
I'm Using Access 2000 DB and i'm connected through ODBC Drivers in MFC using CRecordset.

I have a Table with a field of type Date/Time in Access 2000 DB , which the CRecordset uses :

RFX_Date(pFX, _T("[FirstInstallDate]"), m_FirstInstallDate);
(to exchange data between the Recordset itself and the Database.)
all i do before this is :
rsRecSet.m_FirstInstallDate = CTime::GetCurrentTime();
and the definition is :
CTime m_FirstInstallDate;

Everytime i get to this line i have a notification in DEBUG MODE :
Microsoft Visual C++ : Unhandled exception in MyApp.exe (MFC42D.DLL): 0xC0000005: Access Violation.
and the App. is stuck and i can't go on .... but the record is written and in a right way ... ????
and when i run the same App. in RELEASE MODE it Closes with Abotion Message.
Does somone have any idea ????
Thanks alot,
Ariel.

GeneralSending an e-mail message Pin
confalonieri19-Mar-01 5:57
confalonieri19-Mar-01 5:57 
GeneralRe: Sending an e-mail message Pin
l a u r e n19-Mar-01 6:09
l a u r e n19-Mar-01 6:09 
GeneralRe: Sending an e-mail message Pin
BLaZe3-Apr-01 17:21
BLaZe3-Apr-01 17:21 
GeneralATL/COM and MFC Pin
#realJSOP19-Mar-01 4:16
professional#realJSOP19-Mar-01 4:16 
GeneralRe: ATL/COM and MFC Pin
Chris Losinger19-Mar-01 4:57
professionalChris Losinger19-Mar-01 4:57 
GeneralRe: ATL/COM and MFC Pin
#realJSOP19-Mar-01 5:59
professional#realJSOP19-Mar-01 5:59 
QuestionHow do I hide a console app's console? Pin
Josh Knox19-Mar-01 3:29
Josh Knox19-Mar-01 3:29 
GeneralHBITMAP from HICON Pin
19-Mar-01 2:37
suss19-Mar-01 2:37 
GeneralRe: HBITMAP from HICON Pin
Michael Dunn19-Mar-01 7:10
sitebuilderMichael Dunn19-Mar-01 7:10 
GeneralRe: HBITMAP from HICON Pin
20-Mar-01 3:50
suss20-Mar-01 3:50 
GeneralRichTextCtrl Pin
ThomasKennedyBose19-Mar-01 0:50
ThomasKennedyBose19-Mar-01 0:50 
GeneralRe: RichTextCtrl Pin
Mike Melnikov19-Mar-01 2:17
Mike Melnikov19-Mar-01 2:17 
GeneralMFC: Positioning a dialog Pin
Ashman19-Mar-01 0:00
Ashman19-Mar-01 0:00 
GeneralRe: MFC: Positioning a dialog Pin
l a u r e n19-Mar-01 6:05
l a u r e n19-Mar-01 6:05 
GeneralRe: MFC: Positioning a dialog Pin
Christian Graus19-Mar-01 11:50
protectorChristian Graus19-Mar-01 11:50 
GeneralMFC question: Keeping a dialog in front Pin
Ashman18-Mar-01 20:27
Ashman18-Mar-01 20:27 
GeneralRe: MFC question: Keeping a dialog in front Pin
Christian Graus18-Mar-01 21:02
protectorChristian Graus18-Mar-01 21:02 

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.