Thank everyone for your help and speedy reply
Cyan you hit the nail on the head, and answered my problem. I ended up by correcting the style sheets, although was working with errors. Using an ID Tag to call the external style sheet solved the problem. Yes Cyan, I agree it is good practice to...
Rick Thanks once again for your reply
There seems to be confusion on the interpretation of the question. I realise that an id tag can be used to reference the internal style sheet – this is what is achieved in the first button (working with rollover). I’m trying to have an external CSS which...
Thanks for your reply Cian
There is something wrong with the style sheet? I would be interested to know what that is, as the external CSS works – hence the second button looks like a link - but fails with the rollover. It is likely there is probably something wrong with the way it is being...
RISTMO Thanks for your replies much appreciated.
When I open that, I get a link just like the first for the input, and when it is mousedover, it becomes a button with changing colors of text for mouseover.
That is the delima the first link calls the internal HTML style sheet and works with...
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...
I have the same problem, however am after inserting an icon into the taskbar also.
Can anyone help. It will us an API ,but am not sure which one. Thanks for you time Todd :)
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...
Thanks Justin
I've been a VBA programmer and was trying to do something like cycle through the forms collection and then seeing if the form is active
if formName.active = true then
Hehe silly really. Ironically I came across the Activeform statement as soon as I posted this question...
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 =...
Thanks guys
Actually had tried something similar however was performing the assignment of the list index after the removal as didn’t realise the listindex was set to -1 – good point Strongman. Thanks also sjravee thats a nice solution.
Thank for everyone’s time with suggestions for this...
Firstly I’d like to thank you for your speedy reply Malorey, however it doesn’t seem to work. The error is still present and doesn’t resolve the problem. Try the code yourself and debug it. There is a form with a listbox called list1 and two text boxes called text1 and text2. The Option Explicit...
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.