Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ilvanhellovan

Hi Guys, I need your help to create query dynamically, how to populate data value from formula in other table. Sample Below Table A ID Amount 1 50 2 40 3 50 Table B ID FormulaID VALUE X 1+2+3 Y 1-2+3 Result Expectation ID FormulaID VALUE X 1+2+3 140 Y …

Member Avatar for hericles
0
280
Member Avatar for ilvanhellovan

please somebody help,, is it possible to run multiple BHO in same time? in this case, i have to generate 2 BHO (2 add-ons) with different name, but when i opened IE , the 1st BHO running well,but the 2nd BHO is not running, have somebody solution for this case? …

Member Avatar for reshea1950
0
129
Member Avatar for ilvanhellovan

hey everyone,, how to create element html in BHO include event like "onclick" im so confused for that, i try this code : document = (HTMLDocument)ieInstance.Document; HTMLInputElement input = (HTMLInputElement)document.createElement("input"); input.setAttribute("id", "txtRec", 1); input.setAttribute("type", "text",1); input.setAttribute("onclick","javascript:function(){alert("Hello");}"); but when i use command : document.getElementById("txtRec").click(); the alert is not show,,i think the …

Member Avatar for Mike Askew
0
156
Member Avatar for ilvanhellovan

i have code like this C#: document = (HTMLDocument)ieInstance.Document; HTMLInputElement input = (HTMLInputElement)document.createElement("input"); input.setAttribute("id", "txtRec", 1); input.setAttribute("type", "hidden",1); input.setAttribute("onClick", "return setContentVal()", 1); input.style.width = "80px"; HTMLDivElement div = (HTMLDivElement)document.getElementById("silverlightControlHost"); div.appendChild((mshtml.IHTMLDOMNode)input); the problem is when i use document.getElementById("txtRec").click(); Javascript: function setContentVal(){ alert("Test"); } the alert from java script function is not …

0
182
Member Avatar for ilvanhellovan

i have a problem conversion from char to LPTSTR as parameter, could anyone help me,, for example char temp[10]="abcde"; how convert to LPTSTR from char above?? thanks

Member Avatar for deceptikon
0
2K
Member Avatar for ilvanhellovan

i need help,, i have a text file like this below Line 1 Line 2 Line 3 my question, how to readfile from that txt line by line using Win32 API and output to console... can anyone help me,, i'm very new in c++ Thanks

Member Avatar for Ancient Dragon
0
210
Member Avatar for ilvanhellovan

can anyone help me,, i have some iteration that value from iteration store to 'List', the problem how to list of value from iteration and output as text file each line,, need your help.. thanks

Member Avatar for np complete
0
38