by: Ollie Riches |
last post by:
I understand the use of Application.DoEvents() to process all outstanding
messages on the message queue in a winforms application if you have long
running process on the UI thread. But can anyone...
|
by: Scupper |
last post by:
Certain "Imports" of classes change the frame of reference within a class
such that making calls to functions such as "Application.DoEvents()" and so
on becomes ambiguous and gives a "Reference to...
|
by: Ralf Gedrat |
last post by:
Hello!
I have a Application, this throws after some time following exception:
Item has already been added. Key in dictionary: "- 1" key being added: "- 1"
I use Application.Run with...
|
by: RSH |
last post by:
I created a new Windows Form project and I created a simple richtextbox to
write to and I am looping through a simple example but obviously the screen
isn't updated it only shows the first...
|
by: TrtnJohn |
last post by:
I have an application where I would like to block waiting on an asynchronous
event and still process messages. I can implement a hard loop to block such
as:
Do While StillWaiting...
|
by: Amjad |
last post by:
Hi,
Is there an equivalent to the "Application.Doevents" method in modules or
Windows services?
I want to make a Windows service that calls a DLL. The DLL would have all my
functions and it...
|
by: james.jdunne |
last post by:
System.ArgumentException: Item has already been added. Key in
dictionary: "-1" Key being added: "-1"
at System.Collections.Hashtable.Insert(Object key, Object nvalue,
Boolean add)
at...
|
by: Matt Nunnally |
last post by:
I am creating a DLL in VB.NET. My code comes across a section where I need a DoEvents call, but since my application is a DLL, Application.DoEvents is not available to me to call.
...
|
by: Sathyaish |
last post by:
From inside a class library, in a WPF application, I wish to get a
handle to an object, any object, may be the System.Windows.Application
object that supports a method such as DoEvents() by calling...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|