CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2002
    Location
    Washington
    Posts
    124

    Visual basic and Router

    Is it possible to write a VB app that has the functionality of a router's configuration utilities (the config you access by typing the router's ip address in a web browser)? I want to create an exe that can configure my router.

  2. #2
    Join Date
    Dec 2002
    Location
    NC
    Posts
    125
    Wilk, I like your idea but what you want to do is very dificult(I think). You see, routers like the Linksys and D-Link use a web based language called Java Script(Netscape) or J Script(Microsoft)not to be confused with VBScript which can be referenced through VB. So, If you find a way I would like to know. I can think of tons of little projects I could create but have been too lazy to do any *real* research.

    good luck
    R.L.T.W. A+, NET+, CCNA

    doin' my best

  3. #3
    Join Date
    Oct 2002
    Location
    Washington
    Posts
    124
    Thanks. Does anyone else have any other insight to this?

  4. #4
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104
    Originally posted by wolkinson
    Thanks. Does anyone else have any other insight to this?
    for security reasons, remote admin is not allowed on most routers via direct protocol. if the router functions as a web server for its configuraation, theres nothing to stop you writing an app that has a hidden web browser..
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

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

Featured