Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default DoEvents(?) issue

Hello,

I have a code that should load EzPaste form as a kind of splashscreen
and unload it when the main form (BinsUserForm) finishes to load and
show

EzPaste.Show
DoEvents
BinsUserForm.Show
Unload EzPaste

The problem is that after the main form (BinsUserForm) is loaded and
displayed, the first one (EzPaste) shows itself again for a few
milliseconds and disappears after that

Is there a way to cancel the display of EzPaste the second time after
BinsUserForm is displayed?

The main form is a quite heavy one with a lot of boxes and commands
buttons, making it slow to load

Thanks a lot
Avi


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default DoEvents(?) issue

Hi
Why not unload EzPaste before you show BinsUserform? If you need
values from EzPaste simply capture them as variables before unloading
the form.
regards
Paul

On Nov 30, 4:50*pm, avi wrote:
Hello,

I have a code that should load EzPaste form as a kind of splashscreen
and unload it when the main form (BinsUserForm) finishes to load and
show

* * EzPaste.Show
* * DoEvents
* * BinsUserForm.Show
* * Unload EzPaste

The problem is that after the main form (BinsUserForm) is loaded and
displayed, the first one (EzPaste) shows itself again for a few
milliseconds and disappears after that

Is there a way to cancel the display of EzPaste the second time after
BinsUserForm is displayed?

The main form is a quite heavy one with a lot of boxes and commands
buttons, making it slow to load

Thanks a lot
Avi


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
When does DoEvents return? clara Excel Programming 1 August 28th 07 07:32 PM
DoEvents and Semaphoring J Streger Excel Programming 2 March 28th 07 07:48 PM
DoEvents Arne Hegefors Excel Programming 4 October 19th 06 02:13 PM
DoEvents?? Geoff Excel Programming 4 August 18th 05 03:23 PM
Doevents Application Alex J Excel Programming 1 November 30th 03 04:31 PM


All times are GMT +1. The time now is 09:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"