Loading a process ONLY after loading a form -
hi~!~!
say i've a form (which is my main program too) which needs to be loaded. after loading it i want some process to be started automatically ONLY after the form has been loaded. is there a way to trigger my process?
what i've been able to do is to load my processes while the form is being loaded but not after it has been loaded though.
hope someone can help
regards,
virux
Loading a process ONLY after loading a form -
hi~!~!
say i've a form (which is my main program too) which needs to be loaded. after loading it i want some process to be started automatically ONLY after the form has been loaded. is there a way to trigger my process?
what i've been able to do is to load my processes while the
Anyway to speed up form loading -
Does anyone know of anyway that it would be possible to speed up the process of loading forms.
With VB6, forms (simple ones) was extremely fast but with VB.net, the initial loading of a form (even the simplest one) takes very long. Although it gets better once it's loaded once and t
'loading' text -
i want to have a text box on my form which says..
Loading......
(6 dots)
but how can i make it realistic like making the dots move e.g..
loading.
loading..
loading...
loading....
etc... this would happen very fast obviously, but i hope u guys know what i mean
How to cancel a process -
Hi guys,
I'am having MDI form and one child form withing it...and this child form is accessing a database to populate the grid...which takes more time, may be around 7-8 secs. What I want is if I close the MDI form it should stop the loading process & close the child ...which is n
background images on forms -
When my form loads I have a background image that loads and for my menu I also have some images loading. I have noticed that there appears to be some delay in loading the images.
So I am trying to find out if there is a way to help VB speed up the loading process so that it doesn't
"Please Wait.. Loading.." Form/Screen -
Hi,
I want to make one of those "Please Wait.. Loading.." screens for my VB app because some of the loading times exceed 5 - 10 seconds and the user may not know what is going on. What would be nice is one of those "Please wait.. Loading.." forms which pop up lik
New thread for loading -
You know, some of the games I've seen in last few years have really kewl loading screens.
Like you can do stuff while it is loading, or lots of neat effects go by...stuff that would be hard to impliment while loading.
So obvious asumption is that they do the loading in a different
Loading Modules at "Design Time" -
To avoid "annoying" users with a lengthy program start-up (at run-time) it is customary to use a "splash-form".
What I'm looking for is a similar concept under the following scenario:
I have a program with many modules which have to be loaded at design-time.
Creating a "Loading..." form!!! -
Hi All,
I want to create a form that says Loading... and as the information is being loaded those dots after the Loading move. I'm sure you guys will know what I mean. Please someone give me an example.
stopping loading -
In access I have this form that I've designed. When they click on the 'run' button, the form loads. At the start of the form I do this check. If it passes the test then I'll load the form but if it fails, i've chucked a msgbox and it'll have OK and the form won't load
i don't know h
VB6 Scrolling Marquee -
Hi there,
I'm developing an application using VB6. May I know how i could do a marquee on the status bar upon loading the form? I would like to indicate that the form is loading because the loading of the form take some time. I have done quite a few samples but it does not show on t
Animate -
Is there a way to animate the lable's text?
Ie(Loading.---Loading..----Loading...---Loading....)
--- = A new animation/treat each loading as if the periods in each ere counting up..but the text stays the same..
also if thats possible..How would you make them repeat to show a a
Blinking Letters... -
What's up guys?!
I have another problem... It's about my loading message..
I've created a Label box and it's caption is "loading...".
Now, I can make the whole caption blink every second using the timer button. I wanted to try something and I can't do it but it is po
popup loading window -
i want to popup a window for the user that shows 'Loading, please wait...'
in a window while my process is loading records and when it is finished the window closes automatically..
how to do this ?
Faster Loading Backround -
I have an app wit a picture background, and when it loads, it takes about two seconds to load all the labels and stuff. Is it possible to make the loading process immediate?
loading a bitmap with Alpha properties -
VB.NET 2008
I already can save 32 bit bitmaps, but It seems difficult to load the bitmap in 32 bit ARGB form, as the bitmap loading process tosses out the alpha when loading it.
I have looked for examples, and found one on the codeProject site, however I do not understand C# which is
Loading.... -
Hi all,
my first attempt on making an ASP
I'v made a page that fetches data from an access database, this takes some time, and I was wondering if there is a simple way to show to the user that a process is ongoing...
something like this :
or just show "Loading...&
loading label -
Hey guys I am trying to make one of those cool loading labels were it starts with no text and slowly kinda does this
"L"
"Loa"
"Load"
"Loadi"
"Loadin"
"Loading"
"Loading."
"Loading.."
"Loadi
Loading.... (ASP question) -
Hi all,
my first attempt on making an ASP
I'v made a page that fetches data from an access database, this takes some time, and I was wondering if there is a simple way to show to the user that a process is ongoing...
something like this :
or just show "Loading...&
Speed filling TableAdapters & DataSets -
(Using VS .NET 2005)
I have a very complex form I am building which requires the loading of many table adapters and datasets. I believe the loading of all these is what's slowing down the loading of my form (I currently have all the filling happening on form_load). The form is set u
Loading - Still unresolved -
on loading i am trying to play a flash movie - but it obviously keeps freezing as there is other code occuring.
so i've had to put the movie into a separate exe file
what i'd like to know is if there is a way to let a control or form run independantly from the app (in terms of pr
Loading database files in splash page -
During progress bar... how do you display the loading stuff
for example while vb is loading the databases needed for the file... what could be the code for that?
btw, im using DAO
Loading and Unloading Forms -
Any one have any advice on Loading and Unloading VB Forms?Sometimes a form may take a few seconds to load while establishing a database connection or loading controls
[2005] Creating labels for form B in form A -
Say for example I have my loading screen, (Form A)
And I want to create labels (lots, up to 5000), can I create forms for my main program (Form B) from my loading screen (Form A)?
Is that possible?
Because, im currently having problems with the program lagging, while it load
Vb6 == Really Noob Question -
How do I go form one form, and sya someone clicks 'login' then a window (loading.vb) comes up and does the stuff, then I get loading.vb to call mainwnd.vb...
How do I spawn and close windows...? To spawn the loading, I need to have no parent as the login window will close to open l
How to create and manage 10 WebBrowser Controls. Read a list of URLs -
I've been looking for the past few days of an example to use Threading to read a list of URLS. Any help or input would be greatly appreciated.
Right now I've created some messy code to look at the Readystate of each WebBrowser control and using boolean variable to track which WebBr
How can I get the image size without loading it -
Does .NET have a class for this? I want to find out the dimensions of an image file, without loading the whole image. Loading the whole image is inefficient, that's why I'm looking for a way to do this without loading it. Anyone knows how?
Listbox and Timer -
I would like to simulate the loading process of my application and let the user know what it is doing on loading. I would like the tasks to be displayed in a listbox as they're complete. I have attached a picture for an example. I would like to have any opinions that you could give
animations while a page is loading like IE or netscape -
hello,
how do i make an animation run on the same form while a page is loading inside a webrowser and then stop when the page is still loading. also, how do i put an animation on a form?
How to make a label have changing dots. -
I have a timer called timer1 and I want my label (label1) to change through these stages:
Loading.
Loading..
Loading...
and then repeat.
I keep failing with things like this:
if label1.caption = "Loading." then label1.caption = "Loading.."
because
Transferring Forms Between Apps w\o Loading Them... -
Hi, does anybody know how to send form data to another application, without loading it, and then load the form from the receiving app?
Also - how do I change the parent of a MDIChild form?? [SetParent don't work 100% correctly]
What event is for form loading is done -
i am make a splash screen that dispear when form is done loading, any idea?
Multi-threading and the use of semaphores -
While i'm loading stuff i want to make a progress bar.
I have 2 threads at the moment. One does the loading and the other handles the message queue of my startup window.
If i declare a variable can i simply update it with my loading progress (e.g. as a number ranging from 1 to 10
Filling a ListView after the form has come up! -
Hi!
I am working on an SQL Server project that involves viewing of a certain number of companies in a Listview. I made an MDI form and another form with a Listview that shows information about the companies. However, because the Listview should be filled in the Form_Load event, I ca
"Loading..."-site -
What's the code for a "Loading..."-site? I want to create a page that displays some loading.gif while it is precaching my lg.htm and the neede images. When the precaching is complete this loading.htm should open the lg.htm.
Thanks...
LaRI
Searching for text between two points in a textfile -
Hello, I have a log file of a command line tool of which I have posted a small part below.
There is a filename in the textfile that I would like to have in a textbox. The filename is different every time, so I don't know which filename I need to have in the textbox. The filename in
Unwanted form loading -
When I query/input information from/to another form that I'm not in, that form loads up.
Eg. I'm in 'Form1' and do a command like Form2.textbox1.text = strText
How do I stop the form I need to get/pass information from/to from loading up. Thanks.
[2005] Ie7 tab loading icon -
Hi to all,
Im working in a school project, im making a webbrowser
Im almost done, but im missing some things, ill upload it soon so people can give their opinions.
Well, i saw that when ie7 its loading a webpage the tab page that's currently loading changes its icon to a loa
Forcing focus of a form -
Hi all,
This is probably a simple one, but my brain appears to be switched off...
I have a main form, which contains a number of Customer user controls. This form has a menu containing numerous items, which then shows/hides the user controls when the user wishes to perform an act
Bitmap loading -
Ok I have a question about loading bitmaps into your game from disk. I'm designing an adventure game that loads a new bitmap background for each screen.
Here's the code I'm useing ScreenArray is an array of strings that store the names of the bitmaps that make up background picture