From: Jack B. Pollack on
I'm trying to create a borderless and caption bar less form. It is so easy
in VB6.
Any easy way to do it without API's in VBA (Outlook 2k3)?


From: Doug Robbins - Word MVP on
If the form is for use in Outlook, you should post to the
microsoft.public.outlook.program_forms newsgroup. I have cross posted this
response to that newsgroup so someone there may jump in with a response.

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"Jack B. Pollack" <N(a)NE.nothing> wrote in message
news:Oru2YB5lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
> I'm trying to create a borderless and caption bar less form. It is so easy
> in VB6.
> Any easy way to do it without API's in VBA (Outlook 2k3)?
>

From: Jack B. Pollack on
thanks

"Doug Robbins - Word MVP" <dkr(a)REMOVECAPSmvps.org> wrote in message
news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F(a)microsoft.com...
> If the form is for use in Outlook, you should post to the
> microsoft.public.outlook.program_forms newsgroup. I have cross posted
> this response to that newsgroup so someone there may jump in with a
> response.
>
> --
> Hope this helps,
>
> Doug Robbins - Word MVP
>
> Please reply only to the newsgroups unless you wish to obtain my services
> on
> a paid professional basis.
>
> "Jack B. Pollack" <N(a)NE.nothing> wrote in message
> news:Oru2YB5lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
>> I'm trying to create a borderless and caption bar less form. It is so
>> easy in VB6.
>> Any easy way to do it without API's in VBA (Outlook 2k3)?
>>
>


From: Sue Mosher [MVP] on
VBA user forms work the same in Outlook as they do in Word. In the
Properties page for the form, you can set the BorderStyle to
fmBorderStyleNone, but I see no difference between such a form and one with
BorderStyle = vbBorderStyleSingle.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Doug Robbins - Word MVP" <dkr(a)REMOVECAPSmvps.org> wrote in message
news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F(a)microsoft.com...
> If the form is for use in Outlook, you should post to the
> microsoft.public.outlook.program_forms newsgroup. I have cross posted
> this response to that newsgroup so someone there may jump in with a
> response.
>
> "Jack B. Pollack" <N(a)NE.nothing> wrote in message
> news:Oru2YB5lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
>> I'm trying to create a borderless and caption bar less form. It is so
>> easy in VB6.
>> Any easy way to do it without API's in VBA (Outlook 2k3)?


From: Jack B. Pollack on
I forgot to mention that I DID try that and I saw no difference either.

"Sue Mosher [MVP]" <suemvp(a)gmail.com> wrote in message
news:eQo17l8lKHA.3840(a)TK2MSFTNGP06.phx.gbl...
> VBA user forms work the same in Outlook as they do in Word. In the
> Properties page for the form, you can set the BorderStyle to
> fmBorderStyleNone, but I see no difference between such a form and one
> with BorderStyle = vbBorderStyleSingle.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
> "Doug Robbins - Word MVP" <dkr(a)REMOVECAPSmvps.org> wrote in message
> news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F(a)microsoft.com...
>> If the form is for use in Outlook, you should post to the
>> microsoft.public.outlook.program_forms newsgroup. I have cross posted
>> this response to that newsgroup so someone there may jump in with a
>> response.
>>
>> "Jack B. Pollack" <N(a)NE.nothing> wrote in message
>> news:Oru2YB5lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
>>> I'm trying to create a borderless and caption bar less form. It is so
>>> easy in VB6.
>>> Any easy way to do it without API's in VBA (Outlook 2k3)?
>
>