Results 1 to 3 of 3

Thread: Accessing aspx file in VB

  1. #1
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298

    Exclamation Accessing aspx file in VB

    Hi

    I have created a VB WindowsApplication Project and a ASP WebSite Project separately.

    Later I added the ASP site to the solution of the VB Project.

    Now, I want to access the default.aspx file in my VB project and at the same time, the asp web site uses a component of one the forms i.e. form1.label3.text of the VB Project.

    But, I m not able to do so....can any one help me with this?

    Help is really appreciated!!

    Thanks
    CodeNameVirus

  2. #2
    Junior Member AarzaK's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    29
    in your other post I reply a partial solution.

    http://antionline.com/showthread.php?t=275226

    and if the website is a .aspx this solution has a code behind file, this need a iis server to run, if you use a shellexecute/process function to run this dont display the form indeed.

    I recomend you use a simple html site and use a javascript functions, pass the value that you need thru the URL so http://mysite.htm?valor=casa

    and later use a function for get this value when the html is loaded and pass this to the control.

    cheers,

    AarzaK
    I Was Sent...
    aarzak_@hotmail.com
    http://aarzak.fadlan.com
    http://www.iitac.org

    Alyssa: Aarzak! Save the world!
    Aarzak: I am the only one who can save this world!
    The Last Battle - Sega(c) Games 1989

  3. #3
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    Should I add a new webpage in the solution?

    If yes how do I call that webpage in my other vb form??


    Lemme tell....i m a complete newbie in this scenario....so, if u can provide the exact steps....that'll be really helpful.

    thanks
    CodeNameVirus

Similar Threads

  1. Writing to file in c++
    By Tedob1 in forum Other Tutorials Forum
    Replies: 4
    Last Post: October 15th, 2004, 06:31 AM
  2. Newbies, list of many words definitions.
    By -DaRK-RaiDeR- in forum Newbie Security Questions
    Replies: 9
    Last Post: December 14th, 2002, 08:38 PM
  3. *nix small lesson
    By sweet_angel in forum Other Tutorials Forum
    Replies: 0
    Last Post: November 7th, 2002, 01:19 AM
  4. Black Wolf's Guide to Memory Resident Viruses.
    By ahmedmamuda in forum AntiVirus Discussions
    Replies: 2
    Last Post: March 20th, 2002, 02:03 AM
  5. Batch File Tut
    By Badassatchu in forum Non-Security Archives
    Replies: 1
    Last Post: November 23rd, 2001, 11:13 PM

Posting Permissions

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