Questions tagged as 'button'

1
answer

Use the same click event for several buttons in C # WPF

I'm doing a C # project using WPF, which has many buttons. Is there any way to identify which button was clicked so that you do not need to click_event for each Button?     
asked by 19.10.2015 / 18:47
1
answer

Download button without showing your way

Hello, I have a main mysite.com html site that can be found by search engine robots and I've done myite.com/download.html with these parameters <meta name="robots" content="noindex, nofollow, nosnippet, noodp, noarchive, noimageindex"&g...
asked by 02.03.2018 / 20:37
4
answers

How to put a space between two buttons?

I have this code: <!DOCTYPE HTML> <HTML> <head> </head> <header> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </header> <body> <Titl...
asked by 21.01.2018 / 21:30
2
answers

TEXT Within a button - Materialize CSS

I'm having a hard time breaking text inside a button. I use materialize css but generally I have no idea how to put all the text I want inside a button, it always cuts the end of my titles and so on. <link rel="stylesheet" href="https:/...
asked by 06.07.2016 / 16:19
0
answers

Unlink functions from 'buttons' in PHP

I would like to unlink the buttons, I have a button generate password and a call, but every time I generate a password, it also calls, would like to unlink these buttons, could anyone help me please? <?php echo "<form>"; echo "&...
asked by 10.11.2018 / 14:53
2
answers

How to display data from a query in Modal?

I have button type="button" and I want it to capture information from my texts so I can query MySQL and display that result in a modal >. However, I am only able to capture this data in button type="submit" and this type="s...
asked by 28.04.2017 / 18:01
1
answer

Associate two image

I wanted to create a app that when clicking on an image changed its image and waited to click on another image. If the two images were equal (with the same value) activate a button that gave the possibility to move to another Layout. I...
asked by 06.12.2016 / 15:59
1
answer

How to detect when the mouse is pointing to a button

I have a form where certain actions will be executed only when a button btn has the mouse cursor on it, which button event do I use?     
asked by 13.04.2018 / 06:00
3
answers

Add Text In textbox in certain position C #

Hello, I'm developing a dental software which one of the functions is to select a tooth on a button and add the name of this tooth in a textbox. So far, no problem, but the point is that this textbox is about observations, and I would like the n...
asked by 02.11.2016 / 19:43
1
answer

How to make a button addition system with unique events to launch?

I'd like to know how to make a system in which it automatically adds a button to a file with a specific event in a FlowLayoutPanel for a specific event that, upon clicking, launches the application. The code I can do is something like this: Tr...
asked by 18.03.2017 / 16:28