Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a Excel VBA macro that change the title bar of a VB.net application I have also created (Very simple Windows form application).

The VBA uses Public Declare PtrSafe Function SendMessage Lib "user32"... The Applications works like a charm when I execute the VB.net application using the executable. But it Won't work if I run the Vb.net application via the Visual Studio debugger. Why is that it?

What I have tried:

I spy++ the handle making sure I was suing the right one!
I asked MS Copilots for some tricks.. no success
I have tried many debugger parameters with no success.
Posted
Comments
Maciej Los 19-Apr-24 14:54pm    
Don't understand what the problem is...
Why do you want to control VB.Net application from VBA? You can use interface(s)...
Can you be more specific and describe your problem in details?
Dave Kreskowiak 19-Apr-24 18:09pm    
Whenever you run the code under the debugger, you are still compiling to an executable and running the executable. Visual Studio does NOT execute your code directly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900