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

C / C++ / MFC

 
AnswerRe: FullScrean listbox Pin
Member 419459328-Jun-10 7:03
Member 419459328-Jun-10 7:03 
QuestionDislplaying bitmap image on the screen when raw bitmap data is available in memory? (WIN32) Pin
yeswekey27-Jun-10 21:26
yeswekey27-Jun-10 21:26 
AnswerRe: Dislplaying bitmap image on the screen when raw bitmap data is available in memory? (WIN32) Pin
Niklas L27-Jun-10 21:41
Niklas L27-Jun-10 21:41 
GeneralRe: Dislplaying bitmap image on the screen when raw bitmap data is available in memory? (WIN32) Pin
yeswekey27-Jun-10 21:57
yeswekey27-Jun-10 21:57 
AnswerRe: Dislplaying bitmap image on the screen when raw bitmap data is available in memory? (WIN32) Pin
KarstenK27-Jun-10 21:49
mveKarstenK27-Jun-10 21:49 
GeneralRe: Dislplaying bitmap image on the screen when raw bitmap data is available in memory? (WIN32) Pin
yeswekey27-Jun-10 23:04
yeswekey27-Jun-10 23:04 
QuestionRound Button Pin
john563227-Jun-10 21:25
john563227-Jun-10 21:25 
AnswerRe: Round Button Pin
Software_Developer27-Jun-10 22:16
Software_Developer27-Jun-10 22:16 
AnswerRe: Round Button Pin
Mohan Ramachandra27-Jun-10 22:27
Mohan Ramachandra27-Jun-10 22:27 
QuestionException Pin
T.RATHA KRISHNAN27-Jun-10 21:20
T.RATHA KRISHNAN27-Jun-10 21:20 
AnswerRe: Exception PinPopular
Niklas L27-Jun-10 21:29
Niklas L27-Jun-10 21:29 
AnswerRe: Exception Pin
Aescleal27-Jun-10 22:01
Aescleal27-Jun-10 22:01 
QuestionStdafx Pin
VeSudha27-Jun-10 20:59
VeSudha27-Jun-10 20:59 
AnswerRe: Stdafx Pin
Niklas L27-Jun-10 21:14
Niklas L27-Jun-10 21:14 
QuestionUsage of IHTMLElement Pin
Pk.j27-Jun-10 18:36
Pk.j27-Jun-10 18:36 
AnswerRe: Usage of IHTMLElement Pin
Stephen Hewitt27-Jun-10 19:09
Stephen Hewitt27-Jun-10 19:09 
AnswerRe: Usage of IHTMLElement Pin
ThatsAlok27-Jun-10 19:14
ThatsAlok27-Jun-10 19:14 
AnswerRe: Usage of IHTMLElement Pin
«_Superman_»27-Jun-10 19:23
professional«_Superman_»27-Jun-10 19:23 
GeneralRe: Usage of IHTMLElement Pin
Pk.j27-Jun-10 21:39
Pk.j27-Jun-10 21:39 
GeneralRe: Usage of IHTMLElement Pin
«_Superman_»27-Jun-10 22:16
professional«_Superman_»27-Jun-10 22:16 
GeneralRe: Usage of IHTMLElement Pin
Pk.j27-Jun-10 22:48
Pk.j27-Jun-10 22:48 
GeneralRe: Usage of IHTMLElement Pin
«_Superman_»27-Jun-10 22:51
professional«_Superman_»27-Jun-10 22:51 
GeneralRe: Usage of IHTMLElement Pin
Pk.j27-Jun-10 23:54
Pk.j27-Jun-10 23:54 
GeneralRe: Usage of IHTMLElement Pin
«_Superman_»28-Jun-10 0:07
professional«_Superman_»28-Jun-10 0:07 
GeneralRe: Usage of IHTMLElement Pin
Pk.j28-Jun-10 1:31
Pk.j28-Jun-10 1:31 
No my code is not running in BHO. It's an exe.
Actually i want to save WebPage's filled values with 'id'of the field. So that in future i can refer a (saved) perticular field value with respect to it's Input-element 'id' value .

I able to do both save & refer the value of a field with respect to the value of Input-element 'type'. But problem is there, if suppose a web page having 2 TEXT-type fields --Text1 & Text2,then when i'm after saving those values, referring the values ,my code pointing those Text1 & Text2 fields's values as if the values of Text1 field. Because both field's Input 'type' element's value is same "text".

Actually i'hv to save the LoginPage field value of 'www.redbox.com'.But it's most fields don't have common Inpute element 'name'.Other wise we could have a abstract by IHTMLInputElement->get_name()

Only way, we can point both values of 2 different TEXT-type fields separately by saving their values along with Input 'id' element's value respectfully.Because we can notice id's of 2 different TEXT-type field's are different even though their Input 'type' value[text] are same .

So can you please rectify my last code stuff .

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.