Help regarding webpage.

Discussion in 'Computer Forum' started by light_of_erindi, May 15, 2006.

  1. light_of_erindi

    light_of_erindi New Member

    Can anyone tell me how to use native win32 exe programs on a web page?

    The module that I have which is supposed to preocess user input is a native win32 exe .

    And is fairly complex and large code so I cannot convert it to some script either. I CAN use JAVA but I don't want my code to load on the user's page cause it's very large and that'll take a lot of time to load.

    Zoom...I'm waiting:)
     
  2. apurbajd

    apurbajd ~#$&*$@*^$

    ^^ as far as I know ... its not possible to embed a native win32 exe into a webpage..(i'd love to know if theres any way to do it).... And even if its possible, u will be limitting the functionality to windows user only then, so Java anyway seems to be a better options.

    neway .. if u really wanna do it ... how about using ActiveX. I guess u can rewrite that exe into an ActiveX and than create an instance of the ActiveX in your webpage ... well just my thoughts , I dunno how complicated the exe is and if this soln is feasible 4 ya ....

    Another soln might be converting that exe to a dot net web service ....
     

Share This Page