473,806 Members | 2,735 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

background picture and flickering of continious forms

Hi,
I noticed that by adding background pictures to my forms the
application looks so much more interesting and professional. I want to
keep just texture simple backgrounds in order to prevent distractions,
but even these make a big diference.
I use access 2003 on Win XP
I also realize that such pictures cause the application to bloat much.
But after zipping it is reduced back to a small size so it can be
transmitted across the net.

The problem is performance of continuous forms. Even a small picture
that is tilled causes the screen to flicker heavily when the form is
opened, and also when I use the scroll bar to scroll all records. I
have a relatively new computer with enough memory for the screen as
well.
Any one knows of a work around? I really want to use the background
pictures instead of just a plain color, but this flickering is too
severe.

Thanks greatly
Gilad

May 23 '07 #1
3 8139

<gi*****@gmail. comwrote in message
news:11******** *************@m 36g2000hse.goog legroups.com...
Hi,
I noticed that by adding background pictures to my forms the
application looks so much more interesting and professional. I want to
keep just texture simple backgrounds in order to prevent distractions,
but even these make a big diference.
I use access 2003 on Win XP
I also realize that such pictures cause the application to bloat much.
But after zipping it is reduced back to a small size so it can be
transmitted across the net.

The problem is performance of continuous forms. Even a small picture
that is tilled causes the screen to flicker heavily when the form is
opened, and also when I use the scroll bar to scroll all records. I
have a relatively new computer with enough memory for the screen as
well.
Any one knows of a work around? I really want to use the background
pictures instead of just a plain color, but this flickering is too
severe.
In order to keep the size of my sample/example applications within reason
for downloading, I changed from the texture (picture) backgrounds I was
using to a similar color. I do not know of a way to reduce the memory or
the "draw time" of pictures. While I had an "adequately-powered" machine
with, for the time, a more-or-less state-of-the-art* graphics processor, I
knew that some people using my samples/examples might not.

* but not a gamer's special top-o'-the-line-and-
outrageously-expensive one

Pictures embedded in Forms, or Reports, are converted by Access to a bitmap
format -- this bloats the database, but reduces the processing time to
render the picture for display. Thus, short of choosing a "simpler picture",
perhaps, with less detail, I don't have a suggestion for you.

And, will all your users have even the processor power and video card power
that you have, or might they suffer even more.

For what it is worth, I do not think that "pictures" or "textures" make an
application "more professional" -- you may like the look better, and your
client's users may like the look, but my clients are interested in paying
only for those features that solve business problems and, clearly, make
their employees more productive.

Larry Linson
Microsoft Access MVP
May 23 '07 #2
Larry,
Thanks very much for your response.
I will have to reconsider the texture backgrounds.
cheers
Gilad

May 25 '07 #3
One more note on this.
I noticed some talk about pictures not bloating access 2007.
Is this issue resolved in 2007?

I know it still does not resolve the potential problem of users having
week computers or video cards.

Gilad

May 26 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
3777
by: Ron Holmes | last post by:
I want to place a background image on a windows form. Is there a way to prevent the image from Tiling without using an image box resized to the size of the form? I am using Visual Studio 2003 .NET. This is an easy thing to do in VB6.
5
11103
by: proximus | last post by:
Hi, I am trying to change the background of table TD's. The problem is that I have no access to the HTML code. SO I am trying to alter this using Javascript/DOM in an external .js file. I have tried lot's of things and spent hours on this, I thought I might give it a try here. One of the TD's uses HTML to set the background, the other one uses CSS styling:
6
9496
by: John Ortt | last post by:
Hi there everyone, I have a part info form which has a faded image of our company logo as a background. I want to replace the faded image with a bright red warning image on items which have run out of purchasing cover. I am nearly there, the only problem is that the code below only changes the image background for text and combo-box backgrounds, it doesn't apply it to the whole form.
6
8195
by: Salad | last post by:
Hi: I have a Bill of Lading template from the printer that I saved as a BMP. I created a new report and in the report's picture property told it the BMP file name. It brought the image in just fine. I then placed the fields in the report. Then I previewed the report. The picture resized or something and all of my nice fields were no longer in the same position. It didn't make any difference if I selected Crop, Zoom, or...
8
5207
by: Brian Henry | last post by:
I created a smooth progress bar with this code.. but if you update the values in a row quickly of it and watch it on screen it flickers... how would i change this to reduce the flickering? thanks... Imports System Imports System.Drawing Imports System.Drawing.Drawing2D
8
5375
by: =?Utf-8?B?R3JlZyBMYXJzZW4=?= | last post by:
I'm trying to figure out how to modify a panel (panel1) from a backgroundworker thread. But can't get the panel to show the new controls added by the backgroundwork task. Here is my code. In this code there is a panel panel1, that I populate with a lable in the foreground. Then when I click on "button1" a backgroundworker thread in async mode is started. When the backgoundworker thread completes the thread returns a panel to populate...
8
10183
by: Brian Ward | last post by:
I am looking for a simple way to set the image transparency in a PictureBox. I have a moving PictureBox containing a graphic image .. moving by incrementing its Left property. The background however shows white as the PictureBox moves but I want it to be transparent. The PictureBox BackColor is set to Transparent .. but no affect. I have used PhotoShop to make the image background transparent .. again no affect. If I make the image a...
9
8031
by: =?Utf-8?B?RnJhbmsgVXJheQ==?= | last post by:
Hi all I have a MDI Container Form, with one label control on the Background of this container form. When I now open a child form, this form is behind the label ... and this looks ugly ... :-)) When I set the label with "SendToBack", it completely disapears. I also tried to set the child form like "BringToFront" but this also does not help.
2
6903
seraieis
by: seraieis | last post by:
Hi all, I have an Access database with roughtly 70 different forms that I need to change the background image for. Now, short of opening all these forms individually, and changing the "Picture" property one by one, is there a fast way of changing these? I know I can do this: DoCmd.OpenForm "Account", acDesign Debug.Print Forms!Account.Picture DoCmd.Close acForm, "Account", acSaveYes
0
10624
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10374
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
10111
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9193
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...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6877
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();...
1
4330
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
3853
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3010
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.