by: KNS |
last post by:
Hello,
Can someone please suggest how to test for a mouse click using
the WinAPI? I have dispatched a windows application and would
like to detect any mouseclicks (and keyboard entry for that...
|
by: NJSG |
last post by:
In english
==========
It exists any way to copy directly the content of a file to ano-
ther file using a Win32 (WinAPI) C application, that doesn't uses
ms-dos "copy" and doesn't needs to ...
|
by: Yura Tigiev |
last post by:
Hello!
Is it possible to write (classical windows with My computers, My Desctop,
My networks Places end etc ) FolderBrowseDialog without use WinApi?
If yes, can you send source code ?
Yuri
|
by: MuZZy |
last post by:
HI,
I would really appreciate some hwlp with this:
Here is the WinAPI struct used in call to winapi function wavInGetDevCaps:
typedef struct
{
WORD wMid;
WORD wPid;
MMVERSION...
|
by: Kevin Frevert |
last post by:
In the process of learning VS2005/C# (having a background in Borland Delphi
2 through 2005) I came across an interesting feature of Visual Studio's file
management. At first, it appeared there...
|
by: jg |
last post by:
or would I have to use C# or C++?
|
by: Ray Tayek |
last post by:
hi, i am teaching a class using visual studio 2003 in the labs at
school and trying to get some pure c++ into a dll so i can sic nunit on
it.
trying to put the code below into a .net class library...
|
by: Sin Jeong-hun |
last post by:
Often, I need to call Windows APIs in C#. Signatures and macro
constants can be easily found at MSDN but the constants values are not
shown. I have to search the .h file for those constants values....
|
by: Michel |
last post by:
Hi,
I tried to use Winapi floodfill function with an Access Form. Here is the
code in a click-button sub :
Dim hDC As Long
Dim hBrush As Long
Dim hobj As Long
Dim ret As Long
|
by: tw |
last post by:
Could someone explain me how to get signal from microphone to program in
winapi, (than i want put tone into it) and send to speakers?
|
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: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
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: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
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: 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...
|