Some concepts of OOP.

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 :)
 
J

John Meyer

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>
 
A

Armin Zingler

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 ;-) )
 
M

Michel Posseth [MCP]

i would say start with the cHouse class :) to learn the basic fundaments
of OOP


HTH

Michel
 
M

Mr. X.

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

ms-help://
does't work.

Thanks :)
 

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

Top