doevents Questions
4
Setup:
Windows 7 (at work)
Windows 10 (at home)
Excel 2016 (build 4627 at work)
Excel 2016 (build 8730 at home)
Power Query is setup to import, append, and transform a folder of Excel Files. This ...
Aquileia asked 28/12, 2017 at 1:46
9
Solved
Can Application.DoEvents() be used in C#?
Is this function a way to allow the GUI to catch up with the rest of the app, in much the same way that VB6's DoEvents does?
3
Solved
Much to my discontent, I need to use a WebBrowser control in one of my apps.
One of the things I also need to do is wait for an element to become visible/class changes/etc, which happens well afte...
Tram asked 3/2, 2016 at 21:28
3
This has been awnsered many times here and at other sites and its working, but I would like ideas to other ways to:
get the ReadyState = Complete after using a navigate or post, without using DoEv...
Vidette asked 15/1, 2014 at 14:40
4
Solved
What does "DoEvents" do in vb6 ?
Why do I get the error message "Out of stack space" ? What does it mean ?
2
I have a set of code that contains:
Application.Wait (Now + TimeValue("4:00:00"))
This is essentially pausing the macro for a four hour window from 3 AM (when it finishs running the code) till 7...
Tinfoil asked 18/4, 2013 at 3:27
4
Solved
Is Application.DoEvents() just for forms?
I thought that this command was used to ensure that all of the commands before are processed but now after reading the documentation, I'm not sure anymore...
3
Solved
What is the necessity of using Application.DoEvents and when we should use it?
Nalor asked 12/7, 2009 at 6:10
3
Solved
A simple search for DoEvents brings up lots of results that lead, basically, to:
DoEvents is evil. Don't use it. Use threading instead.
The reasons generally cited are:
Re-entrancy issues
P...
Tormentor asked 5/7, 2012 at 20:45
5
Solved
I've been attempting to create a task that writes to a database without blocking the UI thread. The biggest problem I'm having is waiting for that process to finish without the blocking happening.
...
Heredity asked 16/11, 2011 at 19:22
2
Solved
From MSDN, it seems that Application.DoEvents() is available in Windows.Forms. What would be the equivalent thing in WPF.
2
I have a main STA thread that calls a lot methods on the COM object and a secondary STA thread that does a lot work on the same object too. I want the main thread and the secondary thread to work i...
2
Solved
I am developing a messaging system based on webBrowser controls so that I can format the text however I please. When the user is offline and is sent messages, the messages are stored and an event i...
1
© 2022 - 2024 — McMap. All rights reserved.