|
-
May 31st, 2006, 03:44 PM
#1
Thread Starter
New Member
Newbie ActiveX Questions
I've got an internet app that uses Java applets. For various reasons, I will probably abandon applets for VB (I have no VB experience, yet).
I assume if I package an ActiveX control properly the client PC will not need any VB runtime "stuff," right? Also, the internet apps will reside on a Unix server, but that shouldn't be a problem either since the controls are run on the client, right?
And finally, I'd like the ActiveX components to automatically reload, each time they are executed so that the most current version is picked-up. (It's okay if this makes the app run a little slower.) Is there a way to automatically force this? Also force it such that it won't show a dialog-box requiring user acceptance, every time?
Although this is an internet app, its usage is restricted to a few off-site users who need passwords, etc. to log-in, so if these users have to take some one-time action to set this app up, it's not a deal-killer.
-
May 31st, 2006, 03:54 PM
#2
Fanatic Member
Re: Newbie ActiveX Questions
automatically reload: get a server to host the activeX...
-
May 31st, 2006, 04:05 PM
#3
Thread Starter
New Member
Re: Newbie ActiveX Questions
Ruku,
Thanks for the response. Not sure I understand it, though. Of course the ActiveX controls will reside on a server (a Unix box).
Will that alone force a fresh copy of the control each time the page is accessed, or, if the ctrl still resides in cache, will the cache copy be used?
I don't mind if the control is re-used during the same browser session, but if the browser is opened and closed, given the above scenario, will that alone cause the control to be reloaded?
-
May 31st, 2006, 04:40 PM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|