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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CoderMan

    Bizarre IE behavior

    I made a mistake in my previous analysis. It's not NAS that's causing the behaviour but anytime we access the file thorugh IIS. If I access the IGES file as www.abc.com/file/sample.igs then I get the problem. If I go to the server and then browse for the file as...
  2. CoderMan

    Bizarre IE behavior

    I have a web site with download links. Downloads are segregated according to different file types. Files of a file type are grouped together and are displayed in a drop down list box. User selects the file required and then hits go and the file downloads. For ex. The first drop down contains...
  3. CoderMan

    File retrieval and text file parsing

    I am designing a solution and would like some input as to what the most efficient way to do it would be. My Problem: I have a set of files sitting across the network. I have an xml list that contains a list of files names. I need to verify that the file names that I have actually exist across...
  4. CoderMan

    Error while bedugging, but not in run time

    I think I solved it. Here is waht was happening. I had a reference to a older version of the mystery DLL in my project references. So the DIM part was using that dll. The Create Object part was letting me step through into the dll but was since the interface ahd changed it was giving me the...
  5. CoderMan

    Error while bedugging, but not in run time

    I have a VB DLL that I am trying to debug(x.dll). The source code and names are propreitary so I will use psedo names here instead. In order to debug my problem I have written a small VB program(test). However I don't get too far. All I am doing in test is this Dim objXRef As X.XXXX Set...
  6. CoderMan

    Font Size and DropDown List boxes

    I need to set the size of the font in a dropdown List box but I am unable to do so. I have tried both explicitly setting <Font Size=8> before the <Select> as well as tried a class. They both don't seem to work. Any ideas anyone? Tx in advance.
  7. CoderMan

    DropDown List box size

    Well, I think the last line by starway sums it up. What I want to do is control the number of choices when I open my drop down list box. My creative team desgined it and I have to deliver it. I just don't know how. Maybe some web site used a custom control to do it. I do not have that luxury...
  8. CoderMan

    DropDown List box size

    Hi, I need to create a drop down list box that has about 40 items. However it should display only one line initally. Then when the user clicks on it, it should drop down to display 10 choices and also a scroll bar for the user to navigate to select more choices. I have no clue how to do this...

Part and Inventory Search

Back
Top