Link to home
Start Free TrialLog in
Avatar of khan2000
khan2000

asked on

display a status window

hi there...

what is the best way to display the status window saying that
"please wait ....." and when the data get from host, i want the window to be closed by itself.

Thanks
Avatar of malharone
malharone

why not use a statusbar with a progress bar!!
take a look at http://testgen.tigris.org/images/screenshot_main.jpg 
on the bottom of the form, it displays "Successfully loaded function" with an icon. that easily can be changed to your specific icon (e.g. hour glass and text "please wait" or "x% complete -- that's what i use)
you can download full source from http://testgen.tigris.org/ .
though you'll first have to register in order to obtain source code: http://www.tigris.org/servlets/Join
you can download install from: http://testgen.tigris.org/servlets/ProjectDocumentList?folderID=1090
i no need progress bar but im interested in window.
man,... i don't really like the new look of experts-exchange.com
its really wired and i wonder who come-up with this look.

i liked the previous look of ee

nisarkhan,

you can --> http://oldlook.experts-exchange.com/

for your question:
sub somesub
    'Open Please wait window modally

    frmStatus.topmost = true
    frmStatus.show ()

    'process here
    '....

    'close Please wait window
    frmStatus.dispose()
end sub

OR

you can initiate your process in a thread and invoke frmStatus.showDialog(me), and close it before your thread exits.



hec",)
... or create the new "status" window as a borderless modal and center it on top of your initial form... add some cool text effects, not too cool :), the user can look at while waiting and bing! ;) Everybody loves looking at the "." ".." "..." "...." ".". Right, right?? hehe

- kisk
to malharone

i saw the screen that you refered to , i'm very interested by the contect menu appeared above the tre view in the left of this screen
could you tell me how can i get OCX to use this menu style
could you know another OCX can do a progress bar in the window status bar

thanks in advance
to janartgroup ...
register yourself at http://www.tigris.org/servlets/Join  ... my project is available on opensource (BSD) and you'll find all the documentations there. http://www.dotnetmagic.com/  is the source of that now, and it seems that they're charging $199 per license. my project uses the "free" version of their dll.
ASKER CERTIFIED SOLUTION
Avatar of malharone
malharone

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
To malharone

THANKS VERY MUCH

but how can i get the "free" version of dotNetMagic dll.

could you help me more
To malharone

I registered to Tigris.org but i can't reach your projects
Avatar of khan2000

ASKER

janartgroup, open the new post and assign the points but don't confuse the people here - thank you.
malharone:

which one is the aspx.vb code? and aspx code?
Avatar of Bob Learned
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:

Accept: malharone {http:#9515027}

Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

TheLearnedOne
EE Cleanup Volunteer