Some concepts of OOP.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I need a basic tutorial for OOP in VB.NET (VS 2008), please, and how can I
implements it?

(Why :
public class myClass implements panel doesn't work?)

Thanks :)
 
ms-help://MS.MSDNQTR.v90.en/dv_vbalr/html/1fafb83f-f55a-4215-8ea9-681e8622613d.htm
if you have MSDN installed. And implements refers to Interfaces.
Without knowing the specifics of either myclass or the panel interface
that's all the help we can give.



John Meyer
Freelance Consultant
http://www.pueblonative.com/blog

If something goes wrong at the plant, blame the guy who can’t speak
English.
*/Homer Simpson/*

--- @ WiseStamp Signature
<http://my.wisestamp.com/link?u=42bgx5rfnpr43zfj&site=www.wisestamp.com/email-install>.
Get it now
<http://my.wisestamp.com/link?u=42bgx5rfnpr43zfj&site=www.wisestamp.com/email-install>
 
Am 09.03.2010 06:03, schrieb Mr. X.:
Hello.
I need a basic tutorial for OOP in VB.NET (VS 2008), please, and how can I
implements it?

(Why :
public class myClass implements panel doesn't work?)

Thanks :)

First thing is study the manual. (F1 key) I don't have a single VB book (some say
that's noticable ;-) )
 
i would say start with the cHouse class :-) to learn the basic fundaments
of OOP


HTH

Michel
 
What is the minimum I can write at the address bar for ms-help ?

ms-help://
does't work.

Thanks :)
 
Back
Top