Results 1 to 7 of 7

Thread: vb & web

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53

    Post

    Is it possible to design a project in VB
    and use it in the web pages .
    I am not similar with web programing
    and cgi and ... . I only know some ASP
    commands .
    if you know any refrences or address
    that can help me please tell me .

    thank you .

  2. #2
    Lively Member
    Join Date
    Oct 1999
    Posts
    66

    Post

    It is possible! Create an OCX component and put it on your page. The only problem is that most browsers won't show your component because it hasn't a certificate. You have to pay to get one. Try www.verisign.com

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Learn ASP (which is VBScript OR JavaScript & HTML processed on the server to determine what HTML to send to the client)

    You can create Active X DLLs or use existing libraries that your ASP code can call and perform calculations, access databases, really anything that can be done.

    I recommend Teach Yourself ASP in 21 days, I got that book and it learned me good...

  4. #4

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53

    Post

    thank you ,
    where can i find this book .
    i searched some sites like amazon.com
    but do not find this book .


  5. #5

  6. #6
    Lively Member
    Join Date
    Oct 1999
    Posts
    66

    Post

    There is one problem using ASP. You have to register the dll on the server. You can't always do that.

  7. #7
    Guest

    Post

    You can Always regester a good .dll
    You have to make sure your web pub services are stopped first
    1.go to a command prompt
    2.Type "Net Stop IIsAdmin"
    3.Move the new .dll to your Virtual Directory
    4.go to command prompt
    5.type "regsvr32 yourdll.dll"
    6.type "net start iisadmin"
    7.type "net start w3svc"
    This way you don't have to reboot the web server every time you want to update your .dll

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width