Re: Borderless form

  • Thread starter Doug Robbins - Word MVP
  • Start date
Status
Not open for further replies.
D

Doug Robbins - Word MVP

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@NE.nothing> wrote in message

news:Oru2YB5lKHA.4772@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)?
>
 
thanks

"Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message

news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> news:Oru2YB5lKHA.4772@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)?
> >

>
 
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

"Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message

news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> news:Oru2YB5lKHA.4772@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)?
 
I forgot to mention that I DID try that and I saw no difference either.

"Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message

news:eQo17l8lKHA.3840@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
> > >

> "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message
> news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> > news:Oru2YB5lKHA.4772@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)?


>
 
Exactly. VBA isn't VB6 and doesn't appear to support what you want to do.

Sue Mosher

"Jack B. Pollack" <N@NE.nothing> wrote in message

news:%232C6o39lKHA.5040@TK2MSFTNGP06.phx.gbl...
> I forgot to mention that I DID try that and I saw no difference either.

> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> news:eQo17l8lKHA.3840@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.
>

>> "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message
> > news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> >> news:Oru2YB5lKHA.4772@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)?
 
OK. Thanks

Any idea what the property BorderStyle does (in VBA)?

"Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message

news:OM9jkS%23lKHA.6096@TK2MSFTNGP02.phx.gbl...
> Exactly. VBA isn't VB6 and doesn't appear to support what you want to do.
> > Sue Mosher
> > >

> "Jack B. Pollack" <N@NE.nothing> wrote in message
> news:%232C6o39lKHA.5040@TK2MSFTNGP06.phx.gbl...
> >I forgot to mention that I DID try that and I saw no difference either.
>

>> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> > news:eQo17l8lKHA.3840@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.
> >
>>> "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message
> >> news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> >>> news:Oru2YB5lKHA.4772@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)?


>
 
It determines whether the form has a border (fmBorderStyleSingle) or does

not (fmBorderStyleNone). The difference is more obvious if you change the

BorderColor to something like Red.

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@NE.nothing> wrote in message

news:e%23U6Ge%23lKHA.1824@TK2MSFTNGP04.phx.gbl...
> OK. Thanks
> Any idea what the property BorderStyle does (in VBA)?

> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> news:OM9jkS%23lKHA.6096@TK2MSFTNGP02.phx.gbl...
> > Exactly. VBA isn't VB6 and doesn't appear to support what you want to do.
> > > > Sue Mosher
> > >> >> >
>
>> "Jack B. Pollack" <N@NE.nothing> wrote in message
> > news:%232C6o39lKHA.5040@TK2MSFTNGP06.phx.gbl...
> >>I forgot to mention that I DID try that and I saw no difference either.
> >
>>> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> >> news:eQo17l8lKHA.3840@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.
> >>
>>>> "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message
> >>> news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> >>>> news:Oru2YB5lKHA.4772@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)?

>

>>


>
 
PS. I do not know what you call the thing outside the border.

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@NE.nothing> wrote in message

news:e%23U6Ge%23lKHA.1824@TK2MSFTNGP04.phx.gbl...
> OK. Thanks
> Any idea what the property BorderStyle does (in VBA)?

> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> news:OM9jkS%23lKHA.6096@TK2MSFTNGP02.phx.gbl...
> > Exactly. VBA isn't VB6 and doesn't appear to support what you want to do.
> > > > Sue Mosher
> > >> >> >
>
>> "Jack B. Pollack" <N@NE.nothing> wrote in message
> > news:%232C6o39lKHA.5040@TK2MSFTNGP06.phx.gbl...
> >>I forgot to mention that I DID try that and I saw no difference either.
> >
>>> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> >> news:eQo17l8lKHA.3840@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.
> >>
>>>> "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message
> >>> news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> >>>> news:Oru2YB5lKHA.4772@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)?

>

>>


>
 
got it. thanks

"Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message

news:AEC24FE0-4C18-45F4-A3B2-68B3A6DABC48@microsoft.com...
> It determines whether the form has a border (fmBorderStyleSingle) or does
> not (fmBorderStyleNone). The difference is more obvious if you change the
> BorderColor to something like Red.

> > 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@NE.nothing> wrote in message
> news:e%23U6Ge%23lKHA.1824@TK2MSFTNGP04.phx.gbl...
> > OK. Thanks
> > Any idea what the property BorderStyle does (in VBA)?
>

