From: Mr. X. on 9 Mar 2010 00:03 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 :)
From: John Meyer on 9 Mar 2010 00:35 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> On 3/8/2010 10:03 PM, Mr. X. wrote: > tutorial for OOP in VB.NET (VS 2008), please, and how can I implements it? > > (Why : > public class myClass implements panel doesn't work?)
From: Cor Ligthert[MVP] on 9 Mar 2010 01:34 Try inherits "Mr. X." <nospam(a)nospam_please.com> wrote in message news:#vDKpX0vKHA.1984(a)TK2MSFTNGP05.phx.gbl... > 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 :)
From: Armin Zingler on 9 Mar 2010 07:00 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 ;-) ) -- Armin
From: Michel Posseth [MCP] on 9 Mar 2010 13:03
i would say start with the cHouse class :-) to learn the basic fundaments of OOP HTH Michel "Mr. X." <nospam(a)nospam_please.com> schreef in bericht news:%23vDKpX0vKHA.1984(a)TK2MSFTNGP05.phx.gbl... > 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 :) |