473,804 Members | 2,184 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

slow form backimage load @ vb.net

Hi, I made a software but I face a problem with the back ground image as it
takes time to show up completely @ the form load.. how can I fix this
problem?

Thanks
Hazem
Dec 8 '06 #1
4 2232
move back to VB6.

VB.net is a slow-ass langauge / platform.

Sorry... but MS killed the worlds most popular language by making it
such a pain in the ass

-Aaron
Hazem wrote:
Hi, I made a software but I face a problem with the back ground image as it
takes time to show up completely @ the form load.. how can I fix this
problem?

Thanks
Hazem
Dec 8 '06 #2
Hazem,

By showing maybe some code. I never have heard of this problem but maybe
others does, but without code they can for sure not help you. Although they
can gues and you can try those.

Cor

"Hazem" <ha*********@gm ail.comschreef in bericht
news:eD******** ******@TK2MSFTN GP03.phx.gbl...
Hi, I made a software but I face a problem with the back ground image as
it takes time to show up completely @ the form load.. how can I fix this
problem?

Thanks
Hazem

Dec 9 '06 #3
Dear Mr. Cor,

Thanks for your kind reply.. may I didn't describe the problem correctly.

It has nothing to do with the code @ all, actually the problem is the back
ground image of the tab page.. it is slow abit on load.. the back ground of
the form is ok

but the problem with the tab page background & it's not related to the code
as the problem is still existed even without code.

Thanks
Hazem

"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:e6******** ******@TK2MSFTN GP05.phx.gbl...
Hazem,

By showing maybe some code. I never have heard of this problem but maybe
others does, but without code they can for sure not help you. Although
they can gues and you can try those.

Cor

"Hazem" <ha*********@gm ail.comschreef in bericht
news:eD******** ******@TK2MSFTN GP03.phx.gbl...
>Hi, I made a software but I face a problem with the back ground image as
it takes time to show up completely @ the form load.. how can I fix this
problem?

Thanks
Hazem


Dec 9 '06 #4
Hazem,

In what ever way you do it in VB.Net it is related to code.
Did you have a look at the designer created code.

You come there by in Solution Explorer in top hit the file "show all files",
than you can see it opening the pluss before your code file.

Cor

"Hazem" <ha*********@gm ail.comschreef in bericht
news:u7******** ******@TK2MSFTN GP03.phx.gbl...
Dear Mr. Cor,

Thanks for your kind reply.. may I didn't describe the problem correctly.

It has nothing to do with the code @ all, actually the problem is the back
ground image of the tab page.. it is slow abit on load.. the back ground
of the form is ok

but the problem with the tab page background & it's not related to the
code as the problem is still existed even without code.

Thanks
Hazem

"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:e6******** ******@TK2MSFTN GP05.phx.gbl...
>Hazem,

By showing maybe some code. I never have heard of this problem but maybe
others does, but without code they can for sure not help you. Although
they can gues and you can try those.

Cor

"Hazem" <ha*********@gm ail.comschreef in bericht
news:eD******* *******@TK2MSFT NGP03.phx.gbl.. .
>>Hi, I made a software but I face a problem with the back ground image as
it takes time to show up completely @ the form load.. how can I fix this
problem?

Thanks
Hazem



Dec 9 '06 #5

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

Similar topics

1
16517
by: sleepyant | last post by:
Hi, I'm using VB .NET 2003. I have a form which only has a CrystalReportViewer to view a report on screen. But every time I run then project, the form is shown but the Report itself is very slow to show up (about 1 minute). Is there any setting I can use to make it show faster? My testing only got 2 records, but it will always take about one minute. I find that it slow when it reaches the reportdocument.Load( ) section. Please help. The...
11
17580
by: DJJ | last post by:
I am using the MySQL ODBC 3.51 driver to link three relatively small MySQL tables to a Microsoft Access 2003 database. I am finding that the data from the MySQL tables takes a hell of a long time to load making any kind linkage with my Access data virtually useless. I have the MySQL driver setup in as a USER DSN. The MySQL data is sitting out on a server and the Access database is running locally. The network connection is very...
12
2647
by: Neil | last post by:
I previously posted re. this, but thought I'd try again with a summary of facts. I have an Access 2000 MDB with a SQL Server 7 back end. There is a view that is linked to the database via ODBC and has been in place for several years without any performance problems. Recently I added a couple of fields to the output of the view, and it became very slow when scrolling. When just opened in the database window, the linked view takes about...
2
4538
by: JC Carette | last post by:
Hello I am experiencing extremely long time for loading a windows form in my Visual C++ .NET project This Windows form has just 40 labels, 4 checkBoxes, 2 buttons and 11 numericUpDown. It takes several minutes to load this form in the form designer when I double click on the . file in the Visual Studio .NET Solution Explorer. It gets worse with another form that has more controls. It gets really dramatic when I try to compile in...
3
2613
by: aspnet guy | last post by:
my asp.net website is slow at my work machine but very fast at home. My work uses a firewall. Can that slow down the loading of web forms? are there any "common" things I can try to get it to load faster? It is a database driven (access) ado.net asp.net site, very simple in structure that uses asp.net forms.
12
4036
by: Ian Murphy | last post by:
Hopefully someone else has seen something similar. We are experiencing an odd problem with aspnet, iis6 and w2k3. I have written a small site which works fine during the day. Each morning however the initial page load can take anything from 10 minutes to over an hour. Nothing seems to occur during this time. The first page load is simply incredibly slow. It seems to 'hang' until someone else tried to load the default.aspx, though there...
39
3059
by: jcrouse | last post by:
I am using the following code to get a background image for my form Private Sub mnuBgroundImage_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuBgroundImage.Clic If OpenFileDialog1.ShowDialog() = DialogResult.OK The Dim sr As New System.IO.StreamReader(OpenFileDialog1.FileName Me.BackgroundImage = Image.FromFile(OpenFileDialog1.FileName sr.Close( End I End Su
3
2714
by: Ant | last post by:
Hi, I'm using the text changed event of as text box to display a datagrid of search results dynamically. (The classic 'gets more specific the more you type in' scenario ). I find when I first start the app & type in something into the text box, it stalls & won't display the text you've typed in. After a short while, the text appears & the results are loaded into the data grid. After the first time, it works perfectly; loading data in as...
9
2993
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... - preload the .net 2 framework (windows startup or whatever) - splash a screen ... application loading ... please wait ... type of
0
9594
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,...
0
10595
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...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10341
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
10089
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
9171
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
7634
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
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.