PC Review


Reply
Thread Tools Rate Thread

Display a userform and have program continue

 
 
DG
Guest
Posts: n/a
 
      9th Dec 2009
I want to have a form popup that says "Please Wait.." while the program
continues to run. I changed the ShowModal to False and the form shows but
the "Please Wait.." text does not. The caption in the title bar does show
however.

Is there a way to make this work or is the a betterway to display a wait
message so the user doesn't start hitting keys etc...

DG


 
Reply With Quote
 
 
 
 
Robert Flanagan
Guest
Posts: n/a
 
      9th Dec 2009
DG, I prefer to do statusbar messages that continually change. If you have
loops, that is easy.

application.statusbar ="some text"
applicaton.statusbar = false 'clears the statusbar when done

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"DG" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I want to have a form popup that says "Please Wait.." while the program
>continues to run. I changed the ShowModal to False and the form shows but
>the "Please Wait.." text does not. The caption in the title bar does show
>however.
>
> Is there a way to make this work or is the a betterway to display a wait
> message so the user doesn't start hitting keys etc...
>
> DG
>



 
Reply With Quote
 
DG
Guest
Posts: n/a
 
      9th Dec 2009
Good Idea Thanks,



"Robert Flanagan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> DG, I prefer to do statusbar messages that continually change. If you
> have loops, that is easy.
>
> application.statusbar ="some text"
> applicaton.statusbar = false 'clears the statusbar when done
>
> Robert Flanagan
> http://www.add-ins.com
> Productivity add-ins and downloadable books on VB macros for Excel
>
> "DG" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I want to have a form popup that says "Please Wait.." while the program
>>continues to run. I changed the ShowModal to False and the form shows but
>>the "Please Wait.." text does not. The caption in the title bar does show
>>however.
>>
>> Is there a way to make this work or is the a betterway to display a wait
>> message so the user doesn't start hitting keys etc...
>>
>> DG
>>

>
>



 
Reply With Quote
 
Patrick Molloy
Guest
Posts: n/a
 
      9th Dec 2009
use non modal

myuserform.show vbmodeless

eg

Sub xxx()
UserForm1.Show vbModeless
MsgBox "OK?"
End Sub


"DG" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I want to have a form popup that says "Please Wait.." while the program
> continues to run. I changed the ShowModal to False and the form shows but
> the "Please Wait.." text does not. The caption in the title bar does show
> however.
>
> Is there a way to make this work or is the a betterway to display a wait
> message so the user doesn't start hitting keys etc...
>
> DG
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Program needs your permission to continue Rick Rogers Windows Vista Installation 0 29th Sep 2008 02:18 AM
a program needs your permission to continue =?Utf-8?B?SGVKYUNvbg==?= Windows Vista General Discussion 8 4th Nov 2007 01:15 AM
How do I continue a routine while showing a userform? =?Utf-8?B?UnViYmxl?= Microsoft Excel Programming 1 2nd Jul 2007 10:26 PM
A program needs your permission to continue =?Utf-8?B?UmVkT3R0ZXI=?= Windows Vista General Discussion 12 18th Apr 2007 09:50 PM
network program continue =?Utf-8?B?QW5hdG9seQ==?= Windows XP Networking 0 25th Apr 2006 05:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:22 PM.