August 21st, 2002 03:25 PM
See My article at
http://atcsoft.freeservers.com/theleaders/training/ActiveX/activexwithinactivex.htm
Please rate this if it is useful
March 28th, 2002 08:46 AM
Hi,
Can someone send me few lines of code on
how to use Crystal Report Viewer Control.
I have my code pasted below which is not working.
I dont see the report.
Private Sub Form_Load()...
March 27th, 2002 04:11 PM
Hi,
I cannot see why i cannot see the report.
Private Sub Form_Load()
CRViewer1.EnableExportButton = True
Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
Set webSource =...
March 27th, 2002 12:46 PM
Can you provide my some code to use Crystal Viewer.
I have the following sample but it does not show anything.
Private Sub Form_Load()
CRViewer1.EnableExportButton = True
Set webBroker =...
March 27th, 2002 12:19 PM
Can you please post this sample so i can see it and others can also look at it in future.
Please rate the article if it is of any use to you. This encourages me to reply more and more and more.
March 25th, 2002 05:10 PM
You are right. But the license is on the use of it. Anyone can make a fake component and a fake function and use their fake component. SO the solution is to Encrypt the o/p of the license validator...
March 22nd, 2002 01:37 PM
Thanks a lot.
We had that in mind. but i was thinking what
that hidden in idl stands for.
Please rate the article if it is of any use to you. This encourages me to reply more and more and more.
March 21st, 2002 03:36 PM
Hi,
I want to hide my COM components function names. This is a licensing component. Andbody can see the function name BOOL CheckLicense().
Generate their fake component and use it.
Can i hide...
February 9th, 2002 12:00 AM
See my article on how to make control within control.
http://atcsoft.freeservers.com/theleaders/training/ActiveX/activexwithinactivex.htm
Please rate the article if it is of any use to you. This...
January 27th, 2002 11:16 AM
You can check for MDAC.
I can send you where to look for in reg if you need. YOu can launch installation from your setup.rul file
If you use install shield 7 it is piece of cake to do this. I have...
January 25th, 2002 02:26 PM
CLSID.
To make a new version you should only add an interface.
Please rate the article if it is of any use to you. This encourages me to reply more and more and more.
January 25th, 2002 02:24 PM
Install Shield 7 has the option to import the DSN
directly so when you install the DSN will be installed.
Please rate the article if it is of any use to you. This encourages me to reply more and...
January 25th, 2002 02:17 PM
Try Downloading VirtualDub the whole source is there.
http://atcsoft.freeservers.com/theleaders/training/multimedia/avitips.htm
Please rate the article if it is of any use to you. This...
January 25th, 2002 01:45 PM
ss.exe Get "VSSDir" -R -GF -I-Y "-VL "Label"
Please rate the article if it is of any use to you. This encourages me to reply more and more and more.
January 25th, 2002 01:38 PM
Make it as activex control.
If your app is dialog based read this article
http://atcsoft.freeservers.com/theleaders/training/ActiveX/DialogToControl.htm
Please rate the article if it is of ...
January 25th, 2002 01:36 PM
Use the Object Tag
(1)http://atcsoft.freeservers.com/theleaders/training/HTML/class9/lesson89.htm
(2)
http://atcsoft.freeservers.com/theleaders/training/HTML/class9/lesson90.htm
Please rate...
January 25th, 2002 01:29 PM
You can use CString.
See my example at
http://atcsoft.freeservers.com/theleaders/training/ATL/sample2.htm
Please rate the article if it is of any use to you. This encourages me to reply more...
January 25th, 2002 01:27 PM
Probably make an activex control for capture.
You can get controls from web also.
http://atcsoft.freeservers.com/theleaders/training/multimedia/
I am running 6 cameras in my application.
...
January 25th, 2002 10:52 AM
(1) You have to package and sign your control.
or
(2) set the security of browser to low
Nobody will go for (2) because of risk and you have no control over clients machine.
For (1) refer my...
January 17th, 2002 04:20 PM
Put all your controls on a dialog.
Create that dialog in your control.
See my article at
http://atcsoft.freeservers.com/theleaders/training/ActiveX/DialogToControl.htm
Please rate the article...
January 15th, 2002 05:40 PM
I am looking for the same.
Did you get any solution on this.
Please rate the article if it is of any use to you. This encourages me to reply more and more and more.