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

Search:

Type: Posts; User: zxmn50

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: How to pass the events and values from ocx to html or JSP

    Sorry, i should have tested before posting last message.
    Anyway, it worked if i package all 3 dlls in cab. I took them from system32 folder. Do i need all these 3 dlls?

    Now cab size became 850kb....
  2. Re: How to pass the events and values from ocx to html or JSP

    Hi Igor,

    CLASSID is correct, some how this forum has formatted and took out colons. But my html has correct CLASSID. I have both html and cab files on the same folder. <b>If I register activex...
  3. Re: How to pass the events and values from ocx to html or JSP

    Hi Igor,

    As you know, I have MFC ActiveX control with MFC static library, i am using .ocx file from release folder to cab.
    It works in my machine, but it's not working on different machines,...
  4. Replies
    8
    Views
    986

    Re: MFC ActiveX DLLs

    Hi I have MFC ActiveX control with MFC static library, i also copied .ocx file from release folder.
    It works in my machine, but it's not working on different machines, means its not auto...
  5. Re: How to pass the events and values from ocx to html or JSP

    Hi Igor,
    i got few more Q's, if you don't mind,

    Is it possible to do ATL?
    What is release ocx file than debug ocx, i took from debug folder, its too big!
    How do i know what are dependents on...
  6. Re: How to pass the events and values from ocx to html or JSP

    You are right. I used debug version of ocx file. I don't know how to get release verion to distribute.
    We have complete java application, we needed this control to alert user, witouht disturbing...
  7. Re: How to pass the events and values from ocx to html or JSP

    No, no. I don't have pictures or colors.
    I also did static and rebuild your version test3.zip, still AxMfcTest2.ocx is 2616 KB. I am just wondering what file size you were telling for 300kb?

    John
  8. Re: How to pass the events and values from ocx to html or JSP

    Thaks Igor,

    You posted last message before me. I got size of 2.55 MB for .ocx file.
    how do you know the size before packaging? Is there any quick packaging tool for cab in Vc 2005, like for VB?
    ...
  9. Re: How to pass the events and values from ocx to html or JSP

    Igor,
    I meant not to run as using shared dlls from windows on client machine when shipped with browser. I am not using any other control in my ActiveX, it's a simple control for tray icon balloon.
    ...
  10. Re: How to pass the events and values from ocx to html or JSP

    Wonderful, Thanks Igor. I made few changes to send more parameters, and more functionality. It’s all working fine now.

    I spent lot of time trying to learn c++ mfc, discovered lot of things.
    ...
  11. ActiveX: Object doesn't support this property or method

    I am trying to invoke a activeX method from javascript in browser. it gives me this error. It's working fine when i test in ActiveX test container.

    Control shows up fine when page is loaded. but...
  12. Replies
    7
    Views
    2,154

    Re: Call ActiveX method from javascript

    Ok, i am confused here, i have VC 2005. To write the functionality i needed(as above), do i need to create a custom method or property in idl?
  13. Replies
    7
    Views
    2,154

    Re: Call ActiveX method from javascript

    It still didn't work, i also tried with simple Aboutbox. I also tried with same names. I just copied exact code. I am not sure if had to change any other properties, i just searched based on keyword,...
  14. Replies
    7
    Views
    2,154

    Re: Call ActiveX method from javascript

    I created method like in Circ example, but it still says "This control has no methods", when i run from ActiveX Control Test Container.

    Could you tell me how to add/create methods to activex that...
  15. Replies
    7
    Views
    2,154

    Re: Call ActiveX method from javascript

    I downloaded it, and its not able to build. It says,

    ------ Skipped Rebuild All: Project: Circ ------

    ========== Rebuild All: 0 succeeded, 0 failed, 1 skipped ==========

    I have VS 2005,...
  16. Replies
    7
    Views
    2,154

    Call ActiveX method from javascript

    I think this looks very generic, and mostly used by lot of VC++ web developers. I am Java guy, I am learning and doing all experiments, a quick sample would be grateful.

    Can some body give a...
  17. Re: How to pass the events and values from ocx to html or JSP

    hi Igor,

    Thanks for reply, i was in offline for past 3 days.
    Sorry to bug you again. Yes, yyou understood my problem, but i was not sure where to add the additional method you mentioned.
    I tried...
  18. Re: How to pass the events and values from ocx to html or JSP

    Igor,

    Please don't mind. I didn't understand what you said because i don't know vc++. Could you explain little more details or sample code would help.

    I have text box and button in html. I have...
  19. Re: How to pass the events and values from ocx to html or JSP

    Hi Igor,

    I am a java guy, looking for a quick solution for a small component i need. Your code (AxMfcTest2) helped me a lot.

    Just for one quick change, i need exact same exept in opposite. I...
  20. Replies
    6
    Views
    766

    Re: ActiveX URGENT Help

    Yes, i found msdn is one of horrible to find specific information. any quick step-bystep example would be good.
  21. Replies
    6
    Views
    766

    Re: ActiveX URGENT Help

    Thanks, but. If you could get me a link or instruction like stp by stp example on creating an activex example, that would be great. i just want to learn very basic steps.
  22. Replies
    6
    Views
    766

    ActiveX URGENT Help

    hi I am new to Vc++ world. i am trying to create a control, but i am not sure how to do it. I created MFC Win App, and its working fine, but i can't convert that to Activex successfully.

    It's...
  23. Replies
    8
    Views
    1,537

    Re: Balloon tooltip in tray, Help Please

    Thanks Gili. If you have time could you tell me in detail, how to do it using MFC static libraries?

    Since this is going to be my first activex control, little more detail infor will be good.

    I...
  24. Replies
    8
    Views
    1,537

    Re: Balloon tooltip in tray, Help Please

    Does any one know, developing this control in VB and VC++? Which one would be easy in terms of size and dependency in loading to lient machine. Assuming client doesnt have any runtimes.
  25. Replies
    8
    Views
    1,537

    Re: Balloon tooltip in tray, Help Please

    Activex in VB? i don't want to do this in VB. I think it loads Vb runtime in client machine.
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured