No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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 …
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? …
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 …
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 …
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
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
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
The End.
ilvanhellovan