Re: radioButton Programming Software Development by Jennifer84 … System::Windows::Forms::Button^ button1; private: System::Windows::Forms::RadioButton^ BuyRadio; protected: private: bool IsClicked; private: /// <…e) { if ( IsClicked == true ) { MessageBox::Show("RadioButton Pressed"); } } }; } [/code] [QUOTE=Ancient Dragon;543757… radioButton Programming Software Development by Jennifer84 I am trying to use a radiobutton that I have attached to a from in VC++ .NET …2008 I have Named the RadioButton "BuyRadio". From what I know a radiobutton can have to stated, either true… to do is this code wich meens that if the RadioButton is pressed this will evaluate but this does not compile… Re: radioButton Programming Software Development by C++masterinneed …(BuyRadio)?? [QUOTE=Jennifer84;543673]I am trying to use a radiobutton that I have attached to a from in VC++ .NET… 2008 I have Named the RadioButton "BuyRadio". From what I know a radiobutton can have two states, either true…to do is this code wich meens that if the RadioButton is pressed this will evaluate but this does not … Re: radioButton Programming Software Development by Jennifer84 …. I have trid to press the button without pressing the radiobutton also. Though if I change to this: this->IsClicked… the code below then the MessageBox shows without pressing any radiobutton. [code] if ( IsClicked == true ) { MessageBox::Show("… Re: radioButton Programming Software Development by Ancient Dragon … up in MSDN so that you can read their description. RadioButton class is [URL="http://msdn2.microsoft.com/en-us…/library/system.windows.controls.radiobutton.aspx"]here[/URL]. Look at the members and you… Re: radioButton Programming Software Development by Jennifer84 … will show anyway. So it should only show if the radiobutton is pressed. [code] if (BuyRadio) { MessageBox::Show("BuyRadio is… Re: radioButton Programming Software Development by Ancient Dragon >> I have trid to press the button without pressing the radiobutton also. what does that mean? At this point I think you need to post the code for the form that contains the radio button. RadioButton Programming Web Development by mundetas I have been trying to post a value from a radiobutton selection into my database. My datatype in mysql is int. I want value to be 1 or 0. But I believe it takes the value from the radio input type as a string. I need help in posting a value from a radiobutton into my database. Re: RadioButton Programming Web Development by mundetas [CODE]The form <form> <input type="radio" value="1" name="ys"> </form> <?php $radiobutton=$_POST['ys']; insert into tblvalues(op)values('{$radiobutton}') ?>[/CODE] Re: RadioButton Programming Web Development by nav33n …("localhost","root"); mysql_select_db("test2"); $radiobutton=$_POST['ys']; mysql_query("insert into a (age) values… ('{$radiobutton}')"); } ?> [/code] If this *isn't working*, you should … Re: RadioButton Programming Web Development by wrivera …("localhost","root"); mysql_select_db("test2"); $radiobutton=$_POST['ys']; mysql_query("insert into a (age) values… ('{$radiobutton}')"); } ?> [/code] If this *isn't working*, you should … Re: RadioButton Programming Web Development by mundetas Are there sample codes where I can use a radiobutton to submit and int value all the ones I have seen have been for string values. radiobutton Programming Web Development by ritika_khanna i am doing online railway reservation project in vb.net. i want to know when i click on one radiobutton of trainno and then after clicking on submit button it display corresponding routes from database. i am using oracle as backend.please tell me urgently. radiobutton help Programming Software Development by iiizuluiii … answer. I am trying to make a button activate a radiobutton to checked if you press the button. If its already… Radiobutton Programming Web Development by Utharan Hi, I have 6 radio buttons. When I select the radiobutton I need to get the value of the radiobuttons to a php variable. Please help me. I'm new to php. Thank you in advance Re: Radiobutton Problem Programming Web Development by ravichandra …a Literal control which will be converted into RadioButton in code behind. The literal control is converted… is accessed to check whether any of the radiobutton is checked, if none is checked then it…this value is equal to the row index then that radiobutton is made checked. [code] private int ProductsSelectedIndex { … Radiobutton Problem Programming Web Development by brightline I have created a custom user control which contains a radiobutton and some another controls. In my page, I use more than one instance of this control, so the user can check the radiobutton of all the instances of this control. the question: How to force that only one radiobutton to be selected. Radiobutton with Tkinter Programming Software Development by Lingson hi, how do I left justify all the radiobutton displayed? For example, I have 5 radio button with different …. I tried also to count the text length of each radiobutton and filling the text with spaces on the right so… it seems that each character have different width. If the radiobutton can't be left justified, what font can I use… Radiobutton Event Trigger Programming Software Development by mistersalty … the answers, as each question changes the text of the radiobutton changes and along with it the correct answer. I want…. I know I can do a click event for a Radiobutton and have it be it's own sub, but since… work. Is there a way to do make clicking a radiobutton cause an event without it having a checkedchanged sub? Re: Radiobutton text placement Programming Software Development by jrcagle …self.label = Label(self,text=text) self.button = Radiobutton(self,text='',variable=variable, value=value) self.variable = …variable is [I]*gasp*[/I] part of the radiobutton object! Who could have thought of such an …dictionaries to keep track of the control variables for radiobutton and checkbutton widgets). Anyways, this is just a… Re: Radiobutton Problem Programming Web Development by john8098 dim ctl as control for each ctl in controls if type of ctl is radiobutton then if ctl.name <>radiobuttonSELECTED.name then ctl.check=false endif endif next i think this may solve your problem. [URL="http://www.won-mart.com"]thank's me[/URL]. Re: Radiobutton Problem Programming Web Development by sierrasoft Hi, You can set the GroupName Property of the Radio Button. Check this topic in MSDN--RadioButton.GroupName Property Re: Radiobutton Problem Programming Web Development by ravichandra I have implemented radio button in a gridview,where in user can select any one of the radiobutton in the gridview.If you need i can post the solution. Re: Radiobutton with Tkinter Programming Software Development by Lingson ….org/story/2004/12/6/11739/5249[/URL] So, the radiobutton problem can be 'tickled' by using monospaced fonts. But still… Radiobutton text placement Programming Software Development by aot … a way to do this (within the contents of the Radiobutton widget, that is, not resorting to labels)? I know this… Re: Radiobutton text placement Programming Software Development by Lardmeister What module do you use to get a radiobutton? Re: Radiobutton PRICE HELPP!! Programming Software Development by Luc001 … in your Form1. To test it I gave the radiobutton this name: RadioButtonName [CODE]If Not RadioButtonName.Checked Then Form2.… Re: Radiobutton PRICE HELPP!! Programming Software Development by jag4 hey thanx for replay. i already done that...but i have tabs in form and i have diffrent radiobutton in each tabs if you no what i mean. Re: setOnClickListener in RadioButton not working Programming Mobile Development by anukavi … Buttons. public class MyFirstAppl extends Activity { public static RadioButton ro; public static RadioButton[] radioButton = new RadioButton[7]; private static RadioGroup radioGroup; View linearLayout; RadioGroup… setOnClickListener in RadioButton not working Programming Mobile Development by anukavi … = 0; i < 4; ++i) { radioButton[i] = new RadioButton(this); radioGroup.addView(radioButton[i]); radioButton[i].setId(i); radioButton[i].setText("RD_" + i…