When click, button become dim/grey -
Dear All,
i have a program with 20 button on a form, And those buttons was embed with GIF's file. Is it possible when i click on a button , that button become dim-off or grey ( to show that it's was selected) and click again it's become normal ?
Please help , TIA
rgds
Jas
When click, button become dim/grey -
Dear All,
i have a program with 20 button on a form, And those buttons was embed with GIF's file. Is it possible when i click on a button , that button become dim-off or grey ( to show that it's was selected) and click again it's become normal ?
Please help , TIA
rgds
Jas
WindowState/ Show in Task bar -
I have two forms - form1 and form2. Form1 has a command button. When clicked, form2
will minimize to the taskbar, or else it's Window state will be normal - it depends on its current position. The colour of the command button will become white or grey, also depending on the window sta
WindowState/ Show in Taskbar -
I have two forms - form1 and form2. Form1 has a command button. When clicked, form2 will minimize to the taskbar, or else it's Window state will be normal - it depends on its current position. The colour of the command button will become white or grey, also depending on the window stat
picture button -
Hello,
I am new at vb, and i was wondering if any of u guyz could help me. I have to pictures, and basically what i want to do is this. When a person clicks the one button, the other button shows up. So ex. the one button is grey, and the other is yellow. When a user clicks the grey
CTL with Colors -
Hello, I have a custom .CTL file in my APP.
And, Its a COMMAND BUTTON.
IT works fine, i have code to change the TEXT color, and the BACK COLOR
But.. The Edges around the Control are still Grey
heres what it is like
.---------- .(GREY)
| HEY |
| |
.-------
Adding color to a command button -
Hi, everyone. I am using VB6 to do my programming. I would like to ask whether is it possible to change the color of a command in these ways:
a) From inital color grey to other colors after it is clicked and
b) Set the command button with a color eg. red to grey or any other color.
[02/03] Grey out form -
Hey people,
I have a pretty simple question really, is it possible to grey out a form totally?
Well I have a form and a button, the button shows a small form (start up is Center of Parent), now when the user clicks on the button I want the form behind it to be shown as grayed out
It's driving me crazy!! -
Coming from a VB background, Java is driving me crazy!!!
I have some code for a GUI application. It has several buttons on it, with one .setVisible(false);
I want to click another button and make the invisible one visible. Then I want to click the one that was invisible, an
optimising 256 grey values...help :0 -
Hi,
i am using a regular 8 bit monitor (256) and need more values around grey (or smaller jumps in grey values). so, instead of spreading the 256 values across the whole range from black to white, I want to focus on the values around grey.
something like this:
Greying out a button -
How do you grey out a button so that it can't be clicked? I want to be able to still see the button, but I want it to grey out signifying that it can't be clicked.
Is there a way to do this in vb6? Thank you.
[2005] Disabling a button -
i am looking for a way to disable a button (so you can click it with your mouse) without graying out the control
button.enabled = false does disable it but it is grey
is there a way?
Listview - Color of SelectediItem -
Got a rookie(?)-problem.
I have 2 listviews. Each contains a list of products. When i click on an item one of the listviews the item is selected. That means it's background-color is dark-blue. Now I click an item in the second listview, that means the first listview looses focus and
Menu is grey in VB -
Any idea how i can change the background colour of a menu in VB? My form is NOT grey, so the standard grey menu bar and grey dropdowns look really out of place.
Strange how i've never used colour and a menu on a form before. I guess there's a first time for everything.
How to make the arrow button in button menus to grey in toolbar -
How to make the arrow button in button menus to grey in toolbar
Have a look at samp.jpg file !!
VB6 Button Backcolor -
I am going nuts and I feel so stupid for not being able to figure this out!
I have four buttons, A B C and D, and when you click on A, I want the backcolor of the button to change. Then when you click on B, I want A to change back to grey, and for B's backcolor to change. Could an
Disable or Grey out a Botton -
Hi Guys
I created a tool with two Functions, Button 1 and 2, how can I disable or Grey out the first Botton which is Command1_Click ONLY after a specific task.
is it Command1 = False? I tried it but it didn't work.
any suggestions?
thanks
I miss that grey bar... -
The whole thing's gone pear shaped... for years I have loved that grey bar, blue text and blue grey design and then without a word of warning I get hit with this yellow I wanted mauve anyhow... or chartreuse
Command1.backcolor doesn't work -
Command1.backcolor doesn't work.
The commandbutton stays grey...
Nice color grey...
Very nice color grey....
But I don't need grey, I ned the rest of the colors!
But it's a very nice color... grey!
Can anybody help me?
Disabled button on toolbar Use my own icon possible -
I have a toolbar however when I disable a button the icon becomes greyed out and does not look good. I created my own grey-scaled icon of the active icon, is there a way to use my grey-scaled icon AND have the button disabled?
fade to grey -
I know a little bit was said about this in the non vb forum, but here's what I'd like to do.
In XP (among others) when you go to shut down, windows fades to grey. I think that's a nice effect.
I would like to have a basic program that after for example 5 minutes of idle, would f
Access Buttons Grey out -
Hey,
I'm trying to make a series of buttons, the usual like, first record, next record, last record.
But i need it so when u click first button, the first button and the previous button grey themselves out so they cannot be clicked, if you get me, my code just gives me the error
Right Click Functionality Lost -
When editing in my code window ,I used to be able to right click and choose from a list. Now when I right click all I get is a grey box and no options. This only happens with VB.Net . Any ideas on getting the right click functionality back?
*resolved* HELP with cell background picture -
I've tried using FrontPage and DreamWeaver and I get the same undesired affect. When I set the background picture for a cell, a grey border appears around the image, at least when the cell is bigger than the picture. When the cell is smaller than the picture, there is a grey vertical
Excel - Grey bar of Nothingness -
Posted this some time ago and it was left unresolved:
"Why does this happen?
I hide all menus so that my sheet view goes all the way to the top of the screen, except for the Excel Application bar. Occasionally, after running code, the screen will cease to redraw the very first
Excel Automation -
I need a program that will change all the text on a row to grey if I enter a certain variable into a cell on that row.
i.e. if I enter 100% into a cell, all the text on that row will turn grey.
I want it to do it for the entire sheet, so no matter what row I go to I can enter 100
Determining color in if-else statements -
This may be a dumb question, but I can't for the life of me figure out the proper way to check what background color an object is using. I can set colors just fine, but this is stumping me.
I have a collection of dynamically created buttons and a click handler which should change th
putting a bitmap (greyscale) into a pBitmap -
hi all
i can use the windows API command StretchDIBits to put image information stored as (b,g,r,b,g,r,b,g,r.....) into a TBitmap.
However, im not sure how to put image information stored as (grey,grey,grey,....) into a TBitmap.
does anyone know??
thanx
Need to click twice on the button -
In my application, from the main form, another (modal) form is opened with another button having the focus. However when i click the button nothing seems to happen. But the second time i click the button, the click event gets fired.
It is such that i need to click on the form once(any
Toggle catch 22 -
What I need is a button that toggles, starting purple when it's ready to load a form with picture and grey once the picture's been loaded and the button's now ready to unload the picture. That's easy enough, but I also want to be able to unload the picture by clicking anywhere on the
Can picture box show animated gif -
Dear Friends,
I wish to ask:
1. Can picture box show animated gif?
2. How can I set the background of a frame to a "static" image (bmp, jpeg, etc)
3. I have some command buttons which are in graphical format rather standard text caption. A problem is the "grey
grey out checkbox -
given the above image...is there anyway when i click on the option button for one row....only the check box on that row stay normal and the rest gray out?
Openning New Window Using Web Browser Control -
I have created a browser using the Web Browser control. Often when you click a link or a button on a web page, a new smaller browser window opens up. An idea example is the Manage Attachments button in this forum on the page where users type their questions.
What I find is though th
Grey out listview -
hi is it possible to have a listview that has checkboxes to grey out checked items? what im trying to do is have my listview with a few checked and unchecked items to be greyed out (only the checked items) when i press a button. i havent tried this out yet so im just asking quickly.
[2005] transparent buttons -
is there a way to make buttons transparent, so as to show what is behind the button, while still being able to click it?
i tried setting the backcolor to transparent, but it makes it windows grey
greying out the minimize and maximixe buttons. -
Hey all, again
this problem is easy to explain. the code on the thread:
http://www.vbforums.com/showthread.php?t=338034
is able to grey out the close button. Is it possible to grey out the minimize and maximize buttons as well
any help would be appreciated
Cheers in advance
[2005] Grey bar when running ce.net 4.2 app with CF 2 SP1 -
I'm using Compact Framework 2.0 sp1 which supports Windows CE.Net 4.2. I create an application using Visual Studio 2005. I create a very simple application with a button at the top of the form.
When I run my application on a Windows CE.Net 4.2 device I get a grey bar at the top of
Button Click -
I am trying to use API to click a button in another application. I already have the handle to the button, but can't seem to make the click event fire. It is a graphics button and does not respond to keyboard events, so the click is the only way I can think of.
I have tried using
why do I have those stupid grey reps -
I just received a rating from a user with over 200 posts and the rating was grey. Why>
Here's One for YA -
Howdy!:
Here's a strange request
Is it possible to change the background colour of a progress bar?
The standard is Windows grey with Dark Blue Boxes
I want to change the grey. Can it be done and how?
Thankx
Hyme
newbie ques.. Timers -
i made 5 buttons
i want the 5th button, when clicked, to click on button 1, and after 5 seconds, click on button 2.. after 5 more sec to click on button 3, then after 5 more secs button 4
please show me the code
thanks