I have two files the style sheet "styles.ccs" and the html file (included). The problem is that if I use a tag to call the style sheet inside the html file it works - using the rollover. Yet if I use a class call to the external style sheet, it works yet fails on the rollover event...
I have a form on which I've set the controlbox property to false and the caption to nothing. I did this because I wanted a custom title bar, which i've got. However, obviously, the taskbar icon doesn't have a caption or Icon. I'm wondering if there's a way to set the taskbar Icon without...
Is there a property or method to stop multiple rows being selected using flexcgrid. Im aware of the property 'selection mode' - which you can set to rows. However if you click on a row and drag – mouse still down, multiple rows become selected.
Any thoughts are kindly accepted
thanks for yor...
I have a set of MDI Child forms that open maxamized inside a MDI form. On the MID form there is a toolbar that says “close” form. I want to be able to click this button on the MDI form and close the open active form (MDI form on top of the other MDI forms with the focus or active). Am not sure...
There must be an easyer way to change the column headings of a datagrid control than going through the columns collection
Has anyone any ideas please )
Dim f As Column
For Each f In DataGridPeople.Columns
Select Case f.Caption
Case "FirstName"
f.Caption =...
Im trying to create a listbox in which you can slide elements of the contents up and down the list with you mouse. The code works however if you click the mouse button quickly an error appears, caused on the line - llt1.AddItem Text2.Text, List1.ListIndex -
Err no 5 invalid procedure or...
I’m trying to view the object browser of the Outlook Express Address Book (reference – not sure which on to use – can’t see an object outlook express object library).
I’m trying to get a recordset of all the address information in the address book of outlook express. If anyone has seen an...
Ive the following code in which I receive the following error (user defined type not defined on the line Dim olAL As Outlook.AddressList. Yet I have the outlook 8 object library and the Outlook express type library selected in the references section. Has anyone any ideas - would be appreciated...
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.