Search results for query: *

  • Users: guyzer1954
  • Content: Threads
  • Order by date
  1. G

    How to get vb.net 2003 to use iis

    Hi! I've installed IIS on xp home. It seems to be running. Now I need to create a web application using vb.net 2003. When I start a new web app I give it the name "http://localhost/WebApplication1" but I get an error. It seems to be using a differrent web server. How do I tell the program to use...
  2. G

    Passing data between objects

    I'm trying to learn about using OOP. I've created a class called Cards which has two public funtions. Shuffle() and GetNextCard(). When I create 2 instances of this class, one called Dealer and the other Player1. Dealer.Shuffle() shuffles the cards ok but Player1.GetNextCard() doesn't work...
  3. G

    Passing variables to Handler

    I've created an array of buttons in code . I used Add Handler for a sub. Now I'm having a problem with which button was clicked. How can I pass which button was clicked to the Button_Clicked Sub?
Back
Top