473,785 Members | 2,435 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Customize Database Graphics

daoxx
32 New Member
Hi
Are there any good ways to customize a database? Like customized windows, buttons, menus, etc.
The Windows look gets boring :\

Thanks for any tips :)
Apr 15 '08 #1
8 1618
missinglinq
3,532 Recognized Expert Specialist
You can add color to backgrounds and some objects, and if you Google, you will find some sites with custom designed buttons that can be downloaded. But you have to remember that Access is an RDMS! It's not a video game nor a website nor a graphics design program! Everyone enjoys a nice looking GUI, but time spent on form layout design should really be concerned with functionality, with textboxes and other controls laid out in a way that makes the user's entering of data intuitive, rather than adding oval shaped, neon colored buttons, sound effects and flashing lights!

Linq ;0)>
Apr 15 '08 #2
daoxx
32 New Member
Yes, I know.
Thanks for the post. I actually thought Access was a game ;P. Like a lame version of Tetris.

Although it's fully functional, I'm just seeking for some nice effects that I can insert with some VB code, or something like that. I'm not interested in "neon buttons" nor installation-required add-ons.

I'm still checking this thread for any interesting suggestions, thanks for any future input.

You can add color to backgrounds and some objects, and if you Google, you will find some sites with custom designed buttons that can be downloaded. But you have to remember that Access is an RDMS! It's not a video game nor a website nor a graphics design program! Everyone enjoys a nice looking GUI, but time spent on form layout design should really be concerned with functionality, with textboxes and other controls laid out in a way that makes the user's entering of data intuitive, rather than adding oval shaped, neon colored buttons, sound effects and flashing lights!

Linq ;0)>
Apr 15 '08 #3
mshmyob
904 Recognized Expert Contributor
I agree 100% with Linq on this one but if you want to fancy it up a bit you can just use a standard graphics file for your buttons and then use the ON CLICK event of the image control to trigger the actions you want to take.

As for backgrounds you can create an image and size it to your window - be sure to bring ALL controls to front.

cheers,

Yes, I know.
Thanks for the post. I actually thought Access was a game ;P. Like a lame version of Tetris.

Although it's fully functional, I'm just seeking for some nice effects that I can insert with some VB code, or something like that. I'm not interested in "neon buttons" nor installation-required add-ons.

I'm still checking this thread for any interesting suggestions, thanks for any future input.
Apr 15 '08 #4
daoxx
32 New Member
Thanks, I guess I'll do that.

By the way, how can I put the window size fixed? Is it enough to take away the maximize button and the border of the window?
Because I was thinking of having a background that matched the position of my buttons and all that, but if I go to another form or something, and maximize it, everything I open next will also be maximized :|

I agree 100% with Linq on this one but if you want to fancy it up a bit you can just use a standard graphics file for your buttons and then use the ON CLICK event of the image control to trigger the actions you want to take.

As for backgrounds you can create an image and size it to your window - be sure to bring ALL controls to front.

cheers,
Apr 15 '08 #5
mshmyob
904 Recognized Expert Contributor
Yeah background images get tricky. You can size your image to the size of your window the set POP UP property to YES and turn off Resize Borders and Maximize.

If you want them to maximize you would then have to change the properties for the size of the image through code when ever someone maximizes or resizes the windows.

If I needed to do it I would do it the first way to save a lot of coding although my number 1 preferred way would not to do it (lol).

cheers,

Thanks, I guess I'll do that.

By the way, how can I put the window size fixed? Is it enough to take away the maximize button and the border of the window?
Because I was thinking of having a background that matched the position of my buttons and all that, but if I go to another form or something, and maximize it, everything I open next will also be maximized :|
Apr 16 '08 #6
daoxx
32 New Member
Ah, great advice as usual. Thank you, mshmyob.
Apr 16 '08 #7
gpl
152 New Member
daoxx
If you want to jazz up your forms and reports a bit, the microsoft Forms 2.0 library has some nice controls that can be enhanced more than the standard ones.

If you and your users do not have Microsoft Office installed, you can find the library in the ActiveX Control Pad, freely downloadable from Microsoft - http://msdn2.microsoft .com/en-us/library/ms968493.aspx

Graham
Apr 17 '08 #8
daoxx
32 New Member
Thanks gpl, I'll certainly use those aswell.

Thank you.
Apr 24 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

3
1344
by: gruber | last post by:
Hi, I was wondering if the CREATE DATABASE command uses scripts to create the catalog so that I can customize my database creation on DB2? Thanks Chris
3
5924
by: Ken | last post by:
I have a database called autographs.mdb that is in the "XYZ" folder in the "database" folder. I have a form in the database that I want to display a photo of the celeb on. The photos are in a "graphics" folder that is on the same level as the "xyz" folder. The only way I can seem to make it work is to put the entire path including hard drive in the table (c:\database\graphics\photo.jpg). But I also want to upload the database to the web...
0
1397
by: Yasso | last post by:
Greetings, I have to admit that I'm still a beginner in the database field, but I'm actively studying, and this is why I will be utterly grateful for the proper, accurate, and wise guidance to the right direction or specific paths of database studies. I simply want to make my first major database project a "personal knowledge database" or a "personal encyclopedia", so to speak. By this I mean that I want to gather diverse,...
8
4379
by: scorpion53061 | last post by:
I am trying to build a new tabcontrol while inheriting the tabcontrol in order to change the ,menu color of the tab control as it appears it won't let me do it with the normal control. With a customized control when I specify background color it won't allow it either apparently. Anyone know why and how I can do this?
1
1182
by: Rachel | last post by:
Hi All, I have customized the Membership API and was able to create and validate users using my own database tables in SQL Server 2000. I would like to customize the WebParts and save the user customization of these WebParts to my own database tables but could not find any samples in this area. I don’t want to maintain the membership information in my database and maintain the personalized web parts information in the ASPNETDB...
5
1400
by: DLN | last post by:
Getting rid of the Customize option. I want to get rid of the {Right-Click}-{Customize} option on the tool bars. I’ve been able to get rid of all the other options but not Customize itself. The reason is the way the DB was originally built anyone can get to the database window and make modifications to the forms or delete tables or whatever. So now I need to lock it down, under the constraints that I’m working with no Database security...
0
1001
Iman100
by: Iman100 | last post by:
Hi I have quiz (MCQ) data stored in my Database. I need to customize the question view to show the question then use RadioButtonList to display my choices. Is there is any tutorial or guide I can use to customize my View? Or can I customize the data view from the DATA controls? Thanks
0
2225
by: Sky | last post by:
I have an Access 2003 front-end database with custom toolbars. The toolbars work fine. One annoying feature is that at the far right edge of each custom toolbar there a small dropdown arrow. When you hover over it with the mouse, a ControlTip Text of "Toolbar Options" is displayed. If you then click on the dropdrown arrow, it displays a popup menu of "Add or Remove Buttons", with a fly-out menu with the toolbar name at the top and...
0
1568
by: menyki | last post by:
pls i designed a database application using visual basic. i have done the coding for the print incase i want to print out the data. Pls my problem is how to code at design time for the application to print the data in a tabular form. for now the records prints ontop of each other, i want the records and the field separated by rows and cells of a table as normal. I used Ms access to design the database and the data is displayed by datagrid...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.