Click here to Skip to main content
15,895,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to check whether a buffer contains a double number? Pin
Dominik Reichl4-Oct-03 23:00
Dominik Reichl4-Oct-03 23:00 
GeneralRe: How to check whether a buffer contains a double number? Pin
George24-Oct-03 23:22
George24-Oct-03 23:22 
QuestionWhat's the difference between C's printf and C++'s cout? Pin
Link26003-Oct-03 16:17
Link26003-Oct-03 16:17 
AnswerRe: What's the difference between C's printf and C++'s cout? Pin
Ian Darling3-Oct-03 22:22
Ian Darling3-Oct-03 22:22 
GeneralRe: What's the difference between C's printf and C++'s cout? Pin
Mike Dimmick3-Oct-03 23:44
Mike Dimmick3-Oct-03 23:44 
GeneralRe: What's the difference between C's printf and C++'s cout? Pin
Ian Darling4-Oct-03 2:03
Ian Darling4-Oct-03 2:03 
GeneralRe: What's the difference between C's printf and C++'s cout? Pin
Kevin McFarlane4-Oct-03 0:23
Kevin McFarlane4-Oct-03 0:23 
GeneralCHtmlView - form without SUBMIT button Pin
trof3-Oct-03 14:36
trof3-Oct-03 14:36 
Guys,
I have noticed - CHtmlView sometimes does not process correctly if form does not have submit button, Enter key does not submit.
This form will work perfectly - submit on Enter key:
<br />
<form name="myform" onSubmit="return cmd();" ><br />
<input type="text" class="form-say" name="say"><br />
<input type="submit" class="form-say" name="say" ><br />
</form>


And this one will just ignore Enter key (but in IE works fine):
<br />
<form name="myform" onSubmit="return cmd();" ><br />
<input type="text" class="form-say" name="say" ><br />
</form>


Do you know the way to work around it?
Thanks
PS - I'm using MFC with good old VC++ 6.0 . Maybe is it fixed in newer versions ?
GeneralRe: CHtmlView - form without SUBMIT button Pin
Neville Franks4-Oct-03 11:59
Neville Franks4-Oct-03 11:59 
GeneralRe: CHtmlView - form without SUBMIT button Pin
trof5-Oct-03 9:07
trof5-Oct-03 9:07 
GeneralRe: CHtmlView - form without SUBMIT button Pin
Neville Franks5-Oct-03 11:01
Neville Franks5-Oct-03 11:01 
GeneralTransparent ActiveX Pin
johnnyXP3-Oct-03 12:48
johnnyXP3-Oct-03 12:48 
Generalhandle passing problem... Pin
R. Thomas3-Oct-03 10:42
R. Thomas3-Oct-03 10:42 
GeneralRe: handle passing problem... Pin
R. Thomas3-Oct-03 19:07
R. Thomas3-Oct-03 19:07 
GeneralRe: handle passing problem... Pin
J. Dunlap3-Oct-03 19:14
J. Dunlap3-Oct-03 19:14 
GeneralRe: handle passing problem... Pin
R. Thomas3-Oct-03 19:38
R. Thomas3-Oct-03 19:38 
GeneralRe: handle passing problem... Pin
J. Dunlap3-Oct-03 19:46
J. Dunlap3-Oct-03 19:46 
GeneralRe: handle passing problem... Pin
R. Thomas3-Oct-03 19:55
R. Thomas3-Oct-03 19:55 
GeneralRe: handle passing problem... Pin
J. Dunlap3-Oct-03 21:17
J. Dunlap3-Oct-03 21:17 
GeneralRe: handle passing problem... Pin
R. Thomas4-Oct-03 6:45
R. Thomas4-Oct-03 6:45 
GeneralRe: handle passing problem... Pin
J. Dunlap4-Oct-03 16:47
J. Dunlap4-Oct-03 16:47 
GeneralCXImage Printing Pin
radha vijay3-Oct-03 10:34
radha vijay3-Oct-03 10:34 
GeneralPrinting in vc++ Pin
radha vijay3-Oct-03 10:32
radha vijay3-Oct-03 10:32 
QuestionIs it me or is it the compiler? Pin
Ravi Bhavnani3-Oct-03 10:24
professionalRavi Bhavnani3-Oct-03 10:24 
AnswerRe: Is it me or is it the compiler? Pin
Orhun Birsoy3-Oct-03 10:37
Orhun Birsoy3-Oct-03 10:37 

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.