Reply
 
Thread Tools Display Modes
  #1   Report Post  
mandy
 
Posts: n/a
Default creating user interface in word 2003

i need to know how to create a user interface in word 2003 for coursework.
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for coursework.


Can you be more specific about what you mean by "user interface"?
Normally, the things provided by Word itself (editing window, menus,
toolbars, keyboard shortcuts) are considered to be the user interface
-- and while you can customize it by adding, removing, and modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
mandy
 
Posts: n/a
Default

i need to create an menu that opens with word which will display command
buttons that, when clicked will open the document specified in the macro or
an additional interface.

mandy

"Jay Freedman" wrote:

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for coursework.


Can you be more specific about what you mean by "user interface"?
Normally, the things provided by Word itself (editing window, menus,
toolbars, keyboard shortcuts) are considered to be the user interface
-- and while you can customize it by adding, removing, and modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

  #4   Report Post  
Jay Freedman
 
Posts: n/a
Default

I'm starting to get the idea, but I'm still struggling with the way
you're using terms differently than the way they're usually used to
describe things in Word.

For example, a "menu" in Word usually means the bar with File, Edit,
View etc. and the menus that drop down when you click those items, or
the popup menus you get when you right-click something in the
document. If that's what you mean, you can add your own menu items for
things such as macros and built-in commands by following the
instructions he
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm
You can certainly write one or more macros to open specific documents,
and then place items on a menu to execute those macros. By saving this
menu in a "global template" (one that's stored in Word's Startup
folder), the menu will appear whenever Word is running. But menus
don't "open with Word" -- they remain "closed" until you click them.

I still suspect, though, that what you're thinking about is a
userform, as described in
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm
The userform could contain a listbox or combobox in which you list the
documents. When the user clicks a name in the list and clicks the OK
button, the code in the userform opens that document. By calling the
userform from an AutoNew macro as described in the article, it will
pop up whenever you use File New to create a document.

I have no idea what the "additional interface" might be. Did your
instructor give you any further information?

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Sat, 26 Mar 2005 16:03:01 -0800, "mandy"
wrote:

i need to create an menu that opens with word which will display command
buttons that, when clicked will open the document specified in the macro or
an additional interface.

mandy

"Jay Freedman" wrote:

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for coursework.


Can you be more specific about what you mean by "user interface"?
Normally, the things provided by Word itself (editing window, menus,
toolbars, keyboard shortcuts) are considered to be the user interface
-- and while you can customize it by adding, removing, and modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org


  #5   Report Post  
mandy
 
Posts: n/a
Default

the text book i am using says that creating a user interface is not available
in all versions of word however it says that you will be able to make a
custom menu on the menu bar and a customised toolbar. i would much prefer to
create the user interface however the method is not explained in the book, it
only gives a hand drawn design illustrating a menu-with file, edit, view,etc
- and command buttons that open specified documents. i realise that i have
given limited information on what it is specifically that i want however i am
not entirely sure myself. i am unable to ask my teacher as i am currently on
holiday and i have not been able to find any useful information online or
with the outdated word textbook i have been given. i hope what i have told
you may give you a better idea of what it is i am asking and would appreciate
any further information you may have.

"Jay Freedman" wrote:

I'm starting to get the idea, but I'm still struggling with the way
you're using terms differently than the way they're usually used to
describe things in Word.
For example, a "menu" in Word usually means the bar with File, Edit,
View etc. and the menus that drop down when you click those items, or
the popup menus you get when you right-click something in the
document. If that's what you mean, you can add your own menu items for
things such as macros and built-in commands by following the
instructions he
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm
You can certainly write one or more macros to open specific documents,
and then place items on a menu to execute those macros. By saving this
menu in a "global template" (one that's stored in Word's Startup
folder), the menu will appear whenever Word is running. But menus
don't "open with Word" -- they remain "closed" until you click them.

I still suspect, though, that what you're thinking about is a
userform, as described in
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm
The userform could contain a listbox or combobox in which you list the
documents. When the user clicks a name in the list and clicks the OK
button, the code in the userform opens that document. By calling the
userform from an AutoNew macro as described in the article, it will
pop up whenever you use File New to create a document.

I have no idea what the "additional interface" might be. Did your
instructor give you any further information?

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Sat, 26 Mar 2005 16:03:01 -0800, "mandy"
wrote:

i need to create an menu that opens with word which will display command
buttons that, when clicked will open the document specified in the macro or
an additional interface.

mandy

"Jay Freedman" wrote:

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for coursework.

