Button Problem ( inner line after click) -
If you know what im talking about ( that inner line that appears after clickign a button) im sure you know that it messes the button up when its a small button... For example it makes the text move and creates a ugly button....
Is there any way to keep a button from displaying that inner dotted line after it is clicked?
1. I tried to refresh the button on click.. Didnt work.
2. Ive also tried all of the button properties...
Can anyone here help? Thanks ahead of time..
Button Problem ( inner line after click) -
If you know what im talking about ( that inner line that appears after clickign a button) im sure you know that it messes the button up when its a small button... For example it makes the text move and creates a ugly button....
Is there any way to keep a button from displaying th
Encountring weird problem with BUTTON, PLEASE help -
Hello,
I am in a middle of one program and encountring an strange problem with a BUTTON control.
If you RUN the program, the first FORM will appear with only one button. Click on the button and a POP UP will appear with today's date click on the button labeled CONTINUE. Now on
Pretending to click a button .... -
Hi, everybody!
Is there a way I can simulate a click on a button?
Inside one button click event, I'd like to call another button click event, but if I use the line
Private Sub Btnaltera_click()
to call it, VB returns an Ambiguous name detected error.
Thanks in advance for any help :
Electrical Network Design -
Hi.
I must design an electrical network. The problem I have is about VB 6.
Suppose we have 2 buttons:
- V (vertical line)
- H (horizontal line)
We have also an initial point A.
When I press the button H the program must draw a horizontal line starting from the initial poi
[2005] Combo box does not updates at the click event of button. -
Dear Members,
I am using combo box on a form with some text boxes. All text boxes are bounded with database columns but I need to use one combo box which will also show the value from database and if user click on it this should change the value.
But problem is that "When I c
HoW to insert a line at run time -
hi,
i have a problem here in my program..
i need to insert a line (and deal with it as an object) at the run time by clicking on a command button for example..
and at every time the user click on the command button, a line appears in my form.. its parameter is taken from text b
Combobox + Button = Next item -
I'm designing an application that is text file based, for easy manipulation and testing.
I have a combobox setup, which I don't believe I can make a multi-line. It loads all the entries at startup, no problem there.
Once I hit the "add" button, it takes the combobox's c
help need regarding my attached projects -
Here i attched my Projects as zip file........And I also attached the final out come which I want.....When u run my project an window appear with tool bar.....picture will appear on toolbar button click....My problem is to use line connecton(which is appear on second button click) amon
replacing a specific line in Listbox with a different line -
Hi,
I want to replace a specific line in a listbox with a different line.
My algorithm is - the user marks a line and click a button. The line is erased and a different line is put instead in the same index line.
I know how to find the index of the selected line, but whenever I
A VB Program where the font size increases -
[b] I need help regarding my project because we were asked to make a program like this
(label here) line 1 Ok (COMMAND BUTTON HERE)
line 2
line 3
line 4
line 5
line 6
[02/03] Cbo & Lst -
Hi people
Right, I have two list boxes, each display 20 lines of data, I want to be able to click a button and each time I click it, it imports the lst data into separate textbox line by line.
There if I have clicked the button twice, it should have exported the second line of da
Weird button-focus problem... -
Boy I hope someone's seen this before, otherwise I'm going to have a few more sleepless nights...
I'm building a project in VB, if you've seen some of my other posts it's a "cart machine" application for a radio station. There are two obnoxiously big buttons on the form,
SendMessage problem.. -
OK Here is my problem.
My program needs to click a button in another program. This button brings up a window with a text box with some text inside it. My program needs to read this text, close that window.
Here is what I did.
I am able to click the button using sendmessage api.
I Have a Silly VB problem! -
Ok i have tried this in VB 3,4,6 & .NET.
(New project/two text boxes/One button)
---On the Button Click event--
Text1.Text = 987678 * 876
Text2.Text = 56 * 8976
--End Sub--
In VB 3,4 & 6 i get an OVERFLOW error on line 'Text2.text =.....'
In .Net it will do it fine
[2008] Richtextbox new line -
I am trying to use a richtextbox,
How can I make it that every time I click on a button the info must be read on a new line in the textbox, I did try it, but it overrides the info.
I have auit a few buttons to click on and want the info on a new line.
Can I change the color of
Line Co-ordinate update with moving picbox -
I attached my project along with the post.....In my project u can add picutrebox by a Comandbutton click and draw line with another Comandbutton click in VB runtime.......I am facing problem in my project moving line co-ordinate with picturebox moving by mouse move event.....Is it poss
How do I....Find Button name & click it... -
I need to figure out how to locate a button on the screen (in another app) and click the button.
I am trying to do some testing automation...and was using the Setcursorpos API but the problem is...if the form moves ...the click misses!
So how can I capture the buttons and send cl
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
Problems opening window in another program...... -
OK Here is my problem.
My program needs to click a button in another program. This button brings up a window with a text box with some text inside it. My program needs to read this text, close that window.
Here is what I did.
I am able to click the button using sendmessage api.
Start Button Emulation! -
I tried to emulate the START button click in VB.
Idea is, whenever a command button in our form is clicked, start button get activated and the pop up menu Brings out. I used 'SENDMESSAGE' API with 'FindWindowEx 'to get handle of
START Button.But the problem is that ,START
button -
if you look at the pic i have a button which has an image on it but it has a white line round the button. The problem is that i cant get rid of the white line around the button.
pic
Excel:Detect row a button is located on with VBA -
I have a button on a spreadsheet that inserts a row. simple, trouble is there are other buttons below it. if the 1st one is fired then the next button creates the row in the wrong place cos each button is hardcoded to the row it starts at.
How do I on the button click code detect th
handles code for button array -
Hi,
I have created a form that has x (up to 100) buttons that are declared as public b1,b2,b3,etc to b100 as new button
and public bt(100) as button
The buttons are initialized as bt(1)=b1; bt(2)=b2; bt(3)=b3, etc.
The page is initialized (a) thru (number of buttons) to includ
Weird Mouse_Up Event -
Hi,
I'm having a problem with the Mouse_Up event in my application.
I'm using Mouse_down to store the position of the mouse in order to have a start position for measurement. On Mouse_move (with a button held down) I show the light blue line. Same with the yellow line in the small wh
Making a VB line go ABOVE a picture box {RESOLVED} -
Hello there everyone,
I have a small problem.
I have a form with a pic box and a command button.
The picture box has a pic and you can change it also.
And the command button when pressed allows the user to draw a VB Line.
Now my problem is when I draw the line, my line g
Have to click button twice to fire button event!!!!!!!!!!!!!!!!!!! -
Hi
I am having a major problem with one of my forms. When I click on a button for the first time it does not fire the button event. It does fire the page load event which is OK, but it then doesn't fire the button click event. When you click the button a second time it works pe
Simple calulations problem -
Hi, i am trying to create an application where if i click a button it adds it a set value. For example if i have value of 1 and i click on the button i want it to add 2 to it. I f done all that bu the problem im having is looping it so everythime i click the button it adds 2 to the val
How To Get All The Datas Which Is In The Table By Clicking The Button -
Hi,
I Have Two Textboxes And One Button In My Form .
I Created Table Named As Emp Which Has Two Columns Such As Name ,age,
My Problem Is If I Click That Button One Row Only Retreiving,so I Created One More Button Named As Next And If I Click That Next Button All The Row Has To Be R
want to select a word from line using right click -
I want to select a word from a line of RichTextBox using rightclick of mouse............ is there any way to do this..........
I've sleceted a word from the line of Rich TextBox but by using LEFT click of mouse n = InStrRev(txtSpellCheck.text, " ", txtSpellCheck.SelS
checkbox, radio button properties... -
hi!
to think about it.....this is a very simple problem.....someone probably asked about it before....anyhow..
when i create a radiobutton and checkbox in my site....i tried to put this line of code in radiobutton's method:
label1.enabled = False
anyway....unexpectedly....w
Having trouble selecting objects in a procedure -
Ok this may sound weird and I dont really know how to explain it on a BB but here is my problem...
I have an Active X control that basically draws a red line (It has properties associated with it so I cant use a normal line)
I have to click a button on a tool bar and it will then ask
.SELBOLD -
I'm getting a headache!
I'm trying to write a simple little message program using a richtext box and I add a toolbar with three buttons. The first one is a BOLD button but thi sis the problem I have..
If you click on the bold button on the tool bar, the button is in an unpressed
how to get -
hi
at present iam working in vb.net,in that i have one doubt
i.e i connected my vb.net with oracle using odbc connectivity and i retreived the values in my table, my problem is in my table i have lot of datas there,i have one button called retreive,if i click that button the one dat
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
graphical arrow on cmd button -
Got another problem that i am stuck at again!
I created an arrow which is to denote the next button, using the line within the toolbox - is it possible to get the arrow line drawn on top of the next cmd button, so the next cmd button has the next text and the drawn arrow on it? I tr
How to use validation controls in this case -
I have a page with some textboxes in a header, then a datagrid with input boxes + an add button in the footer. I am using required field validators...
I have a button called "next" on my page.
The problem is that when I click next, it complains that there is no info in
annoyance using the formatting buttons -
in firefox 3 at least, when you highlight text up to the end of a line and click a formatting button such as color, when it enters the tags it removes the carriage return to the next line. Not sure if it is a firefox problem or not.
Button - Work on second click -
Have a strange problem with a button on a MDIChild form that won't activate until it clicked a second time.
I select my date from a date picker control, move the mouse pointer to the "Add" button and click. Nothing happens except a flicker of the screen. Click a second t
Using common controls 5 - problem with "menu" buttons -
I've created mock menu buttons (ie a toolbar button that, when clicked, pulls down a menu) using a combination of toolbar buttons and combo boxes. However, I have a little problem
I click a button, and the combo box drops down. Let's say that I decide not to select anything, so I cl
[02/03] Automate Use of Customer's Website -
This is my first time posting here. I am an experienced Database Programmer but have done very little with web programming. We have a customer's website that gives a list of possible sales with an Accept button next to each one. The company that accepts the sale first gets it. I wo