votes
fire event from code
How do I fire this event from code? [code]void linkLabel0_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ... //this event } private void button1_Click(object sender, EventArgs e) { //Fire From he ...
blah blah blah is here! blah blah » Close
How do I fire this event from code? [code]void linkLabel0_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ... //this event } private void button1_Click(object sender, EventArgs e) { //Fire From he ...
Hi! i don't know if that's a feature... but the thing is that as I click rows in a ListView the corresponding updates of TextBoxes go a bit slow. Here is that I mean: 1. I have a Listbox with 2 columns 2. I have 2 Textboxes which filled ...
Hi, can anyone please tell me how to raise events from class. Are they like call back functions.. Pl. help me in finding an answer for this. Thanks & Regards, Anil.
Hi, I am working on a simple windows forms application and I use the following code to copy the text when a cell is clicked on the datagridview. [code]if (e.RowIndex >= 0 && dataGridView1.Rows[e.RowIndex].Cells[e.ColumnInde ...
Dear All, Is it possible that with a click of a button, the form can resize (bigger and smaller) and some buttons/textboxes will appear? [img]http://i693.photobucket.com/albums/vv295/fajarelektro/resize.jpg[/img] Thank you in adva ...
Guys, is it possible to fire an event on the form from a button click, i want to call the below event if possible? [code]private void comboCalendar_AppointmentChanged(object sender, ComponentGo.Calendars.AppointmentEventArgs args) ...
Dear all, I am new in CS, and what I know is basically an event is triggered when we click a button or do something in the form. I have a button, called [b]number[/b] that will generate random number. Lets call it number_btn. I want t ...
Hi, how can i pass a value to a form ex. in form1 i have var1, how can i send it to the form2 giving var1, and when finished setting that variable on form2, give it back to form1 with the change. Thanks, Daniel
I have a USB device that my program depends on. I'd like to be able to have an event fire when a USB device with a specific descriptor, VID or PID is plugged/unplugged. How can I achieve this?
What could I be missing if my rtb2 is not firing. The event handler is there, but on the first pass of the following code, the event does not fire. private void frm_Load(object sender, EventArgs e) { rtb1.text = ""; rtb2.te ...
I'm building an app in WPF and have a main window, in the window I have a frame with a page inside it. On the page is a button. I have instantiated the page inside the application and am trying to create an event where I can capture the c ...
hi i want to create a cursor in my panel and move it through the left right keys. but there is no keydown event in panel. so wats the alternative to do it. ie when left is pressed a method is called. thanx in advance
I have a datagrid called DataGrid1, and a colunm called "Start_Date" + "veh_reg" I'm trying to find a way of looping through the start_date rows and if there's a date that's 2 weeks in front of the todays date highlight ...
Got feedack? Found a bug? report it here.