Integration of SAP Browser and WebBrowser into Vb Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irfanali
    New Member
    • Dec 2006
    • 5

    Integration of SAP Browser and WebBrowser into Vb Form

    Hallo All,

    Season's Greetings to all !

    Just have one Q :

    I m creating a Vb App, wherein i want to integrate in a form, the following components :
    - SAP Window
    - Web Browser

    I m able to insert the WebBrowser and display the web address but unfortunately not been able to insert a SAP Logon Window !

    Can you help on the same ?

    Regards,
    Irfan Ali
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by irfanali
    Hallo All,

    Season's Greetings to all !

    Just have one Q :

    I m creating a Vb App, wherein i want to integrate in a form, the following components :
    - SAP Window
    - Web Browser

    I m able to insert the WebBrowser and display the web address but unfortunately not been able to insert a SAP Logon Window !

    Can you help on the same ?

    Regards,
    Irfan Ali
    Hi there,

    Which version of VB are you working on? VB6? VB.NET? Please be clear as it would ease in providing solution in return. Take care.

    Comment

    • irfanali
      New Member
      • Dec 2006
      • 5

      #3
      Oops ! Sorry!

      I m developing the app on MS VB 6.0!

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        Originally posted by irfanali
        Oops ! Sorry!

        I m developing the app on MS VB 6.0!
        Hi there,

        From your previous post i assume "SAP Logon WIndow" must be a third-party activex object. Rite? You need to add reference to the object under the Tools > Component section.

        Prior to that you need to place the activex under windows systems <c:/winnt/system32> folder, you need to register the control in advance. Kindly refer to steps on registering activex control, Start > Run > type cmd & hit enter, command prompt opens up, type the below command at the command prompt in order to register activex control, hope this steps helps. Good luck & Take care.

        Code:
          regsvr32 <name_of_the_activex.ocx>

        Comment

        Working...