Click here to Skip to main content
16,016,024 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Accessing a CTypedPtrArray obj. from a child dialog? Pin
Joaquín M López Muñoz17-Feb-03 10:08
Joaquín M López Muñoz17-Feb-03 10:08 
GeneralRe: Accessing a CTypedPtrArray obj. from a child dialog? Pin
Miguel Lopes17-Feb-03 11:57
Miguel Lopes17-Feb-03 11:57 
GeneralRe: Accessing a CTypedPtrArray obj. from a child dialog? Pin
Miguel Lopes20-Feb-03 13:17
Miguel Lopes20-Feb-03 13:17 
GeneralCreateDirectory function Pin
luc_favaro17-Feb-03 7:43
luc_favaro17-Feb-03 7:43 
GeneralRe: CreateDirectory function Pin
Nish Nishant17-Feb-03 7:55
sitebuilderNish Nishant17-Feb-03 7:55 
GeneralRe: CreateDirectory function Pin
luc_favaro17-Feb-03 8:18
luc_favaro17-Feb-03 8:18 
GeneralRe: CreateDirectory function Pin
Nish Nishant17-Feb-03 9:58
sitebuilderNish Nishant17-Feb-03 9:58 
GeneralActiveX Control on website.. (again) Pin
Ice|Man17-Feb-03 7:35
Ice|Man17-Feb-03 7:35 
Hi folks..

I've created an activex control for a website that uses javascript to fetch data..

Now, the problem is that i can't manke that control DO anything even though the function is added to the project..

My question is HOW to create "PUBLIC" functions to use on my website..

This is what i'm using on the website..
<br />
<script><br />
<br />
	function winamp() {<br />
<br />
			myStr = MyControl.MyFunction;<br />
<br />
			alert(myStr);<br />
<br />
			return;<br />
	}<br />
<br />
</script><br />
<br />
<br />
<OBJECT ID="MyControl" WIDTH=0 HEIGHT=0 CLASSID="CLSID:3BD88955-B9EB-4185-9F47-FEA07F6109B8"><br />
<PARAM NAME="_Version" VALUE="65536"><br />
<PARAM NAME="_ExtentX" VALUE="2646"><br />
<PARAM NAME="_ExtentY" VALUE="1323"><br />
<PARAM NAME="_StockProps" VALUE="0"><br />
</OBJECT><br />
<br />


This *SHOULD* give an alertbox - saying "Hello World".. but i get "Object not supported"


I really need some help! Cry | :((
GeneralRe: ActiveX Control on website.. (again) Pin
OBRon17-Feb-03 9:23
OBRon17-Feb-03 9:23 
GeneralRe: ActiveX Control on website.. (again) Pin
Ice|Man17-Feb-03 9:53
Ice|Man17-Feb-03 9:53 
GeneralRe: ActiveX Control on website.. (again) Pin
OBRon17-Feb-03 10:59
OBRon17-Feb-03 10:59 
QuestionHow can I learn HOOK? Pin
Anonymous17-Feb-03 7:34
Anonymous17-Feb-03 7:34 
AnswerRe: How can I learn HOOK? Pin
Nish Nishant17-Feb-03 7:56
sitebuilderNish Nishant17-Feb-03 7:56 
GeneralPDF CView (still needed...) Pin
Archigal17-Feb-03 5:00
Archigal17-Feb-03 5:00 
GeneralRe: PDF CView (still needed...) Pin
jhwurmbach17-Feb-03 5:16
jhwurmbach17-Feb-03 5:16 
GeneralGateway IP under Win NT Pin
Koep17-Feb-03 4:49
Koep17-Feb-03 4:49 
GeneralKazaa Search Automation Pin
lumpyandsuspicious17-Feb-03 4:35
lumpyandsuspicious17-Feb-03 4:35 
GeneralRe: Kazaa Search Automation Pin
Joan M17-Feb-03 5:12
professionalJoan M17-Feb-03 5:12 
GeneralRe: Kazaa Search Automation Pin
User 665817-Feb-03 8:01
User 665817-Feb-03 8:01 
QuestionFile sorting NT vs. 2000 ? Pin
will138317-Feb-03 4:26
will138317-Feb-03 4:26 
AnswerRe: File sorting NT vs. 2000 ? Pin
peterchen17-Feb-03 5:20
peterchen17-Feb-03 5:20 
AnswerRe: File sorting NT vs. 2000 ? Pin
Scott H. Settlemier17-Feb-03 6:23
Scott H. Settlemier17-Feb-03 6:23 
AnswerRe: File sorting NT vs. 2000 ? Pin
Mike Nordell17-Feb-03 17:47
Mike Nordell17-Feb-03 17:47 
GeneralHELP ME~~ Database Update error Pin
runner11117-Feb-03 3:03
runner11117-Feb-03 3:03 
Generalcreate directory and copy file problem Pin
Anonymous17-Feb-03 2:40
Anonymous17-Feb-03 2:40 

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.