
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 02:02 PM
Hey all I am trying to figure out why my text is not showing past my picturebox:
The code I am using is this:
Image NewImage =...
0 replies | 9 view(s)
-
March 15th, 2025, 02:20 PM
Just take a look at the demo I prepared. Maybe it can help you, because all the previous variants you came up with was a mess.
The idea of the...
1 replies | 1078 view(s)
-
March 11th, 2025, 02:58 PM
I remember back in the day borrowing a few snipits of code from him. It was around 98. I believe that was him anyway.
4 replies | 337 view(s)
-
March 11th, 2025, 02:06 PM
:thumb:
it's my favorite site about MFC!
And here is the author Joe Newcomer sitting at the table (April 22, 2008, Redmond WA):
4 replies | 337 view(s)
-
March 11th, 2025, 12:24 PM
Awsome, Thanks! I'll get IT to install the package then I'll have less issues with coding. Will still come back for advise, but can get a lot further...
4 replies | 337 view(s)
-
March 11th, 2025, 11:40 AM
A good resource is http://www.flounder.com/ look under mvp tips.
But MFC is still available. You have to specifically install it with the VS...
4 replies | 337 view(s)
-
March 11th, 2025, 11:10 AM
Hi, I used to be pretty good with MFC, 25 years ago, but now there does not appear to be MFC any longer. I'm working with VS 2022. So since I had to...
4 replies | 337 view(s)
-
March 10th, 2025, 03:43 AM
SetTimer function (winuser.h)
1 replies | 658 view(s)
-
March 9th, 2025, 05:51 PM
EDIT2: OK, may have it resolved.... Would love to have review of the code. The question I have is why does _endthread cause a crash when it is called...
1 replies | 658 view(s)
-
March 9th, 2025, 02:35 PM
EDIT: OK this method won't work.... Is there a timer routine that will return control back to VB once it is called? One where I can start it running...
1 replies | 1078 view(s)
-
March 9th, 2025, 04:38 AM
You don't need to explicitly include synchapi.h. It is included as part of Windows.h
2 replies | 771 view(s)
-
March 9th, 2025, 03:07 AM
And what is the exact error message?
2 replies | 771 view(s)
-
March 8th, 2025, 10:44 PM
Hi,
I'm going to use Application.ontime, but the compiler does not recognize it and gives errors. What header do I need to include for this to...
2 replies | 771 view(s)
-
March 8th, 2025, 06:04 PM
Hi,
I have been struggling with a dll for VBA, but now I'm closer to the finish line, thanks to all the help here.
Now my issue is that I can't...
0 replies | 763 view(s)
-
March 8th, 2025, 05:26 PM
RESOLVED: It appears that it has to be compiled under 32bit. Works now.
3 replies | 5002 view(s)
-
March 8th, 2025, 03:12 PM
Thanks. I"m not seeing much difference in yours and my code. Not sure why I'm not generating exports. I will modify my define macro to be like yours...
3 replies | 5002 view(s)
-
March 8th, 2025, 11:54 AM
What line in your code snippet produces this error message?
1 replies | 441 view(s)
-
March 8th, 2025, 04:49 AM
For info, these are test codes for generating a .dll
mydll.h
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#ifdef...
3 replies | 5002 view(s)
-
March 7th, 2025, 12:28 PM
Moderators, you may close this post as the LoadLibrary issue is sort of resolved. Will visit the issue at a later date as in the DLL debug location...
23 replies | 5003 view(s)
-
March 7th, 2025, 12:16 PM
HI,
I am creating a very simple DLL, and I have the LoadLibrary problem temporarily fixed, I now face an issue where GetProcAddress does not find...
3 replies | 5002 view(s)
-
March 7th, 2025, 12:02 PM
For the LoadLibrary issue it was that I moved the DLL to another directory, but even with the path defined LoadLibrary would not load the DLL. For...
23 replies | 5003 view(s)
-
March 7th, 2025, 11:45 AM
In the C++ code that generates the .dll (exports) you have at the top:
#define EPIQUTIL_EXPORTS
In the code that uses the .dll (imports)...
23 replies | 5003 view(s)
-
March 7th, 2025, 11:42 AM
Thanks. Your are probably correct as I don't define that until it is defined in the ifdef statement. Should I be using __Stdcall or __cdecl with the...
23 replies | 5003 view(s)
-
March 7th, 2025, 11:22 AM
DIdn't reply with quotes so here is what I said from below.
Actually I do know. ExecuteTimer is the equivilent of set timer, but very crude. It is...
23 replies | 5003 view(s)
-
March 7th, 2025, 11:21 AM
Actually I do know. ExecuteTimer is the equivilent of set timer, but very crude. It is a circular call that is simple and calls the EPIQ_TimerProc...
23 replies | 5003 view(s)
-
March 7th, 2025, 11:08 AM
Thanks. What would the define look like? Using _stdcall? as the definition? In all the examples I have looked at this is how the code has been and I...
23 replies | 5003 view(s)
-
March 7th, 2025, 11:01 AM
https://www.vbforums.com/showthread.php?910146-Issue-with-GetProcAddress-in-that-it-will-not-return-ptr&p=5672342#post5672342 ]
1 replies | 1492 view(s)
-
March 7th, 2025, 11:00 AM
https://www.vbforums.com/showthread.php?910146-Issue-with-GetProcAddress-in-that-it-will-not-return-ptr&p=5672342#post5672342 ]
23 replies | 5003 view(s)
-
March 7th, 2025, 10:55 AM
Tripped across your other post in C++ & Win API, where the code looks more complete. Have to admit, I cannot see a timer thing in there. Instead, I...
23 replies | 5003 view(s)
|
Click Here to Expand Forum to Full Width
|