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
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...
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...
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...
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 ?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.