Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

eventSender & eventArgs

Status
Not open for further replies.

Mats

Technical User
Feb 18, 2000
83
EU
Here we go...

I'm taking my first steps with VB.NET, but so far I've just come up with a lot of questions.

Can anyone explain the eventSender (System.Object) and eventArgs (System.EventArgs) that are passed for many functions? What values should I pass to a function that requires these, and what will they effect? I tried reading the helpfiles but since I don't speak geek I didn't get any wiser...

I have a recordset that I need to set as the rowsource for a datacombo. The recordset is created without errors, but when I come to the code:

MyCombo.Rowsource = MyRecordset

I get the error 'No such interface'

What's going on?

Thanks for any input,

Mats
(P.S. I will be offline for a week, so there's no hurry with the answers...)
 
I admit I've been too busy to keep up, but doesn't .Net change the rules, making you use ADO.Net which has some very different concepts about what we're used to thinking of as recordsets and such?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top