>
>> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> > news:OM9jkS%23lKHA.6096@TK2MSFTNGP02.phx.gbl...
> >> Exactly. VBA isn't VB6 and doesn't appear to support what you want to
> >> do.
> >> > >> Sue Mosher
> >> >>> >>> >>
>>
>>> "Jack B. Pollack" <N@NE.nothing> wrote in message
> >> news:%232C6o39lKHA.5040@TK2MSFTNGP06.phx.gbl...
> >>>I forgot to mention that I DID try that and I saw no difference either.
> >>
>>>> "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message
> >>> news:eQo17l8lKHA.3840@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.
> >>>
>>>>> "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org> wrote in message
> >>>> news:C41DA8DC-6C7E-431E-8504-9C934F1DFF1F@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@NE.nothing> wrote in message
> >>>>> news:Oru2YB5lKHA.4772@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)?
> >
>>>

>

>>

>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Apply Custom Contacts form to all existing Contacts Outlook VBA and Custom Forms 1
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
G Outlook 2021 Add Picture to Custom Contact Form Outlook VBA and Custom Forms 2
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
AndyZ Contact Custom Form Tiny Text Outlook VBA and Custom Forms 3
A How to reduce size of custom contact form? Outlook VBA and Custom Forms 3
L Applying new form to existing contacts -- MessageClass Outlook VBA and Custom Forms 3
Geldner Problem submitting SPAM using Outlook VBA Form Outlook VBA and Custom Forms 2
Witzker How to get the button Karte ( map) in custom contact form Outlook VBA and Custom Forms 2
B Outlook 2019 Custom Email form - Edit default email form Outlook VBA and Custom Forms 6
C Populate form data into message body Outlook VBA and Custom Forms 1
Witzker Outlook 2019 How to get a Photo in a User Defined Contact form Outlook VBA and Custom Forms 2
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
Witzker Set Cursor & Focus from any field to the body of a user Contact form in OL 2019 Outlook VBA and Custom Forms 1
Witzker Place cursor at opening, a user defined OL contact form Outlook VBA and Custom Forms 3
T Customized form: The Forward option shows write layout Outlook VBA and Custom Forms 0
T 1:1 Datatransfer from incoming mail body to customs form body Outlook VBA and Custom Forms 0
V Latest Changes to form not appearing for some users Outlook VBA and Custom Forms 3
J Does the .fdm contain my custom form? How to make ol use it? - ol2007 Outlook VBA and Custom Forms 4
J ol2021 custom form not displaying pics Outlook VBA and Custom Forms 37
bdsermons Outlook 365 command button in outlook form Outlook VBA and Custom Forms 5
wayneame Changing the Form Used by Existing Task Items in a Folder Outlook VBA and Custom Forms 4
N Contact Form Notes Field Touch vs Mouse Using Outlook 0
cbufacchi Outlook 365 Populate custom Outlook Appoint form Outlook VBA and Custom Forms 2
C Create Meeting With Custom Form Outlook VBA and Custom Forms 2
W Designer Form 2013 and Script ? how ? Outlook VBA and Custom Forms 1
J Read Outlook Form fields Outlook VBA and Custom Forms 3
V Compound IF, OR, AND in Outlook form Outlook VBA and Custom Forms 4
J custom form not displaying pictures Outlook VBA and Custom Forms 7
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
K Font Sizing in Custom Form Regions for Contacts Outlook VBA and Custom Forms 1
V Validating Outlook form with "OR" and "AND" Outlook VBA and Custom Forms 1
M Outlook 2010 How could I globally redesign an outlook template form/region/inspector template used to display mail lists or an individual mails? Outlook VBA and Custom Forms 0
A How to stop user form from disapearing once mail window is closed? Outlook VBA and Custom Forms 0
K can't get custom form to update multiple contacts using VBA Outlook VBA and Custom Forms 3
V Form data not sending for some users Outlook VBA and Custom Forms 2
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
Witzker HowTo Change message Class of contact form Outlook VBA and Custom Forms 0
A VBscript stops running after updating form Outlook VBA and Custom Forms 1
Witzker HowTo start a macro with an Button in OL contact form Outlook VBA and Custom Forms 12
D Emailed form is blank Outlook VBA and Custom Forms 0
F Validation on custom task form after task acceptance Outlook VBA and Custom Forms 1
C Add Form to Appointments Received, Automatically Outlook VBA and Custom Forms 6
V Date and/or time error in Outlook Form Outlook VBA and Custom Forms 0
A Form Position with Dual Monitors Outlook VBA and Custom Forms 2
I Error saving screenshots in a custom form in outlook 2016, outlook 365 - ok in outlook 2013, outlook 2010 Outlook VBA and Custom Forms 5
M VbScript for Command Button on Contacts Custom Form Using Outlook 1
G Other users can't see P.2 with custom fields in Form Outlook VBA and Custom Forms 0
O Create a custom contact form - questions before messing things up... Outlook VBA and Custom Forms 4
L Custom Form Tutoral? Outlook VBA and Custom Forms 6

Similar threads

Back
Top