Click here to Skip to main content
15,887,355 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Property sheet and page Pin
Chuck O'Toole25-Sep-09 4:04
Chuck O'Toole25-Sep-09 4:04 
QuestionHow to hide SIP with mutiple dialog boxes? Pin
Rushikesh12324-Sep-09 2:55
Rushikesh12324-Sep-09 2:55 
Questioni have written create process now i want to terminate process but it is not terminated Pin
prerananit24-Sep-09 2:42
prerananit24-Sep-09 2:42 
AnswerRe: i have written create process now i want to terminate process but it is not terminated Pin
Nuri Ismail24-Sep-09 2:45
Nuri Ismail24-Sep-09 2:45 
GeneralRe: i have written create process now i want to terminate process but it is not terminated Pin
CPallini24-Sep-09 3:01
mveCPallini24-Sep-09 3:01 
GeneralRe: i have written create process now i want to terminate process but it is not terminated Pin
Nuri Ismail24-Sep-09 3:14
Nuri Ismail24-Sep-09 3:14 
AnswerRe: i have written create process now i want to terminate process but it is not terminated Pin
CPallini24-Sep-09 3:02
mveCPallini24-Sep-09 3:02 
QuestionAutomatic cell change event in Excel Pin
NarVish24-Sep-09 1:59
NarVish24-Sep-09 1:59 
I used the following SheetChange event function, to retrieve the data entered in excel cells.

BEGIN_SINK_MAP(ExcelAppEventHandler)
SINK_ENTRY_INFO(1, __uuidof(Excel::AppEvents), 0x0000061c, &ExcelAppEventHandler::SheetChange, &SheetChangeInfo)
END_SINK_MAP()

where as its not retrieving the automatic changes.
for example, C1 cell contains the function =SUM(A1,B1), A1 = 10, B1=20 then C1=30

if I changed value in A1 to 15, at a time there will changes in two cell, i.e, A1(15) and C1(35).
I'm able to get the A1 value but not C1. How can I trace C1 value (automatic changes).
Please guide me to solve this.
Thanks in advance.
QuestionMFC - Passing data between dialogs in Tab Control Pin
melinda_mel24-Sep-09 1:13
melinda_mel24-Sep-09 1:13 
AnswerRe: MFC - Passing data between dialogs in Tab Control Pin
Franck Paquier24-Sep-09 1:24
Franck Paquier24-Sep-09 1:24 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
melinda_mel24-Sep-09 2:46
melinda_mel24-Sep-09 2:46 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
David Crow24-Sep-09 3:03
David Crow24-Sep-09 3:03 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
melinda_mel24-Sep-09 3:09
melinda_mel24-Sep-09 3:09 
AnswerRe: MFC - Passing data between dialogs in Tab Control Pin
Chuck O'Toole24-Sep-09 15:58
Chuck O'Toole24-Sep-09 15:58 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
melinda_mel25-Sep-09 1:39
melinda_mel25-Sep-09 1:39 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
Chuck O'Toole25-Sep-09 3:48
Chuck O'Toole25-Sep-09 3:48 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
melinda_mel25-Sep-09 4:06
melinda_mel25-Sep-09 4:06 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
Chuck O'Toole25-Sep-09 4:12
Chuck O'Toole25-Sep-09 4:12 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
melinda_mel25-Sep-09 4:23
melinda_mel25-Sep-09 4:23 
GeneralRe: MFC - Passing data between dialogs in Tab Control Pin
Chuck O'Toole25-Sep-09 5:58
Chuck O'Toole25-Sep-09 5:58 
QuestionForcing a window to draw itself as active Pin
Code-o-mat24-Sep-09 0:40
Code-o-mat24-Sep-09 0:40 
AnswerRe: Forcing a window to draw itself as active Pin
«_Superman_»24-Sep-09 0:53
professional«_Superman_»24-Sep-09 0:53 
GeneralRe: Forcing a window to draw itself as active Pin
Code-o-mat24-Sep-09 1:06
Code-o-mat24-Sep-09 1:06 
QuestionDate picker control is not working Pin
Pryabu23-Sep-09 23:56
Pryabu23-Sep-09 23:56 
AnswerRe: Date picker control is not working Pin
«_Superman_»24-Sep-09 0:59
professional«_Superman_»24-Sep-09 0:59 

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.