Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Lenvdb

  1. Lenvdb

    IIS 6 problems on Server 2003

    Hello Bike Boy! I just went thru this painfull process myself...and succeeded after many hours of frustration. Did you manage? Are you OK now? Len Quiet as a bulldozer Mate!
  2. Lenvdb

    New Win2K3 Install

    OK here is the outcome. I read that it is NOT a good idea to have Win2K3 server configured to be a DC AND an Application Server. So I removed the roles of DC,DHCP and now it is running as a standalone. I will use the router as a DHCP server. Then I can set up the IIS server to host a website...
  3. Lenvdb

    Bad Request Invalid Hostname

    Thanks Chris I did not know you CAN configure the Firewall in Win2K3. All I see is a checkbox which indicates a Yeah and a Nay. So I will have to figure out where and how to set up the Firewall to allow traffic to Port 80 to pass through. Also let me mention that the Default Website in IIS...
  4. Lenvdb

    Bad Request Invalid Hostname

    Hello all So I managed to get someting to kick and come alive in Win2k3 and IIS6. First I removed the Application server role. Now what they DONT tell you is that you should reboot. Then reinstall Application Server, then reboot the server again. This time I got a default Web site which I...
  5. Lenvdb

    Bad Request Invalid Hostname

    Is there the faintest glimmer of light for IIS6? I designed a website on WinXP. Everything worked just fine and then I bought Win 2003 Server Standard. I tried to get the website going but it would not. The New Server was suppose to serve as a webserver, but I wanted a domain set up at home...
  6. Lenvdb

    New Win2K3 Install

    Thanks Mark I will attempt to do this as you say. Failing this I will follow Josephs advice. Yes I have the items you listed: Cable Moded, LinkSys Router, Server with Win2K3 and a few workstations. At the moment I cannot create new users as it complains about Password Policies (complexity)...
  7. Lenvdb

    New Win2K3 Install

    Thank you Joseph I will do so! Bless you Quiet as a bulldozer Mate!
  8. Lenvdb

    New Win2K3 Install

    Hello gurus! I am a developer and know enough about Win2K3 to be extremely dangerous. You simply wont want me to touch your server! I developed a Website which I want to host on my server at home. At home I have 2 laptops, a Desktop workstation and a server. I bought a router - Linksys with...
  9. Lenvdb

    The Combos and Listbox Issues

    Now that I got the Combos more or less done, I need to deal with the darn Listboxes! I can use the code as follows: 'Populate ComboBox. ComboBox1.DataSource = myDS.Tables(0) ComboBox1.ValueMember = "ColumnName" ComboBox1.DisplayMember = "ColumnName" ======= to populate combo boxes with...
  10. Lenvdb

    Usercontrol Visibility -Date Picker with Nulls

    Hello Gurus! I have taken some time to study the Microsoft Datepicker. It is some sloppy combination of a Textbox and a MS Monthalendar control, where the clever MS developer could very easily have added the ability to handle NullDates. I have done this now by simply adding a property or 2 to...
  11. Lenvdb

    The Combos and Listbox Issues

    Hi Riverguy Yip - I have been programming with the VB6 Combos / Listboxes for over 5 yrs. I never really got into Datacombos. I also attempted to use a class to add such functionality but there was one little snag that came back to bite me. The Post by Pankaj Banga helped a lot. I have one...
  12. Lenvdb

    The Combos and Listbox Issues

    The Combobox is a list from a Lookup Table in the Database: i.e. ContactType with items like HomePhone, WorkPhone,Mobile. You store these values in another table, like Clients. Where you have a ClientTelNo and a ID as a foreign key to the Lookup Table, like ContactTypeID = 1, for HomePhone, or...
  13. Lenvdb

    The Combos and Listbox Issues

    It seems we have lost a lot of functionality and ease with Combos and Listboxes. Looking at the List of Properties, Methods and Events we used to have in VB6 and is no longer supported in VB.Net, I was rather sad. These PMEs have not been replaced with something equivalent to make it easy...
  14. Lenvdb

    Determine if SQL server is on network in VB.NET 2003

    Sorry - it was my Stupidity.... You definitely need Service Pack 2 or later in WinXP to make this work.... I installed it on the server and now it works like a charm.... Len Quiet as a bulldozer Mate!
  15. Lenvdb

    Determine if SQL server is on network in VB.NET 2003

    Hi DougP - it seems like this interface will only work on Win2000 and WinNT - not on XP!! Which may explain why we have a problem here... Anyone ever used this Interface with success? Len Quiet as a bulldozer Mate!

Part and Inventory Search

Back
Top