Click here to Skip to main content
15,912,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LVN_BEGINDRAG Pin
baerten27-Jun-07 3:49
baerten27-Jun-07 3:49 
GeneralRe: LVN_BEGINDRAG Pin
KarstenK27-Jun-07 4:26
mveKarstenK27-Jun-07 4:26 
GeneralRe: LVN_BEGINDRAG Pin
baerten27-Jun-07 4:40
baerten27-Jun-07 4:40 
QuestionCTreeCtrl and trapping on message after checkbox is marked Pin
JDCSI9927-Jun-07 1:49
JDCSI9927-Jun-07 1:49 
AnswerRe: CTreeCtrl and trapping on message after checkbox is marked Pin
Iain Clarke, Warrior Programmer27-Jun-07 3:12
Iain Clarke, Warrior Programmer27-Jun-07 3:12 
AnswerRe: CTreeCtrl and trapping on message after checkbox is marked Pin
Iain Clarke, Warrior Programmer27-Jun-07 3:38
Iain Clarke, Warrior Programmer27-Jun-07 3:38 
GeneralRe: CTreeCtrl and trapping on message after checkbox is marked Pin
JDCSI9927-Jun-07 4:38
JDCSI9927-Jun-07 4:38 
QuestionHelp needed to solve images problem Pin
James_Programmer27-Jun-07 1:42
James_Programmer27-Jun-07 1:42 
Hi all,

I have a problem regarding performance of my application in which I have many images in tabpane in which user can select any tab and the appropriate result will be shown to the user respective to the selected tab in my MFC application.

But when user made click on that there is much fluctuation to display data and it takes long time to display a single text line.

I have loaded images by the following code:
m_btnHelp.SetButtonStyle(BS_OWNERDRAW);
m_btnHelp.LoadBitmaps(IDB_BTN_MAINHELPD,IDB_BTN_MAINHELPH,IDB_BTN_MAINHELPD);

So, can any one help me to solve this slow performance problem

or anybody knows how to load this images and open respective pages fast.

Thanks in advance!!!
AnswerRe: Help needed to solve images problem Pin
KarstenK27-Jun-07 1:59
mveKarstenK27-Jun-07 1:59 
GeneralRe: Help needed to solve images problem Pin
James_Programmer27-Jun-07 2:14
James_Programmer27-Jun-07 2:14 
GeneralRe: Help needed to solve images problem Pin
KarstenK27-Jun-07 2:45
mveKarstenK27-Jun-07 2:45 
GeneralRe: Help needed to solve images problem Pin
James_Programmer27-Jun-07 20:24
James_Programmer27-Jun-07 20:24 
GeneralRe: Help needed to solve images problem Pin
KarstenK27-Jun-07 21:09
mveKarstenK27-Jun-07 21:09 
QuestionRe: Help needed to solve images problem Pin
Rajkumar R27-Jun-07 2:33
Rajkumar R27-Jun-07 2:33 
Questionhow can i unselecect files in a list view Pin
vasu_sri27-Jun-07 1:39
vasu_sri27-Jun-07 1:39 
AnswerRe: how can i unselecect files in a list view Pin
Nibu babu thomas27-Jun-07 1:48
Nibu babu thomas27-Jun-07 1:48 
QuestionHow to Get System Hard Disk Serial Number in MFC Pin
swamy Narasimha27-Jun-07 1:37
swamy Narasimha27-Jun-07 1:37 
AnswerRe: How to Get System Hard Disk Serial Number in MFC Pin
prasad_som27-Jun-07 2:30
prasad_som27-Jun-07 2:30 
AnswerRe: How to Get System Hard Disk Serial Number in MFC Pin
Hamid_RT27-Jun-07 8:30
Hamid_RT27-Jun-07 8:30 
QuestionHow to handle Exceptions in Constructor? Pin
narayanagvs27-Jun-07 1:31
narayanagvs27-Jun-07 1:31 
AnswerRe: How to handle Exceptions in Constructor? Pin
toxcct27-Jun-07 1:44
toxcct27-Jun-07 1:44 
QuestionOn Close Exception Pin
Programm3r27-Jun-07 0:46
Programm3r27-Jun-07 0:46 
AnswerRe: On Close Exception Pin
CPallini27-Jun-07 0:48
mveCPallini27-Jun-07 0:48 
QuestionRe: On Close Exception Pin
Programm3r27-Jun-07 0:57
Programm3r27-Jun-07 0:57 
AnswerRe: On Close Exception Pin
Hamid_RT27-Jun-07 0:57
Hamid_RT27-Jun-07 0:57 

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.