Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to prevent the list box of the combo box appear when catching the CBN_DROPDOWN message? Pin
Francisco José Sen del Prado27-Jan-08 13:29
Francisco José Sen del Prado27-Jan-08 13:29 
GeneralRe: How to prevent the list box of the combo box appear when catching the CBN_DROPDOWN message? Pin
Nitheesh George27-Jan-08 17:42
Nitheesh George27-Jan-08 17:42 
GeneralRe: How to prevent the list box of the combo box appear when catching the CBN_DROPDOWN message? Pin
Hamid_RT27-Jan-08 20:45
Hamid_RT27-Jan-08 20:45 
GeneralRe: How to prevent the list box of the combo box appear when catching the CBN_DROPDOWN message? Pin
Francisco José Sen del Prado27-Jan-08 20:50
Francisco José Sen del Prado27-Jan-08 20:50 
GeneralRe: How to prevent the list box of the combo box appear when catching the CBN_DROPDOWN message? Pin
Hamid_RT27-Jan-08 21:10
Hamid_RT27-Jan-08 21:10 
GeneralVideo Files to VCD\DVD Conversion Pin
Akin Ocal27-Jan-08 11:40
Akin Ocal27-Jan-08 11:40 
GeneralFile IO using Assembly and C Pin
Umer Sheikh27-Jan-08 10:27
Umer Sheikh27-Jan-08 10:27 
GeneralRe: File IO using Assembly and C Pin
Luc Pattyn27-Jan-08 11:51
sitebuilderLuc Pattyn27-Jan-08 11:51 
I assume your system has a regular operating system, with a file system and such. So:

Why would you read a file using Assembly if you plan on handling the data in C anyway???
If there is no compelling reason to use Assembly, then don't. If there is, use it where you
have to, file I/O would not be the first area that comes to mind.

BTW If you need to support a special device, write a device driver for it; and do that in
C or C++ too, not Assembly.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: File IO using Assembly and C Pin
Umer Sheikh27-Jan-08 12:02
Umer Sheikh27-Jan-08 12:02 
GeneralRe: File IO using Assembly and C Pin
Mark Salsbery27-Jan-08 12:12
Mark Salsbery27-Jan-08 12:12 
GeneralRe: File IO using Assembly and C Pin
Umer Sheikh27-Jan-08 12:20
Umer Sheikh27-Jan-08 12:20 
GeneralRe: File IO using Assembly and C Pin
Umer Sheikh27-Jan-08 12:42
Umer Sheikh27-Jan-08 12:42 
GeneralRe: File IO using Assembly and C Pin
Luc Pattyn27-Jan-08 12:47
sitebuilderLuc Pattyn27-Jan-08 12:47 
GeneralMFC: printing a document through drawing on a CScrollView Pin
Sternocera27-Jan-08 4:41
Sternocera27-Jan-08 4:41 
GeneralRe: MFC: printing a document through drawing on a CScrollView Pin
bob1697227-Jan-08 6:42
bob1697227-Jan-08 6:42 
QuestionHow to Implent Browser/Server Architecture under Linux Pin
cy163@hotmail.com27-Jan-08 4:11
cy163@hotmail.com27-Jan-08 4:11 
Generalignore: cross-post Pin
Luc Pattyn27-Jan-08 4:42
sitebuilderLuc Pattyn27-Jan-08 4:42 
GeneralRe: How to Implent Browser/Server Architecture under Linux Pin
Paul Conrad27-Jan-08 10:24
professionalPaul Conrad27-Jan-08 10:24 
GeneralChanging the exe icon Pin
Stan the man27-Jan-08 3:25
Stan the man27-Jan-08 3:25 
GeneralRe: Changing the exe icon Pin
Mark Salsbery27-Jan-08 7:21
Mark Salsbery27-Jan-08 7:21 
GeneralRe: Changing the exe icon Pin
Hamid_RT27-Jan-08 20:42
Hamid_RT27-Jan-08 20:42 
Generalplus arrays Pin
gentleguy27-Jan-08 2:25
gentleguy27-Jan-08 2:25 
GeneralRe: plus arrays Pin
Joan M27-Jan-08 2:43
professionalJoan M27-Jan-08 2:43 
GeneralRe: plus arrays Pin
fd012900227-Jan-08 17:06
fd012900227-Jan-08 17:06 
GeneralFlick problem caused by Invalidate in OnMouseMove Pin
followait27-Jan-08 1:39
followait27-Jan-08 1:39 

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.