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 TouchToneTommy 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: *

  • Users: wbeetge
  • Content: Threads
  • Order by date
  1. wbeetge

    VBHelper

    Hi. I am looking for an old help file creation utility called VBHelper. All references to it seems to have been removed from the web and the site seems to have been sold to another service. If anyone still has a copy of this utility, could you please notify me. Cheers W
  2. wbeetge

    DropdownList problem

    I have a DropDownlist on my ASPX form. I need to populate another DropDownList when I make a selection from the first one. As soon as the code behind triggers on the SelectedIndexChanged event, the selected item resets to Item(0). Trying to use the value of the selected item in the code then...
  3. wbeetge

    Response.Buffer Questions

    How do I use Response.BufferOutput = True and Response.Flush in ASP.NET ? Where do I place the 'Response.BufferOutput = True' statement ?
  4. wbeetge

    ASPX form does not show

    I have a .aspx page that does an import and housekeeping when the linkbutton is clicked. This can take up to a minute to complete if successful. For days I have struggled to find the way in which I will let the user know what the status of the import is. Eventually I have managed to load a...
  5. wbeetge

    Cursor position

    How can I determine the absolute cursor position inside an activeX, inside a set of containers, inside a form? I have tried the GetCursorPos API, but it still only returns the relative position. I tried to find the control's Parent left position, but it seems to only work up to the 2nd level...
  6. wbeetge

    Distributing ActiveX documents

    Has anybody been able so successfull display an activeX document (vbd) file on the internet ? Question: How does the browser see that it must install the dll on the machine and register it ?
  7. wbeetge

    Registry nightmare.

    IS there an easy way to remove OCX compilation registrations and values from the registy ? I need to create the ocx at V1.0 level. if during development, I compile a version for testing, it is incremented and compatability issues start. If I or another staff member in my team wrongly compiles...
  8. wbeetge

    Event trigger problems

    I have a class that needs to triger and event in an ActiveX. The AX needs to trigger an event to the form based on the information sent in the trigger from the class to the AX Example I need to see a True value when the event has triggered in the form. The class processes and sends the result...
  9. wbeetge

    Inheritance of list property

    Can anybod tell me if one can inherit the list property from one combo control to another combo control ? Instead of : ... do while not ..... Combo1.additem Rs("Fieldname") Combo2.additem Rs("Fieldname") Combo3.additem Rs("Fieldname") Rs.MoveNext loop...

Part and Inventory Search

Back
Top