From: Mr. X. on
What is the minimum I can write at the address bar for ms-help ?

ms-help://
does't work.

Thanks :)

"John Meyer" <johnmeyer(a)pueblocomputing.com> wrote in message
news:#syjTp0vKHA.5244(a)TK2MSFTNGP05.phx.gbl...
> 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: Andrew Morton on
> "John Meyer" <johnmeyer(a)pueblocomputing.com> wrote in message
> news:#syjTp0vKHA.5244(a)TK2MSFTNGP05.phx.gbl...
>> ms-help://MS.MSDNQTR.v90.en/dv_vbalr/html/1fafb83f-f55a-4215-8ea9-681e8622613d.htm
>> if you have MSDN installed.

Mr. X. wrote:
> What is the minimum I can write at the address bar for ms-help ?
>
> ms-help://
> does't work.

In Visual Studio 2008, press F1. The help window will appear where you can
enter the URL John supplied. Or you can use an ordinary browser and see the
same information at
http://msdn.microsoft.com/en-us/library/7z6hzchx.aspx

--
Andrew