Click here to Skip to main content
15,914,396 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I handle "enter" key in a listbox? Pin
fferland9-Sep-02 4:41
fferland9-Sep-02 4:41 
AnswerRe: How do I handle "enter" key in a listbox? Pin
[James Pullicino]9-Sep-02 5:17
[James Pullicino]9-Sep-02 5:17 
AnswerRe: How do I handle "enter" key in a listbox? Pin
Alwin759-Sep-02 5:32
Alwin759-Sep-02 5:32 
AnswerRe: How do I handle "enter" key in a listbox? Pin
Tomasz Sowinski9-Sep-02 5:32
Tomasz Sowinski9-Sep-02 5:32 
GeneralFixed Length Records Pin
crusherwright9-Sep-02 4:27
crusherwright9-Sep-02 4:27 
GeneralRe: Fixed Length Records Pin
Tomasz Sowinski9-Sep-02 4:32
Tomasz Sowinski9-Sep-02 4:32 
GeneralRe: Fixed Length Records Pin
crusherwright9-Sep-02 4:35
crusherwright9-Sep-02 4:35 
GeneralRe: Fixed Length Records Pin
Tomasz Sowinski9-Sep-02 4:37
Tomasz Sowinski9-Sep-02 4:37 
GeneralRe: Fixed Length Records Pin
crusherwright9-Sep-02 5:28
crusherwright9-Sep-02 5:28 
GeneralRe: Fixed Length Records Pin
Tomasz Sowinski9-Sep-02 5:46
Tomasz Sowinski9-Sep-02 5:46 
GeneralRe: Fixed Length Records Pin
crusherwright9-Sep-02 5:49
crusherwright9-Sep-02 5:49 
GeneralNeed Urgent HELP on DAO Jet 4.0 distribution Pin
Anonymous9-Sep-02 4:19
Anonymous9-Sep-02 4:19 
GeneralNetMessageBufferSend question Pin
Tom Wright9-Sep-02 4:16
Tom Wright9-Sep-02 4:16 
GeneralRe: NetMessageBufferSend question Pin
Tom Wright9-Sep-02 4:45
Tom Wright9-Sep-02 4:45 
GeneralRe: NetMessageBufferSend question Pin
Stephen C. Steel9-Sep-02 7:32
Stephen C. Steel9-Sep-02 7:32 
GeneralRe: NetMessageBufferSend question Pin
Tom Wright9-Sep-02 10:37
Tom Wright9-Sep-02 10:37 
GeneralRe: NetMessageBufferSend question Pin
Daniel Lohmann9-Sep-02 12:50
Daniel Lohmann9-Sep-02 12:50 
GeneralRe: NetMessageBufferSend question Pin
Tom Wright9-Sep-02 12:55
Tom Wright9-Sep-02 12:55 
GeneralMemory access at run time Pin
SamirSood9-Sep-02 2:40
SamirSood9-Sep-02 2:40 
GeneralRe: Memory access at run time Pin
Vagif Abilov9-Sep-02 2:51
professionalVagif Abilov9-Sep-02 2:51 
GeneralRe: Memory access at run time Pin
Pavel Klocek9-Sep-02 2:54
Pavel Klocek9-Sep-02 2:54 
You can access all memory mapped to application address space, randomly mapped to physical RAM by OS. If you need to access a physical RAM, you need to go down to driver level, if it's possible at all.

Pavel
Sonork 100.15206
GeneralRe: Memory access at run time Pin
SamirSood9-Sep-02 3:46
SamirSood9-Sep-02 3:46 
GeneralRe: Memory access at run time Pin
Todd Jeffreys9-Sep-02 16:21
Todd Jeffreys9-Sep-02 16:21 
General#define vs. const Pin
Alexandru Savescu9-Sep-02 2:31
Alexandru Savescu9-Sep-02 2:31 
GeneralRe: #define vs. const Pin
Pavel Klocek9-Sep-02 2:35
Pavel Klocek9-Sep-02 2: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.