Click here to Skip to main content
15,897,371 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Who wants to criticize my website Pin
RichardGrimmer17-Nov-06 8:22
RichardGrimmer17-Nov-06 8:22 
GeneralRe: Who wants to criticize my website [modified] Pin
George L. Jackson18-Nov-06 14:50
George L. Jackson18-Nov-06 14:50 
QuestionAJAX problem Pin
hiral_shah17-Nov-06 2:21
hiral_shah17-Nov-06 2:21 
AnswerRe: AJAX problem Pin
Bradml17-Nov-06 21:04
Bradml17-Nov-06 21:04 
QuestionProblem in starting a new project in ASP Pin
Shraddha Gautam17-Nov-06 0:01
Shraddha Gautam17-Nov-06 0:01 
QuestionHow to add text edit controls in email compose Pin
kumar bharat bhusanam16-Nov-06 20:05
kumar bharat bhusanam16-Nov-06 20:05 
AnswerRe: How to add text edit controls in email compose Pin
Bradml16-Nov-06 21:47
Bradml16-Nov-06 21:47 
QuestionCreateObject vs. New ActiveXObject Pin
Marcus Spitzmiller16-Nov-06 5:50
Marcus Spitzmiller16-Nov-06 5:50 
Well - I'm not sure exactly where this question belongs, but I'll try here first.

I've got a control inside a dll called pRaiseBox.dll - created in VB6. Originally, this control was called by a Win32 VB app using the createobject method. I can also create it in VB script just fine:

'works just fine
dim box
set box = CreateObject("pRaiseBox.cRaiseBox")
dim reason
reason = box.showform()
'works just fine

Now I am trying to use this same control, but I am trying to instantiate it via Javascript:

var TextEntryBox = new ActiveXObject("pRaiseBox.cRaiseBox"); //works
var NoteReason = TextEntryBox.showform(); //box pops up but hangs

but when I show the form, it hangs. By that I mean the control is visible, but if I put the mouse over it, I get nothing but an hourglass and ultimately I have to kill the browser.

I'm not sure of the differences between CreateObject and new ActiveXObject (from what I can tell, there's very little), but can anyone think of any reason this might happen? Perhaps I need to recompile this dll with a different setting in the project?

Thanks!
Marcus



Marcus Spitzmiller

You will never hear me say, "I listen to pretty much everything." That is for people who don't care what goes in their ears.

QuestionHow to pass values between a webform and it's pop up window? Pin
just3ala216-Nov-06 2:42
just3ala216-Nov-06 2:42 
QuestionUpdate access DB with vbScript on site Pin
Snitch00115-Nov-06 20:14
Snitch00115-Nov-06 20:14 
AnswerRe: Update access DB with vbScript on site Pin
Bradml15-Nov-06 21:04
Bradml15-Nov-06 21:04 
GeneralRe: Update access DB with vbScript on site Pin
Snitch00116-Nov-06 23:25
Snitch00116-Nov-06 23:25 
GeneralRe: Update access DB with vbScript on site Pin
Bradml17-Nov-06 21:51
Bradml17-Nov-06 21:51 
Questionweb site project Pin
shayee15-Nov-06 14:05
shayee15-Nov-06 14:05 
AnswerRe: web site project Pin
Bradml15-Nov-06 14:52
Bradml15-Nov-06 14:52 
GeneralRe: web site project Pin
George L. Jackson15-Nov-06 15:06
George L. Jackson15-Nov-06 15:06 
GeneralRe: web site project Pin
Bradml15-Nov-06 15:30
Bradml15-Nov-06 15:30 
GeneralRe: web site project Pin
George L. Jackson16-Nov-06 0:09
George L. Jackson16-Nov-06 0:09 
QuestionHyperlink.. Pin
Laing,James15-Nov-06 13:32
Laing,James15-Nov-06 13:32 
AnswerRe: Hyperlink.. Pin
Bradml15-Nov-06 15:28
Bradml15-Nov-06 15:28 
GeneralRe: Hyperlink.. Pin
Laing,James17-Nov-06 11:24
Laing,James17-Nov-06 11:24 
QuestionGetting and returning data from Delphi and Flash Pin
Redpeg15-Nov-06 2:04
Redpeg15-Nov-06 2:04 
QuestionRegular Expression Pin
wmostafaw15-Nov-06 1:54
wmostafaw15-Nov-06 1:54 
AnswerRe: Regular Expression Pin
George L. Jackson15-Nov-06 11:42
George L. Jackson15-Nov-06 11:42 
AnswerRe: Regular Expression Pin
hiral_shah17-Nov-06 22:03
hiral_shah17-Nov-06 22:03 

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.