Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSecured File Pin
sarojsigdel23-Oct-07 8:17
sarojsigdel23-Oct-07 8:17 
QuestionRe: Secured File Pin
Maximilien23-Oct-07 8:35
Maximilien23-Oct-07 8:35 
AnswerRe: Secured File Pin
sarojsigdel23-Oct-07 8:48
sarojsigdel23-Oct-07 8:48 
QuestionDynamically change CAption of Dialog Box Pin
sarojsigdel23-Oct-07 8:11
sarojsigdel23-Oct-07 8:11 
AnswerRe: Dynamically change CAption of Dialog Box Pin
Chris Losinger23-Oct-07 8:14
professionalChris Losinger23-Oct-07 8:14 
GeneralRe: Dynamically change CAption of Dialog Box Pin
sarojsigdel23-Oct-07 8:20
sarojsigdel23-Oct-07 8:20 
GeneralRe: Dynamically change CAption of Dialog Box Pin
Hamid_RT23-Oct-07 20:37
Hamid_RT23-Oct-07 20:37 
QuestionRead Images from IE Pin
vikrant kpr23-Oct-07 5:28
vikrant kpr23-Oct-07 5:28 
Hey Friends
I am calling the function get_images but finally i could not figure out it's path

Need Help.

Regards
IHTMLElementCollection* pColl = NULL;
hr = pHtmlDoc->get_images (&pColl);
..
long nLength = 0;
pColl->get_length (&nLength);

for (int i = 0; i < nLength && bSearch; i++)
{
hr = pElemDispatch->QueryInterface (IID_IHTMLElement, (void**)&pElem);
if (SUCCEEDED (hr) && (pElem != NULL))
{
//I got an Image but how to read it?
//Could not find even its path??
}

}
AnswerRe: Read Images from IE Pin
Nathan Holt at EMOM23-Oct-07 7:24
Nathan Holt at EMOM23-Oct-07 7:24 
Questiondesktop capture Pin
amit.code23-Oct-07 2:08
amit.code23-Oct-07 2:08 
AnswerRe: desktop capture Pin
James R. Twine23-Oct-07 2:45
James R. Twine23-Oct-07 2:45 
GeneralRe: desktop capture Pin
amit.code23-Oct-07 3:12
amit.code23-Oct-07 3:12 
QuestionHow to detect Floppy Arrival Pin
VC_RYK23-Oct-07 0:29
VC_RYK23-Oct-07 0:29 
AnswerRe: How to detect Floppy Arrival Pin
ThatsAlok23-Oct-07 1:05
ThatsAlok23-Oct-07 1:05 
GeneralRe: How to detect Floppy Arrival Pin
Hamid_RT23-Oct-07 1:19
Hamid_RT23-Oct-07 1:19 
GeneralRe: How to detect Floppy Arrival Pin
ThatsAlok23-Oct-07 1:25
ThatsAlok23-Oct-07 1:25 
GeneralRe: How to detect Floppy Arrival Pin
Hamid_RT23-Oct-07 1:30
Hamid_RT23-Oct-07 1:30 
GeneralRe: How to detect Floppy Arrival Pin
ThatsAlok23-Oct-07 1:59
ThatsAlok23-Oct-07 1:59 
GeneralRe: How to detect Floppy Arrival Pin
Hamid_RT23-Oct-07 2:24
Hamid_RT23-Oct-07 2:24 
GeneralRe: How to detect Floppy Arrival Pin
ThatsAlok23-Oct-07 19:34
ThatsAlok23-Oct-07 19:34 
GeneralRe: How to detect Floppy Arrival Pin
Hamid_RT23-Oct-07 20:29
Hamid_RT23-Oct-07 20:29 
GeneralRe: How to detect Floppy Arrival Pin
James R. Twine23-Oct-07 1:38
James R. Twine23-Oct-07 1:38 
AnswerRe: How to detect Floppy Arrival Pin
Naveen23-Oct-07 3:04
Naveen23-Oct-07 3:04 
GeneralRe: How to detect Floppy Arrival Pin
ThatsAlok23-Oct-07 19:51
ThatsAlok23-Oct-07 19:51 
GeneralRe: How to detect Floppy Arrival Pin
Hamid_RT23-Oct-07 20:37
Hamid_RT23-Oct-07 20:37 

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.