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

C / C++ / MFC

 
AnswerRe: what are external dependencies? Pin
Nilesh K.19-Jun-05 18:23
Nilesh K.19-Jun-05 18:23 
GeneralDialog box open issue. Please HELP! Pin
volovik18-Jun-05 2:37
volovik18-Jun-05 2:37 
GeneralRe: Dialog box open issue. Please HELP! Pin
Gary R. Wheeler18-Jun-05 4:27
Gary R. Wheeler18-Jun-05 4:27 
GeneralRe: Dialog box open issue. Please HELP! Pin
volovik18-Jun-05 6:07
volovik18-Jun-05 6:07 
GeneralRe: Dialog box open issue. Please HELP! Pin
Gary R. Wheeler18-Jun-05 8:08
Gary R. Wheeler18-Jun-05 8:08 
Generalwant menu window without the border Pin
LiYS18-Jun-05 2:22
LiYS18-Jun-05 2:22 
GeneralWLAN Card RSSI Pin
Member 204556018-Jun-05 1:37
Member 204556018-Jun-05 1:37 
QuestionHow set message handling right? Pin
ryuki18-Jun-05 1:17
ryuki18-Jun-05 1:17 
I have a singledocument MFC app. In the mainwindow it displays a listview. If you pick an item in that view a couple of docking Toolsbars with views should show a preview and Informations of that item. You know ACDSee? Than you know what I speak of.

I managed to set things up so far and it works. When selection changes the view sends a message (SendMessage()) with an ID to my MainFrame class and that one loads the new information in the preview tool bars (it calls the functions for loading in the toolbar classes).

Now I have the problem that changing selection in the mainview gets a little bit bumpy. When pressing the down key the selection cicles through the view. Without the views the speed is allways the same. With the views it stops sometimes but the speed changes again and again.
What I want is a steady speed.

The other downside is that the toolbars crashes. It is not a fatal error, the toolbars still work but the updated Informations are not displayed anymore. Even the overall appearance of the bars look damaged. I use a class from codeproject for them: CSizingControlBar so its difficult to say if its a problem with that class or a memory / message issue of my app.

Anyway I would be grateful if someone could help me with the first issue, and even more if someone knows something about the second one.
GeneralDeque problem with shared_ptr Pin
Luke Murray18-Jun-05 1:03
Luke Murray18-Jun-05 1:03 
GeneralRe: Deque problem with shared_ptr Pin
Jack Puppy18-Jun-05 3:25
Jack Puppy18-Jun-05 3:25 
GeneralRe: Deque problem with shared_ptr Pin
Luke Murray18-Jun-05 17:14
Luke Murray18-Jun-05 17:14 
GeneralRe: Deque problem with shared_ptr Pin
M.Mehrdad.M18-Jun-05 3:25
M.Mehrdad.M18-Jun-05 3:25 
GeneralRe: Deque problem with shared_ptr Pin
Luke Murray18-Jun-05 23:51
Luke Murray18-Jun-05 23:51 
Questionhow to disable maximize Box Dynamically Pin
topagarwal17-Jun-05 23:23
topagarwal17-Jun-05 23:23 
AnswerRe: how to disable maximize Box Dynamically Pin
khan++18-Jun-05 1:20
khan++18-Jun-05 1:20 
Generalmsdn sample Pin
cell5117-Jun-05 20:03
cell5117-Jun-05 20:03 
GeneralRe: msdn sample Pin
Christian Graus17-Jun-05 21:21
protectorChristian Graus17-Jun-05 21:21 
GeneralPress "Enter" on combo box caused my application to exit. Pin
Member 166300817-Jun-05 20:00
Member 166300817-Jun-05 20:00 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
Christian Graus17-Jun-05 21:24
protectorChristian Graus17-Jun-05 21:24 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
Jack Puppy17-Jun-05 21:27
Jack Puppy17-Jun-05 21:27 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
Anonymous17-Jun-05 21:38
Anonymous17-Jun-05 21:38 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
David Crow18-Jun-05 3:38
David Crow18-Jun-05 3:38 
GeneralInvisible Dialog Pin
ajmalsiddiqi17-Jun-05 19:44
ajmalsiddiqi17-Jun-05 19:44 
GeneralRe: Invisible Dialog Pin
Christian Graus17-Jun-05 21:25
protectorChristian Graus17-Jun-05 21:25 
GeneralRe: Invisible Dialog Pin
ajmalsiddiqi18-Jun-05 2:03
ajmalsiddiqi18-Jun-05 2:03 

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.