Hi All
Does anybody know the answer to this.
I am writing an eCommerce website using legacy software:
A PC running Windows 7 Ultimate, IIS 7 & 4Gig of ram
Classic ASP
An ActiveX DLL
SQLserver or MySQL backend database
The question is how many concurrent visitors can I expect to comforable cope with with this configuration.
Thanks
Search Result
Collapse
11 results in 0.0039 seconds.
Keywords
Members
Tags
-
Max concurrent visitors
-
QuestionIObjectSafety - ActiveX Authenticode problem
Hello,
I have to implement Authenticode certyficate for my ActiveX control written in C# (WPF).
My ActiveX control works fine, but IE always shows a security bar, user has to click "Allow" each time he runs the control - This is the reason, why we have dicded to buy Authenticode Certyficate. We have received a certyficate and private key, but after signing the control (signing process end correctly) it is still... -
ActiveX and Clsid Problem
Hi,
I have an classlibrary and usercontrol in it
Code
----
Code:Imports System.Runtime.InteropServices <Guid("5DF83611-3DAB-46FF-9BF7-2901F1AE63B2")> _ Public Class UserControl1 Private Sub UserControl1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal
Last edited by Frinavale; Aug 25 '10, 06:41 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
Microsoft Office Spreadsheet 11.0 ActiveX Control
I want to use the Microsoft Office Spreadsheet 11.0 ActiveX Control on my form so that I can view and edit a spreadsheet inside the form as if there was a mini excel window in there.
I converted the .xsl to a XML spreadsheet as this control only lets you import CSV, XML, or HTML pages.
Everything shows up fine, but is there a way to save back to the file? Seems like it can only read the file and update the form with... -
How to launch .BAT file inside HTML?
I am having problems with a shockwave .EXE that leaks memory like the dickens. At launch, it loops a welcome screen until a user touches the screen/clicks the mouse, and then it plays all the way through to the end. The memory leakage is coming from the welcome loop. After sitting there looping a lot, the programs eats up too much memory and crashes.
You can prevent crashes by manually quitting and restarting the .EXE, but this... -
Relative addressing of ActiveX control
Hey,
I was wondering if there was a way to relatively address the location of a .ocx activeX plugin that is embedded in a form.
I want to have the plugin embedded on a form, in a database that is going to be moved around very frequently on different computers- The details of this are inconsequential , there is no way for it to not move - so everything it needs has to travel with it.
For example, pictures are stored... -
ActiveX with C# - how can I make it show the name instead of CLSID ?
Hello,
I have a problem,
I have activex written in C# and deployed using the hook to run the msi file inside a cab.
(based on article found here:
http://www.codeproject .com/KB/cs/C__Deployment.a spx?msg=2147721
)
the activex is working fine but its also not registered good and its registered as the CLSID.
so when you look in internet explorer on the downloaded program files folder (objects)... -
Rajakumarrs started a topic how to create wrapper class for selectfile class activex control in MFC?in Chow to create wrapper class for selectfile class activex control in MFC?
i wish to create a form with browserdialog,button ...i add a browse button from activex control...but i want to take browse path from that browse button control,i cant ..plz help me.. in screen shot ,when i click virtualize button the path will be display...... -
What is a Legacy Framework?
It is said that COM is technically a legacy framework.
What is a legacy framework? some proper explanation please. -
VB ActiveX EXE & Python
Hi..
I can't speak english very well.
I have writting code a program with VB & Python
- COM Server : Visual basic (ActiveX EXE)
- COM Client : Python
I expect to attempt that is retrieved a return value.
but, don't returned a event value ( in python)
why?
I amd certain to need help.
>>> python source
Code:import win32com class
-
Custom cursor in ActiveX control
Does anyone know if there is a way to set a custom mouse cursor for an ActiveX control in .Net? I am adding some mouse functionality to an existing ActiveX control, and would like to change the cursor shape according to the current state.
It's a Windows Forms app, with an ActiveX control wrapped in the (automatically generated) class (derived from AxHost). Although AxHost is derived from Windows.Forms.C ontrol, the public Cursor property...