Captions that change colour when you mouse over -
g'day, i was wondering if anyone knew how to get the colour of a caption to change when the mouse mouse overs then change back whent the mouse leaves.
i can get it to change colour on mouse over, but i cant figure out how to get a on mouse effect.
using visual basic 6.0
Captions that change colour when you mouse over -
g'day, i was wondering if anyone knew how to get the colour of a caption to change when the mouse mouse overs then change back whent the mouse leaves.
i can get it to change colour on mouse over, but i cant figure out how to get a on mouse effect.
using visual basic 6.0
Change colour on Mouse Over[resolved] -
how do you change the colour of a certain text, when the mouse moves over on a webpage,
can it be done in html?
or will it have to be php?
thanks
Mouse Cursor Compatibility -
Does VB only dislpay 2-Colour mouse cursors? I made 256-colour mouse cursors, and they turn into 2-colour when I load them into VB! Also, VB has no support for animated mouse cursors. Should I just hide the mouse cursor and make a custom one? (DirectDraw Fullscreen App)
Mouse Movement & Regions -
Hi all,
My problem is i have a form which when i enter a region with the mouse on the form ie. an circle i want the background colour of the form the change and when i exit the region, (cirlce) the form will change back to it's origional colour.
I hope i have explained this wel
changing a colour of a picture boxwhen mouse moved over it -
l have some picture boxs on a form, which l want to change to another colour when the mouse pointer is moved over it. Does anyone know the best way to do this.
Many thanks in advance.
Change row colour of datagrid -
Dear All,
I am decveloping an application that uses DataGrid. Due to some requirements, I want to change the colour of rows (on some specific criteria).
e.g If some criteria meets, row colour would be green, if some other then colour be brown and so own.
Can i change the row col
How to set a background colour of a listview row -
Hello people, I want to change background colour of specified rows in a list view(in reporting mode). only way available is changing the backgroung colour of all rows but i want to change the background colour of rows what I want, not all. and also is there any way to change the colour
How to change colour for sstab -
How can I change the colour for sstab? I only have 2 option for me to choose, backcolour and fore colour, can I change the tab colour?
On Mouse over event -
I'm trying to make my captions change a diff color when the mouse goes over it. How would I perform this?
Thanks
finding colour under cursor -
hiya all,
I would like to know how I would be able to find the colour that is underneath the cursor. eg same as in Photoshop where you can set a colour by putting your mouse over the colour you want.
But I want to be able to do this over the desktop and over other programs.
I
MDI Parent Background Colour -
I am sure this is an obvious thing I am missing, but I am trying to change the backdrop colour of the mdiparent form and I can't find the property.
It isn't backcolor as this is the colour of the form itself. I want to change the colour of the bit where all the mdi kids appear.
A
Changing row colour of DataGrid -
Dear All,
I am decveloping an application that uses DataGrid. Due to some requirements, I want to change the colour of rows (on some specific criteria).
e.g If some criteria meets, row colour would be green, if some other then colour be brown and so own.
Can i change the row col
[2005] Combo Boxes highlight colour -
Hi guys, my first post here so I hope I make this clear and would really appreciate any help or advice anyone can provide.
I've already searched FAQ and a lot of posts throughout the board but I couldn't find anything that I wanted to know, anyways here it goes.
I was wondering w
Style sheets with javascript -
Hi All
Is there any way of accessing a class in a external style sheet that is linked to a page using javascript.
Basically I have a class (.MO) which holds a back ground colour which I need to use to change the colour of something when they mouse over.
src.style.color = MO's
Date Time Picker Colour Problem -
Hi All
Is there a way to change the colour of a disabled date picker, it has the
back and fore colour properties but they don't seem to work, i need to
change the grey to an info colour!
--
Kind Regards
Danny Woolston
[2008] Change the colour of a menu separator -
Hi.
I am customizing the way may application looks however I noticed that I cannot change the colour of a menu separator even though in the properties there is a Backcolor and Forecolor option. Whenever I change the colour in the properties window it doesn't change the actual separ
Determine Colour Darkness (not RGB Value) -
Hi,
I am trying to determine the value of a colour (any colour), so that I can tell how dark/light this colour is. Unfortunately the long value in vb ie. 16777215 for White does not tell you accurately enough if a colour is dark or light.
I want to be able to change the colour
All captions in project -
Is it posible to get qn listing off all captions in a project???????
I have to translate all captions from one language to another!!!!!!!
I can do it manual but it must be possible to get all captions and write them to a txt file (I hope)
thnx in advance
Can I change a color in a bitmap -
Hi,
I need to change the background colour in a bitmap image (a solid known colour) to a user selected colour.
Is there any way to do this programmatically in VB6?
I have been using transparent gifs in the past but this is now an unacceptable solution due to a change in printe
listbox's colour -
Hi,
When I change the listbox's enable to false, the background of the listbox is grey, how could I change it to other colour?
And is it possible to change the highlighted colour
Thanks,
Newbie
Colour Command Buttons! -
I have created a colour command button and a colour textbox control for anyone to use! if u want them just e-mail me or reply to this post!
The command button also has a highlight colour! For when the mouse is down!
regarding msflex grid -
i want code to change the captions dynamically in the msflexgrid where the captions are displayed in the fixed row.
[2005] How To Draw A Box -
I need to know how to draw a box only over a picturebox and nothing more, using the left mouse button. Also I wish to have the colour of the box, inverted so that it will show up over any colour or any texture of any graphic from within the project. Also when you release the left mouse
Font query -
Hi
I am in my first year of studying VB and enjoying it very much.
This question maybe very basic to a lot of you but.......
Can anyone let me know if there is a way that i can change the colour of
the fonts on any command buttons i use ?
I know i can change the back
Can command button change to other colour -
May i know is it possible to change the command buttons into different colour???
What kinds of tools can also change it colour and design???
Thanks
BackGround Colour to SStabs -
Hi,
I am wanting to change the background colour of an SSTab, and before you scream at me, yes i know their is a property for this, but this is not for the colour of the actual tabs, which is what to change.
I was thinking of an API call maybe!!
Does anyone know how to write thi
Finding Colour HEX Codes with mouse click (VB6) -
I am wanting to add something into my program which will allow me to click on any colour on the screen, then display what colour it is in another box, and it's HEX number in that same box. I have never coded to use HEX colours in VB and am stuck. (Using VB6)
Any help would be apprec
[02/03] Noob Handler question (easy) -
I've had a look for the answer to this but can't find the answer but I'm sure this has been asked before.
I have 8 buttons on a form. I have Mouse Enter and Mouse Leave actions that I want to implement for the buttons. The background colour and font size change so that the buttons h
Writing Code in Colour -
I have Vb6 installed and I am interested in writing the code in colour. I have tried using Tools -> Options -> Editor Format -> Normal Text and changed the colour in the foreground window but the colour of the text does not change. Only the .(dot) changes to the chosen colour.
[2008] Extras for web browser -
I have created a web browser and i have made it so the user can change the backgrond colour, txt colour stuff like that (i know a bit ott) i want to know how to make it so the user can change the settings and when they close the browser and then reopen it, it saves the settings like th
Determine Colour Value (Level of Darkness not 16777215 for white!) -
Hi,
I am trying to determine the value of a colour (any colour), so that I can tell how dark/light this colour is. Unfortunately the long value in vb ie. 16777215 for White does not tell you accurately enough if a colour is dark or light.
I want to be able to change the colour of
Tabstrip colour change -
Hi
Is is possible to change the entire colour of a tabstrip. By that I mean the face of the active tab not just the text and background colour.
cheers
Gregg
Tabbed Dialog Box Colour -
Does anyone know how to change the colour of a tabbed dialog box? I've tried altering the backcolor but the dialog box still remains grey, although I can change the colour of the text on the tabs without any problems. Ideally I'd like each tab to be a different colour, but I think
[02/03] Changing tab colour -
Hi,
I would like to change the back colour of a tab control but it would only allow me to change the back colour of the whole tab page but i only want to change the tab part of the page.
I have attached an image to show what i am trying to mean.
thanks all in advance.
Changing colour of single words -
i have a textbox and i want it to change the colour of single words as it 'recognises them'.
I have got the recognising bit sorted but i only know how to change the forecolor of the whole text box. i would like it to simply change the colour of the single word....
Any help would
Captions for captions when hovering over with mouse -
Hi
is there a way of having a of showing caption like text as you hover over a picture box on a VB.net application form.
similar to what happens when you hover over a control in Paintshop
this can obviously be done easily with web apps but how about client apps?
thanks in advance
No colour for MainMenu -
I was kind of surprised to see that the MainMenu control doesn't change colour when you change the colour of your form. And there is no "color" property for the MainMenu, so you can't set it manually.
Has anyone found a way to put a little colour into the MainMenu?
ListView row colour -
I am using a ListView set to detail view to display a range of data. It would be much better if i could change the colour of certain rows to make them stand out a bit more. The reason being, some of the rows are more like headers for the rows below. If i could change the back colour, f
Changing menu's colour -
Hello,
Is it possible to change the colour of the menu bar (The bar that normally has File, Edit, Help, etc. on it) to a diffrent colour?
I have seen this done and would basically like to know how to do it. (Without using Windows Themes)
Thanks in advance for any help.
Can you change a flexgrid cell colour based on a value in a combi box -
Hi,
Is there a way of changing the colour of a flexgrid cell based on selections from a combo box. So for example, my combo box has the colours red, blue and green, depending on what colour is selected, the cell background will change to that colour.
I can't find any threads on