Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Check existing folder Pin
kakan24-Nov-05 1:24
professionalkakan24-Nov-05 1:24 
GeneralRe: Check existing folder Pin
Cedric Moonen24-Nov-05 1:42
Cedric Moonen24-Nov-05 1:42 
AnswerRe: Check existing folder Pin
Jagadeesh VN24-Nov-05 1:26
Jagadeesh VN24-Nov-05 1:26 
AnswerRe: Check existing folder Pin
Cool Ju24-Nov-05 18:27
Cool Ju24-Nov-05 18:27 
AnswerRe: Check existing folder Pin
Blake Miller28-Nov-05 8:30
Blake Miller28-Nov-05 8:30 
QuestionFile Copy Problem!!! Pin
Jagadeesh VN24-Nov-05 1:15
Jagadeesh VN24-Nov-05 1:15 
QuestionHow can I set properties of ActiveX control Pin
zwsonic24-Nov-05 0:20
zwsonic24-Nov-05 0:20 
AnswerRe: How can I set properties of ActiveX control Pin
Jagadeesh VN24-Nov-05 1:38
Jagadeesh VN24-Nov-05 1:38 
If its your ActiveX control, then expose the variables using Properties. Create a new property for each of the variable and the IDE will generate the Getter and Setter.

From your HTML / Javscript code, you can directly access the variable using the property name as they are using IDispatch. From your VC++ code, you can use Getter and Setter methods.

Cheers
Jugs

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
GeneralRe: How can I set properties of ActiveX control Pin
zwsonic24-Nov-05 16:21
zwsonic24-Nov-05 16:21 
QuestionHow to avoid flickering? Pin
jayshml23-Nov-05 23:51
jayshml23-Nov-05 23:51 
AnswerRe: How to avoid flickering? Pin
PJ Arends24-Nov-05 16:19
professionalPJ Arends24-Nov-05 16:19 
QuestionVariable Scope Pin
Gizzo23-Nov-05 23:47
Gizzo23-Nov-05 23:47 
AnswerRe: Variable Scope Pin
khan++23-Nov-05 23:56
khan++23-Nov-05 23:56 
AnswerRe: Variable Scope Pin
Owner drawn23-Nov-05 23:59
Owner drawn23-Nov-05 23:59 
AnswerRe: Variable Scope Pin
sunit524-Nov-05 18:41
sunit524-Nov-05 18:41 
Questioncode execution Pin
micutzu23-Nov-05 23:25
micutzu23-Nov-05 23:25 
Questionhelp needed from "Albert Hermann's article(Easy to use class for ScreenCapture to printer)" Pin
a_david12323-Nov-05 23:23
a_david12323-Nov-05 23:23 
AnswerRe: help needed from "Albert Hermann's article(Easy to use class for ScreenCapture to printer)" Pin
toxcct23-Nov-05 23:41
toxcct23-Nov-05 23:41 
QuestionMultiple application.exe Pin
Boder Coder23-Nov-05 23:19
Boder Coder23-Nov-05 23:19 
AnswerRe: Multiple application.exe Pin
toxcct23-Nov-05 23:36
toxcct23-Nov-05 23:36 
AnswerRe: Multiple application.exe Pin
micutzu23-Nov-05 23:38
micutzu23-Nov-05 23:38 
GeneralRe: Multiple application.exe Pin
Owner drawn24-Nov-05 0:15
Owner drawn24-Nov-05 0:15 
GeneralRe: Multiple application.exe Pin
Boder Coder24-Nov-05 0:39
Boder Coder24-Nov-05 0:39 
GeneralRe: Multiple application.exe Pin
Rage24-Nov-05 1:22
professionalRage24-Nov-05 1:22 
GeneralRe: Multiple application.exe Pin
Jagadeesh VN24-Nov-05 1:24
Jagadeesh VN24-Nov-05 1:24 

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.