Prev: How do I enter a field with the current time + six hours?
Next: Changing Constants in several macros in one go
From: Sue Mosher [MVP] on 17 Jan 2010 21:19 Exactly. VBA isn't VB6 and doesn't appear to support what you want to do. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Jack B. Pollack" <N(a)NE.nothing> wrote in message news:%232C6o39lKHA.5040(a)TK2MSFTNGP06.phx.gbl... >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. >> >> "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 17 Jan 2010 21:40 OK. Thanks Any idea what the property BorderStyle does (in VBA)? "Sue Mosher [MVP]" <suemvp(a)gmail.com> wrote in message news:OM9jkS%23lKHA.6096(a)TK2MSFTNGP02.phx.gbl... > Exactly. VBA isn't VB6 and doesn't appear to support what you want to do. > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook 2007 Programming: > Jumpstart for Power Users and Administrators > http://www.outlookcode.com/article.aspx?id=54 > > > "Jack B. Pollack" <N(a)NE.nothing> wrote in message > news:%232C6o39lKHA.5040(a)TK2MSFTNGP06.phx.gbl... >>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. >>> >>> "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: Doug Robbins - Word MVP on 18 Jan 2010 00:53 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(a)NE.nothing> wrote in message news:e%23U6Ge%23lKHA.1824(a)TK2MSFTNGP04.phx.gbl... > OK. Thanks > Any idea what the property BorderStyle does (in VBA)? > > > "Sue Mosher [MVP]" <suemvp(a)gmail.com> wrote in message > news:OM9jkS%23lKHA.6096(a)TK2MSFTNGP02.phx.gbl... >> Exactly. VBA isn't VB6 and doesn't appear to support what you want to do. >> -- >> Sue Mosher, Outlook MVP >> Author of Microsoft Outlook 2007 Programming: >> Jumpstart for Power Users and Administrators >> http://www.outlookcode.com/article.aspx?id=54 >> >> >> "Jack B. Pollack" <N(a)NE.nothing> wrote in message >> news:%232C6o39lKHA.5040(a)TK2MSFTNGP06.phx.gbl... >>>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. >>>> >>>> "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: Doug Robbins - Word MVP on 18 Jan 2010 00:54 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(a)NE.nothing> wrote in message news:e%23U6Ge%23lKHA.1824(a)TK2MSFTNGP04.phx.gbl... > OK. Thanks > Any idea what the property BorderStyle does (in VBA)? > > > "Sue Mosher [MVP]" <suemvp(a)gmail.com> wrote in message > news:OM9jkS%23lKHA.6096(a)TK2MSFTNGP02.phx.gbl... >> Exactly. VBA isn't VB6 and doesn't appear to support what you want to do. >> -- >> Sue Mosher, Outlook MVP >> Author of Microsoft Outlook 2007 Programming: >> Jumpstart for Power Users and Administrators >> http://www.outlookcode.com/article.aspx?id=54 >> >> >> "Jack B. Pollack" <N(a)NE.nothing> wrote in message >> news:%232C6o39lKHA.5040(a)TK2MSFTNGP06.phx.gbl... >>>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. >>>> >>>> "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 18 Jan 2010 06:21
got it. thanks "Doug Robbins - Word MVP" <dkr(a)REMOVECAPSmvps.org> wrote in message news:AEC24FE0-4C18-45F4-A3B2-68B3A6DABC48(a)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(a)NE.nothing> wrote in message > news:e%23U6Ge%23lKHA.1824(a)TK2MSFTNGP04.phx.gbl... >> OK. Thanks >> Any idea what the property BorderStyle does (in VBA)? >> >> >> "Sue Mosher [MVP]" <suemvp(a)gmail.com> wrote in message >> news:OM9jkS%23lKHA.6096(a)TK2MSFTNGP02.phx.gbl... >>> Exactly. VBA isn't VB6 and doesn't appear to support what you want to >>> do. >>> -- >>> Sue Mosher, Outlook MVP >>> Author of Microsoft Outlook 2007 Programming: >>> Jumpstart for Power Users and Administrators >>> http://www.outlookcode.com/article.aspx?id=54 >>> >>> >>> "Jack B. Pollack" <N(a)NE.nothing> wrote in message >>> news:%232C6o39lKHA.5040(a)TK2MSFTNGP06.phx.gbl... >>>>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. >>>>> >>>>> "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)? >>> >>> >> >> > |