Can you be more specific about what you mean by "user interface"?
Normally, the things provided by Word itself (editing window, menus,
toolbars, keyboard shortcuts) are considered to be the user interface
-- and while you can customize it by adding, removing, and modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org





  #6   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

You need to explore the Tools | Customize dialog and the articles at
http://word.mvps.org/FAQs/Customization/

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"mandy" wrote in message
...
the text book i am using says that creating a user interface is not

available
in all versions of word however it says that you will be able to make a
custom menu on the menu bar and a customised toolbar. i would much prefer

to
create the user interface however the method is not explained in the book,

it
only gives a hand drawn design illustrating a menu-with file, edit,

view,etc
- and command buttons that open specified documents. i realise that i have
given limited information on what it is specifically that i want however i

am
not entirely sure myself. i am unable to ask my teacher as i am currently

on
holiday and i have not been able to find any useful information online or
with the outdated word textbook i have been given. i hope what i have told
you may give you a better idea of what it is i am asking and would

appreciate
any further information you may have.

"Jay Freedman" wrote:

I'm starting to get the idea, but I'm still struggling with the way
you're using terms differently than the way they're usually used to
describe things in Word.
For example, a "menu" in Word usually means the bar with File, Edit,
View etc. and the menus that drop down when you click those items, or
the popup menus you get when you right-click something in the
document. If that's what you mean, you can add your own menu items for
things such as macros and built-in commands by following the
instructions he
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm
You can certainly write one or more macros to open specific documents,
and then place items on a menu to execute those macros. By saving this
menu in a "global template" (one that's stored in Word's Startup
folder), the menu will appear whenever Word is running. But menus
don't "open with Word" -- they remain "closed" until you click them.

I still suspect, though, that what you're thinking about is a
userform, as described in
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm
The userform could contain a listbox or combobox in which you list the
documents. When the user clicks a name in the list and clicks the OK
button, the code in the userform opens that document. By calling the
userform from an AutoNew macro as described in the article, it will
pop up whenever you use File New to create a document.

I have no idea what the "additional interface" might be. Did your
instructor give you any further information?

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Sat, 26 Mar 2005 16:03:01 -0800, "mandy"
wrote:

i need to create an menu that opens with word which will display

command
buttons that, when clicked will open the document specified in the

macro or
an additional interface.

mandy

"Jay Freedman" wrote:

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for

coursework.

Can you be more specific about what you mean by "user interface"?
Normally, the things provided by Word itself (editing window, menus,
toolbars, keyboard shortcuts) are considered to be the user interface
-- and while you can customize it by adding, removing, and modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org




  #7   Report Post  
Klaus Linke
 
Posts: n/a
Default

.... and perhaps the work menu =
http://www.word.mvps.org/faqs/general/WorkMenu.htm (a built-in menu =
along the lines you described).

Regards,
Klaus=20


"Suzanne S. Barnhill" wrote:
You need to explore the Tools | Customize dialog and the articles at
http://word.mvps.org/FAQs/Customization/
=20
--=20
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the =

newsgroup so
all may benefit.
=20
"mandy" wrote in message
...
the text book i am using says that creating a user interface is not

available
in all versions of word however it says that you will be able to =

make a
custom menu on the menu bar and a customised toolbar. i would much =

prefer
to
create the user interface however the method is not explained in the =

book,
it
only gives a hand drawn design illustrating a menu-with file, edit,

view,etc
- and command buttons that open specified documents. i realise that =

i have
given limited information on what it is specifically that i want =

however i
am
not entirely sure myself. i am unable to ask my teacher as i am =

currently
on
holiday and i have not been able to find any useful information =

online or
with the outdated word textbook i have been given. i hope what i =

have told
you may give you a better idea of what it is i am asking and would

appreciate
any further information you may have.

"Jay Freedman" wrote:

I'm starting to get the idea, but I'm still struggling with the =

way
you're using terms differently than the way they're usually used =

to
describe things in Word.
For example, a "menu" in Word usually means the bar with File, =

Edit,
View etc. and the menus that drop down when you click those items, =

or
the popup menus you get when you right-click something in the
document. If that's what you mean, you can add your own menu items =

for
things such as macros and built-in commands by following the
instructions he
=

http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm
You can certainly write one or more macros to open specific =

documents,
and then place items on a menu to execute those macros. By saving =

this
menu in a "global template" (one that's stored in Word's Startup
folder), the menu will appear whenever Word is running. But menus
don't "open with Word" -- they remain "closed" until you click =

them.

I still suspect, though, that what you're thinking about is a
userform, as described in
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm
The userform could contain a listbox or combobox in which you list =

