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?
Pelota asked 3/3, 2011 at 14:8

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 ?
Hypophyge asked 24/12, 2010 at 13:45

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...
Bauer asked 12/2, 2011 at 11:9

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.
Nathalienathan asked 21/7, 2011 at 11:15

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...
Departmentalize asked 21/7, 2011 at 4:55

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...
Pontificals asked 19/7, 2011 at 14:20
1

© 2022 - 2024 — McMap. All rights reserved.