Command button click -
this is my last question, of the day. How would i click or start a Command button from another location. i want to process the Command1 button coding without actually clicking the button
something like
If Online = True Then
** Click Command Button **
End If
Command button click -
this is my last question, of the day. How would i click or start a Command button from another location. i want to process the Command1 button coding without actually clicking the button
something like
If Online = True Then
** Click Command Button **
End If
Unable to "click" on commnd button -
Hi all,
I have an MSHFlexgrid. When I click/mouse down on a particular cell, an invisible text box (in pink) and a command button are made visible. I first give the textbox.zorder and then the command button.zorder. As you can see, the command button appears in front. However, when I
Using a command button to click other command buttons please help -
Hi
I am creating a program and I want to make it so if I click one command button VB automatically click other command buttons
i.e.
Clicking command 4 runs
command 1
command 2
command 3
in that order
Please help
Thanks
do stuff even when the command button is disabled -
hi,
if i have a command button and it is disabled, can i still use it to get mouse commands, like up, down, move etc.
i use a really command button, and i have no more room on the form, i want the user to ue this button like this:
the button starts disabled, when the user right cl
Lostfocus event after Click event -
If you use the accelerator for triggering a command button click while focus is on textbox, the command button click goes through first before the text box lostfocus. However if you actually click on the Command button the text box lost focus happens before the command button click w
Option button issues -
Hello friends,
I am not able to understand the behavior of some controls. In my project, a form has three radio buttons and a command button. After selecting the second radio button, I will click the command button. In that command button’s click event, I am trying to disable the se
Multiple instance of forms -
Hello,
say I have 2 forums and a command button.
When I click the command button the second form loads. But when I click it again nothing happens (because the second form is loaded).
I want mutiple instances of the form to load when I click the command button! Right now I am usi
A strange issue with spin button -
Hi,
I'm facing an unusual issue with spin button. In my project i'm using Microsoft Forms 2.0 Object library. In one of the forms i have a couple of frames. A large Frame and within that another one.
In the small frame which is within the large frame, i have a textbox and a spin
Performing 2 tasks at once with the webbrowser control -
Hi,
I have a webbrowser control and i want to place a button on top of the control and allow the user to click a command button and a button on the webpage underneath at the same time. I've noticed if I disable the command button it lets the user click on whats underneath the button
New At Vb, Please Help -
Im New With Visual Basic And Need To Ask A Few Questions, Please Answer:
How Do You Change Visual Basic FRMs into EXE files???
Can Someone Make Me A Code And Display Here, That Does This:
A Game, You Click A Command Button And It Disappear Telling You On A Label: You Have Kill
execute other program from vb -
hi all,
i want to do a vb program that will automatic execute other software exe file. for example in my vb i have 3 command button. when click command button 1 will execute microsoft word, click command 2 will execute notepad, click command button 3 will execute adobe reader. how t
Run Command Within Another Command -
Hey,
Is this possible? I want to start up a command within another command. I tried enabled but that didnt' work. Basically I want to click one command button and when that button's done processing it ends in a timer that restarts that same button again.
Thanks,
John
Command Button problem !! -
I have problem in command button click event.If i user click the command button it will execute some commands. And my aim is that diable the click event of the command button as long as the commands for the first event and vice versa.How can I?
Click a command button to make images come up -
Hi. When it comes to VB i am not all that great. I have a code request (vb 6.0)
I want to make it so that when you click a command button (price of the product), it allows you to click on another command button (product) and then the image of the product you clicked on loads.
Th
Use Command button as on/off switch -
I want to be able to click on a command button and it stay pressed down until I click it again. I noticed there was a downpicture property which I wanted to use to show a different graphic when the button is on. this possible?
How to refresh data in listbox when command button is clicked again -
Hi there,
I am creating a program that upon clicking on the command button, data from a textfile will be read into a listbox. I realised that if i click the same command button again, the data from the text file will be displayed into the listbox again and under the previous same da
regarding command buttons -
Hi,
I've some problems with the command buttons in VB.Could anyone please help me in this.
I've 3 forms in Visual Basic.
first form has 2 command buttons(cmd1frm1,cmd2frm1)
second form has 2 command buttons(cmd1frm2,cmd2frm2)
third form has one command button(cmd1frm3)
make a Image Visible by clicking in a command button on a different form- Resolved -
Hi,
i wonder if anybody can help me.
My Problem is as follows:
I have two forms. On the 1st form is a hidden image and on the second form is a command button.
I want the image to become visible on the 1st form when i click the command button on the 2nd Form.
Is this po
Right Click on standard Command button -
I am using a standard command button of which I am sensing left & right mouse button clicks via the mouse_down event.
The problem is the button only shows as 'pushed' with the left mouse
button but not the right button.
I have tried calling the control's click event from within
Which control had the focus -
In my VB6 application, I have a form with three text boxes and a command button. I would like the user to select text within a text box, click on the command button and have the selected text changed. How do I write code within the command button's Click event to tell which text box ha
Calling Pushing Effect Of Command Buttons Through Code -
i have a command button also a label control on a form .
now i want ( as i click at label contol command button giving me a pushing effect ) as it did when we click at command button .
Command Buttons..... -
I have a Command Button on my form, which for some strange reason needs me to double click on it, instead of single click.
On the form I have a MonthView, a label, a Timer and a Command Button.
Can anyone explain *** is going on?
Dynamic Command button -
How can we add command buttond during run time
Actually i'm working on software for an hotel,so i have to add one command button for every new room added......(suppose new construction takes place)
i want to add the button at run time and also use the click property of the button
command button stuff -
Hi,
Is there a way to make the command button appear enabled and still don't enable it..
i'll explain:
i am using the command button to display an image on it. i want it to appear enabled for the image to look normal but i don't want people to be able to click on it.
i can get this
Some API questions -
Hello,
I'm pretty new to the whole VB scene and I'm interested in using API for a few things. I have a few questions:
1: How can I use API to click a button or run a command on another program? For example, say I wanted to click a button on my VB program, then by doing that it wo
Retrive Value while post back -
Forgive Me.I am new to .net
Hi,
I have two command Button and a text box in my form.While clicking the first command button i am stroing the text1 value to a varriable called Test1.
After I click the command1 button the form post back.Now I click the second command button.
how make usercontorl button -
m a new at using the (active x) and Im looking for
simple example like command button by usi ng usercontrol
but I dont want to put a command button on the usercontrol
I want the usercontrol became a like command button
it has a propertise: caption ,enabled and event: ,click
and
freaky command button problem -
I put code in a command button's click event, but I am being forced to click twice on the button at runtime in order to trigger it. What could possibly be causing this?
Invoke click command from another button -
I need to do one of two things. I have two forms frmEndUser and frmServer When I close the frmEndUser I need to activate the click command on a button on the frmServer.
Or if I click a button on frmEndUser it automatically clicks a button on the frmServer form.
Thanks for your h
Text Boxes Into Website -
Hello all. I have 3 text boxes on my program and a comamnd button. I put in the website in text1 and a name in text2 and password in text 3 then click the command button. And when I click the command button I want it to do something. How can I do this so it works with the internet. So
Delete Multiple Records -
I have a small program that uses a .mdb database and have them connected with a data1 object. I have a command button on the form that is = to data1.recordset.addnew. If you click the add new button and add a new record then click it again to add another one. then click the data1.rec
radio button and command button -
hi friends,
there are two radio buttons and two command buttons in my form. two radio buttons are grouped together using frame. when i click command button 1 radio button 1 must be selected similarly when i click command button 2 radio button 2 must be selected. how can
VB 6 - How to increase number when command button is clicked -
I have a command button and a label.
Each time I click on the command button, the number in the label will increase.
E.g. Label now is 0,and I click on the command button, Label now shows 1. When I click on command button again, Label shows 2, and each time I click on the command
call Confirm Box on click of delete button of command button of grid. -
hay !
i want to call a Javascript function on the click event of delete button of Grid as command button.
may some one help me , how can i capture its click event.
Regards,
Sadia Tabasum ( nick as Fims)
executing dos command -
Hai friends,
I have a command button in VB. On the click event of that button I want to execute a DOS command (type rep.txt >> prn).
Any one plz help me in this coding.
Thanx in advance.
click command button on frm2 -
what is the best way to do this
i have form1 which has a button to open form 2 to parse results from a webpage into a listview.
i was wondering though can i have it click the 'search button automatically instead of having to click it manually each time when the form2 loads?
VERY IMPORTANT: Please Help. -
Hey, Im taking Computer Programming and Repair in high school and we have to do a Visual Basic project and Im looking for a simple code.
I have a form and on that form is a Command Button, What i want it when I click the command button it will jump me to an already created form.
Using keyboard to activate Command Button -
In my program I have several Combo boxes that need input from the user before you can proceed. Some of these have default values so after the first two have data a command button becomes active. It's at this stage that I would like too offer the use of the Enter Key to activate the c
ms access - unsave data -
dear all
click the close or exit command button, the last data is automatically saved
how to unsave the data whenever click the close command button without using undo or delete command button
thanks in advance
How to lose the 2nd click on a command button -
Hi All
I have a Command button on a form (OK). When the user is happy with the information on the form they click OK, and fields are updated before redisplaying the form.
I have a problem where if the user clicks twice on the OK button (as if a double-click) the 'Private Sub OK_