CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: shaikh_intekhab

Page 1 of 3 1 2 3

Search: Search took 0.11 seconds.

  1. See My article at...

    See My article at
    http://atcsoft.freeservers.com/theleaders/training/ActiveX/activexwithinactivex.htm


    Please rate this if it is useful
  2. Replies
    0
    Views
    602

    Crystal Reports

    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()...
  3. Replies
    0
    Views
    622

    Crystal Reports Examples

    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()...
  4. Replies
    579
    Views
    647,894

    Re: Crystal Report

    Hi,
    I cannot see why i cannot see the report.
    Private Sub Form_Load()

    CRViewer1.EnableExportButton = True
    Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
    Set webSource =...
  5. Replies
    1
    Views
    1,425

    Re: Seagate Crystal Reports 8.0

    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 =...
  6. Replies
    9
    Views
    1,042

    Re: Crystal Reports ?

    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.
  7. Replies
    4
    Views
    634

    Re: Hide function Names in COM

    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...
  8. Replies
    4
    Views
    634

    Re: Hide function Names in COM

    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.
  9. Replies
    4
    Views
    634

    Hide function Names in COM

    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...
  10. Replies
    2
    Views
    668

    A quick question on VTBL

    Is there a way where i can call a function in
    a class without using the name of the function.

    class A
    {
    public :
    int x
    void print(){cout<<"Hello";}
    };
  11. Replies
    14
    Views
    1,106

    A quick question

    Is there a way where i can call a function in
    a class without using the name of the function.

    class A
    {
    public :
    int x
    void print(){cout<<"Hello";}
    };
  12. Re: Using ActiveX control without dialog box

    Use Create method to create the ActiveX control.
    and pass NULL in place of parent. Then you can use the control functions as if it were from a regular class. But if the function is UI related
    then...
  13. Replies
    1
    Views
    815

    Re: CListCtrl As ActiveX Control

    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...
  14. Re: Error: Activex component can't create object after running setup

    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...
  15. Re: How to make two different version COM?

    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.
  16. Replies
    1
    Views
    567

    Re: ADO Data Control

    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...
  17. Replies
    1
    Views
    779

    Re: extract sound from avi file

    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...
  18. Re: sourcesafe..at command-line, get project by user label

    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.
  19. Replies
    1
    Views
    474

    Re: Web Based

    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 ...
  20. Replies
    1
    Views
    493

    Re: Easy question about DHTML

    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...
  21. Re: returning array and VARIANT problem

    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...
  22. Re: Video Capture from Multiple Cameras

    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.

    ...
  23. Replies
    1
    Views
    782

    Re: ActiveX and WEB

    (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...
  24. Replies
    2
    Views
    609

    Re: ActiveX control

    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...
  25. Re: How to display a bitmap on a dialog in runtime?

    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.
Results 1 to 25 of 60
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured