Click here to Skip to main content
15,896,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CWaitCursor not working fine in Threads. Pin
«_Superman_»8-Jun-09 2:43
professional«_Superman_»8-Jun-09 2:43 
AnswerRe: CWaitCursor not working fine in Threads. Pin
Stephen Hewitt8-Jun-09 4:41
Stephen Hewitt8-Jun-09 4:41 
Questionsend message to window [modified] Pin
trioum7-Jun-09 23:55
trioum7-Jun-09 23:55 
AnswerRe: send message to window Pin
Nibu babu thomas8-Jun-09 0:07
Nibu babu thomas8-Jun-09 0:07 
General[Message Deleted] Pin
trioum8-Jun-09 0:17
trioum8-Jun-09 0:17 
GeneralRe: send message to window Pin
Rajesh R Subramanian8-Jun-09 0:26
professionalRajesh R Subramanian8-Jun-09 0:26 
General[Message Deleted] Pin
trioum8-Jun-09 1:59
trioum8-Jun-09 1:59 
GeneralRe: send message to window Pin
Rajesh R Subramanian8-Jun-09 2:06
professionalRajesh R Subramanian8-Jun-09 2:06 
GeneralRe: send message to window [modified] Pin
trioum8-Jun-09 2:32
trioum8-Jun-09 2:32 
GeneralRe: send message to window Pin
Rajesh R Subramanian8-Jun-09 2:57
professionalRajesh R Subramanian8-Jun-09 2:57 
GeneralRe: send message to window [modified] Pin
trioum8-Jun-09 3:04
trioum8-Jun-09 3:04 
GeneralRe: send message to window [modified] Pin
trioum9-Jun-09 18:53
trioum9-Jun-09 18:53 
QuestionOutput of the simple question [modified] Pin
shubhi7-Jun-09 23:44
shubhi7-Jun-09 23:44 
AnswerRe: Output of the simple question Pin
CPallini8-Jun-09 0:19
mveCPallini8-Jun-09 0:19 
GeneralRe: Output of the simple question Pin
molesworth8-Jun-09 0:38
molesworth8-Jun-09 0:38 
AnswerRe: Output of the simple question Pin
Rajesh R Subramanian8-Jun-09 0:21
professionalRajesh R Subramanian8-Jun-09 0:21 
GeneralRe: Output of the simple question Pin
shubhi8-Jun-09 0:40
shubhi8-Jun-09 0:40 
GeneralRe: Output of the simple question [modified] Pin
Rajesh R Subramanian8-Jun-09 0:48
professionalRajesh R Subramanian8-Jun-09 0:48 
GeneralRe: Output of the simple question Pin
CPallini8-Jun-09 0:57
mveCPallini8-Jun-09 0:57 
GeneralRe: Output of the simple question Pin
Rajesh R Subramanian8-Jun-09 1:02
professionalRajesh R Subramanian8-Jun-09 1:02 
GeneralRe: Output of the simple question Pin
Anoop Dashora8-Jun-09 1:14
Anoop Dashora8-Jun-09 1:14 
GeneralRe: Output of the simple question [modified] Pin
CPallini8-Jun-09 1:32
mveCPallini8-Jun-09 1:32 
GeneralRe: Output of the simple question Pin
Rajesh R Subramanian8-Jun-09 1:15
professionalRajesh R Subramanian8-Jun-09 1:15 
AnswerRe: Output of the simple question [modified] Pin
Stuart Dootson8-Jun-09 2:22
professionalStuart Dootson8-Jun-09 2:22 
QuestionHow to Open MyStore of Certificates Pin
UserNameless7-Jun-09 22:55
UserNameless7-Jun-09 22:55 
Hi again. trying to design a gui which would access certain certificate information and display it in the interface under appropriate columns. when I designed the code to display the information in the console I used pIStore->Open(CAPICOM_CURRENT_USER_STORE,bstrName,CAPICOM_STORE_OPEN_READ_ONLY) where pIStore is a IStorePtr and bstrName is defiend as: _bstr_t bstrName = _T("My");

how can i access the certificate store now if i wish to get information from it and display it in rows using ListBox? (I am guiding myself on the sample code for opening and displaying a database, provided by Visual Studio 8.0 MFC examples (project is called DBVList))

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.