naive question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
right click the control you want to add event to it and choose proparties,
in the top pane of the proartoes window, there is a small icon for event ( a
yellow icon like zegzag). you will find all the events their!!

Enjoy .Netting!

Husam Al-A'araj
 
GS said:
how to setup different events for a control?

I double lick a control in designer I get either clicked event or text
changed event depending on control.

Click on the control and look at the Properties window (bottom right
hand side of the screen by default). Above the properties there is an icon
that looks like a yellow ray. Click on that icon, and the properties window
will change into a list of Events. Double click on one of them to jump to
the code window to implement that event.
 
how to setup different events for a control?

I double lick a control in designer I get either clicked event or text
changed event depending on control.

don't shoot me with the next comment - I am just leaning .net studio with
csharp
with Java netbeans ide IDE, I can right click and get to event choice to
select the event I want to create.

with C# VS, I can get to property, but I failed to see how I can create an
event handler to be associated with a control
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top