Click here to Skip to main content
15,893,790 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionActive Directory ExecuteSearch enum results with LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER Pin
Petr Stejskal26-Mar-09 6:16
Petr Stejskal26-Mar-09 6:16 
QuestionHow to set Header and footer in Excel file With use of MFC in VC++6.0 [modified] Pin
rocky8226-Mar-09 6:06
rocky8226-Mar-09 6:06 
AnswerRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
Michael Schubert26-Mar-09 6:16
Michael Schubert26-Mar-09 6:16 
GeneralRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
led mike26-Mar-09 8:35
led mike26-Mar-09 8:35 
JokeRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
CPallini26-Mar-09 9:16
mveCPallini26-Mar-09 9:16 
AnswerRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
David Crow26-Mar-09 8:37
David Crow26-Mar-09 8:37 
QuestionHow to update the CFormView Pin
Koutans26-Mar-09 5:52
Koutans26-Mar-09 5:52 
AnswerRe: How to update the CFormView Pin
Stuart Dootson26-Mar-09 8:13
professionalStuart Dootson26-Mar-09 8:13 
QuestionCalling javascript function from mfc activex control Pin
B060611526-Mar-09 4:59
B060611526-Mar-09 4:59 
AnswerRe: Calling javascript function from mfc activex control Pin
led mike26-Mar-09 5:57
led mike26-Mar-09 5:57 
GeneralRe: Calling javascript function from mfc activex control Pin
Michael Schubert26-Mar-09 6:03
Michael Schubert26-Mar-09 6:03 
JokeRe: Calling javascript function from mfc activex control Pin
Cedric Moonen26-Mar-09 6:05
Cedric Moonen26-Mar-09 6:05 
JokeRe: Calling javascript function from mfc activex control Pin
CPallini26-Mar-09 7:24
mveCPallini26-Mar-09 7:24 
GeneralRe: Calling javascript function from mfc activex control Pin
led mike26-Mar-09 8:11
led mike26-Mar-09 8:11 
GeneralRe: Calling javascript function from mfc activex control Pin
CPallini26-Mar-09 8:18
mveCPallini26-Mar-09 8:18 
GeneralRe: Calling javascript function from mfc activex control Pin
B060611526-Mar-09 18:53
B060611526-Mar-09 18:53 
GeneralRe: Calling javascript function from mfc activex control Pin
B060611529-Mar-09 19:15
B060611529-Mar-09 19:15 
AnswerRe: Calling javascript function from mfc activex control Pin
David Crow26-Mar-09 5:58
David Crow26-Mar-09 5:58 
GeneralRe: Calling javascript function from mfc activex control Pin
B060611529-Mar-09 19:18
B060611529-Mar-09 19:18 
QuestionUsing dll with non-unicode in a unicode dll Pin
Ergodyne26-Mar-09 4:59
Ergodyne26-Mar-09 4:59 
AnswerRe: Using dll with non-unicode in a unicode dll Pin
Joe Woodbury26-Mar-09 5:41
professionalJoe Woodbury26-Mar-09 5:41 
AnswerRe: Using dll with non-unicode in a unicode dll Pin
Iain Clarke, Warrior Programmer26-Mar-09 6:34
Iain Clarke, Warrior Programmer26-Mar-09 6:34 
GeneralRe: Using dll with non-unicode in a unicode dll Pin
Nemanja Trifunovic26-Mar-09 8:11
Nemanja Trifunovic26-Mar-09 8:11 
QuestionDialog operations slow in windows Vista Pin
sskinamadasoft26-Mar-09 3:50
sskinamadasoft26-Mar-09 3:50 
In our team, We Develop/maintain a CAD software develop in VC++.
We converted the entire code to VS2005 for vista support.
All our modules are working fine.
But in very few test machines, we continuously work for 1hr, the
operation of dialogs in our software is dead slow.

We use Sql sever 2005, as the data base.
We analyzed and found that, many message handles are in queue,
due to which when we press a button it takes more time.
This time is more when change of focus is from an edit control
to a button.If it is between a button and a button its normal.

We also checked for memory leaks and fixed.
It seems to be a very rare bug but unable to find the reason for it.
Please ask me if you need any further details.
Thanks in advance for your help.
Its a very critical issue for us.

B.s.siva kumar.

AnswerRe: Dialog operations slow in windows Vista Pin
Eytukan26-Mar-09 4:04
Eytukan26-Mar-09 4:04 

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.