the
documents. When the user clicks a name in the list and clicks the =

OK
button, the code in the userform opens that document. By calling =

the
userform from an AutoNew macro as described in the article, it =

will
pop up whenever you use File New to create a document.

I have no idea what the "additional interface" might be. Did your
instructor give you any further information?

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Sat, 26 Mar 2005 16:03:01 -0800, "mandy"
wrote:

i need to create an menu that opens with word which will display

command
buttons that, when clicked will open the document specified in =

the
macro or
an additional interface.

mandy

"Jay Freedman" wrote:

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for

coursework.

Can you be more specific about what you mean by "user =

interface"?
Normally, the things provided by Word itself (editing window, =

menus,
toolbars, keyboard shortcuts) are considered to be the user =

interface
-- and while you can customize it by adding, removing, and =

modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org




  #8   Report Post  
mandy
 
Posts: n/a
Default

thanks for all you suggestions, turns out it was a user form, found a sheet
that talks me through it. cheers for all your help.
mandy

"Klaus Linke" wrote:

.... and perhaps the work menu http://www.word.mvps.org/faqs/general/WorkMenu.htm (a built-in menu along the lines you described).

Regards,
Klaus


"Suzanne S. Barnhill" wrote:
You need to explore the Tools | Customize dialog and the articles at
http://word.mvps.org/FAQs/Customization/

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"mandy" wrote in message
...
the text book i am using says that creating a user interface is not

available
in all versions of word however it says that you will be able to make a
custom menu on the menu bar and a customised toolbar. i would much prefer

to
create the user interface however the method is not explained in the book,

it
only gives a hand drawn design illustrating a menu-with file, edit,

view,etc
- and command buttons that open specified documents. i realise that i have
given limited information on what it is specifically that i want however i

am
not entirely sure myself. i am unable to ask my teacher as i am currently

on
holiday and i have not been able to find any useful information online or
with the outdated word textbook i have been given. i hope what i have told
you may give you a better idea of what it is i am asking and would

appreciate
any further information you may have.

"Jay Freedman" wrote:

I'm starting to get the idea, but I'm still struggling with the way
you're using terms differently than the way they're usually used to
describe things in Word.
For example, a "menu" in Word usually means the bar with File, Edit,
View etc. and the menus that drop down when you click those items, or
the popup menus you get when you right-click something in the
document. If that's what you mean, you can add your own menu items for
things such as macros and built-in commands by following the
instructions he
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm
You can certainly write one or more macros to open specific documents,
and then place items on a menu to execute those macros. By saving this
menu in a "global template" (one that's stored in Word's Startup
folder), the menu will appear whenever Word is running. But menus
don't "open with Word" -- they remain "closed" until you click them.

I still suspect, though, that what you're thinking about is a
userform, as described in
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm
The userform could contain a listbox or combobox in which you list the
documents. When the user clicks a name in the list and clicks the OK
button, the code in the userform opens that document. By calling the
userform from an AutoNew macro as described in the article, it will
pop up whenever you use File New to create a document.

I have no idea what the "additional interface" might be. Did your
instructor give you any further information?

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Sat, 26 Mar 2005 16:03:01 -0800, "mandy"
wrote:

i need to create an menu that opens with word which will display

command
buttons that, when clicked will open the document specified in the

macro or
an additional interface.

mandy

"Jay Freedman" wrote:

On Sat, 26 Mar 2005 10:11:03 -0800, "mandy"
wrote:

i need to know how to create a user interface in word 2003 for

coursework.

Can you be more specific about what you mean by "user interface"?
Normally, the things provided by Word itself (editing window, menus,
toolbars, keyboard shortcuts) are considered to be the user interface
-- and while you can customize it by adding, removing, and modifying
elements, we don't usually think of "creating" the interface.

Maybe you mean a "userform", a custom dialog? For that, see
http://www.word.mvps.org/FAQs/Userfo...eAUserForm.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org





Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
copying files from Wordperfect to Microsoft Word Juliet New Users 1 January 31st 05 05:41 PM
Boiletplates from Word Perfect linda Microsoft Word Help 1 January 28th 05 05:37 PM
WordPerfect - copying formatting Morgan Page Layout 1 January 10th 05 05:00 PM
Continuous breaks convert to next page breaks Jennifer Hunt Microsoft Word Help 2 December 30th 04 05:45 PM
How do I convert a cd in word perfect to microsoft word greylady Microsoft Word Help 1 November 23rd 04 07:03 PM


All times are GMT +1. The time now is 01:35 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"