Click here to Skip to main content
15,907,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
Rahul Vaishnav13-Oct-10 1:56
Rahul Vaishnav13-Oct-10 1:56 
GeneralRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
amar_mhetre13-Oct-10 2:06
amar_mhetre13-Oct-10 2:06 
GeneralRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
Rahul Vaishnav13-Oct-10 2:45
Rahul Vaishnav13-Oct-10 2:45 
GeneralRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
amar_mhetre13-Oct-10 2:56
amar_mhetre13-Oct-10 2:56 
QuestionDebug assersion error Pin
MKC00213-Oct-10 0:33
MKC00213-Oct-10 0:33 
AnswerRe: Debug assersion error Pin
Niklas L13-Oct-10 0:35
Niklas L13-Oct-10 0:35 
GeneralRe: Debug assersion error Pin
MKC00215-Oct-10 2:37
MKC00215-Oct-10 2:37 
AnswerRe: Debug assersion error Pin
David Crow13-Oct-10 8:16
David Crow13-Oct-10 8:16 
MKC002 wrote:
To update data in text box i write some value in CSting variable and call UpdateData(False). But it gives assertion error in debug mode. No error in release mode. How to solve it.


You could start by using a CEdit object instead (of CString) and simply call its SetWindowText() method. Much cleaner and less prone to error.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Man who follows car will be exhausted." - Confucius


GeneralRe: Debug assersion error Pin
MKC00215-Oct-10 2:40
MKC00215-Oct-10 2:40 
QuestionRe: Debug assersion error Pin
David Crow15-Oct-10 2:49
David Crow15-Oct-10 2:49 
AnswerRe: Debug assersion error Pin
MKC00216-Oct-10 3:11
MKC00216-Oct-10 3:11 
AnswerRe: Debug assersion error Pin
David Crow16-Oct-10 11:24
David Crow16-Oct-10 11:24 
GeneralRe: Debug assersion error [modified] Pin
MKC00217-Oct-10 18:49
MKC00217-Oct-10 18:49 
AnswerRe: Debug assersion error Pin
David Crow18-Oct-10 9:56
David Crow18-Oct-10 9:56 
QuestionFile creation date and time Pin
john563212-Oct-10 21:09
john563212-Oct-10 21:09 
AnswerRe: File creation date and time Pin
trotwa12-Oct-10 21:27
trotwa12-Oct-10 21:27 
GeneralRe: File creation date and time Pin
Richard MacCutchan12-Oct-10 22:39
mveRichard MacCutchan12-Oct-10 22:39 
AnswerRe: File creation date and time Pin
CPallini12-Oct-10 21:30
mveCPallini12-Oct-10 21:30 
GeneralRe: File creation date and time Pin
bleedingfingers12-Oct-10 21:55
bleedingfingers12-Oct-10 21:55 
GeneralRe: File creation date and time Pin
CPallini12-Oct-10 22:01
mveCPallini12-Oct-10 22:01 
AnswerRe: File creation date and time Pin
Sauro Viti12-Oct-10 21:32
professionalSauro Viti12-Oct-10 21:32 
GeneralRe: File creation date and time Pin
john563212-Oct-10 23:23
john563212-Oct-10 23:23 
GeneralRe: File creation date and time Pin
Sauro Viti12-Oct-10 23:35
professionalSauro Viti12-Oct-10 23:35 
QuestionHow to hide the RibbonButton???? [modified] Pin
kwanghee choi12-Oct-10 20:10
kwanghee choi12-Oct-10 20:10 
AnswerRe: How to hide the RibbonButton???? Pin
Code-o-mat13-Oct-10 5:02
Code-o-mat13-Oct-10 5: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.