RE: terminal window

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Like they say, programming would be a great job if it weren't for the
clients/end users! This is really weird; we used to spend all kinds of time
and effort trying to make interfaces nicer looking!

There's a few thing you have to remember:


Well here's a start.

Pick a screen color; used to always be blue or green

Command Button background colors are controlled by Windows, not Access. So if
you don't want the old neutral beige button showing up, you'll have to use
the click property of a label or textbox instead.
The old "command buttons" were just white squares/rectangles usually arrayed
across the bottom of the screen.

Set to No the form's Scroll Bars, Navigation Buttons and Record Selector.
You'll have to place your own command buttons, as mentioned above.

In your form's Property Box set to NO:
Scroll Bars
Navigation Buttons
Record Selector
Minimum/Maximum Buttons
Close Button
Control Box

On your text boxes set:

Background color to same as screen color
Forecolors to a color lighter than your screen color
Border Style = Transparent
Special Effect = Flat

Don't know how to get rid of the Title Bar. Maybe somewhat else here knows.
If you can't get rid of it, it's going to hang there and like the native
command buttons, it's color is going to be dictated by the settings in
Windows, not Access.

Good luck!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via http://www.accessmonster.com

.



Relevant Pages

  • Re: Relocate Navigation buttons in main form
    ... Create your own command buttons with the wizard for navigation. ... 'example useage: OnClick event ... On Error GoTo RecordDelete_error ...
    (microsoft.public.access.reports)
  • Re: Stop a new record appearing
    ... will be enabled if you open the form at the first record. ... I created my own command buttons. ... Eliminate the navigation buttons by setting the form's Navigation buttons ... the 'next' button still display a 'new' ...
    (microsoft.public.access.forms)
  • Re: MS Visual Studio 7.1 terminates (no message) when compiling a C# project
    ... >> learn how to use the fundamental tools. ... In practice this means ... > I use gcc from the command line most of the time these days with make. ... The real advantage, though, is getting rid of the black boxes of the ...
    (comp.programming)
  • Re: MS Visual Studio 7.1 terminates (no message) when compiling a C# project
    ... >> learn how to use the fundamental tools. ... In practice this means ... > I use gcc from the command line most of the time these days with make. ... The real advantage, though, is getting rid of the black boxes of the ...
    (microsoft.public.vstudio.general)
  • Re: Can a main form event be triggered by user selecting navigation buttons in subform?
    ... If you move from record to record, the OnCurrent event will fire, and from ... > each time the user uses the navigation buttons in the sub form (which ... > highlighted with each push of a command button, the way it is with the ... If I could make the command buttons highlight the ...
    (microsoft.public.access.formscoding)