Click here to Skip to main content
15,891,473 members

Comments by Marino_Y0301 (Top 14 by date)

Marino_Y0301 13-Dec-22 3:40am View    
Sorry for the late reply. Thanks for the detailed explanation.
For DB reasons, the source extension cannot be changed from ".sc" to ".cpp".
Unfortunately the method you taught didn't work for me.
Marino_Y0301 30-Nov-22 3:35am View    
Thank you for your kindness.
I checked two projects, but I can't understand how to setting keys.
How can I count the buffer size (count of structs)?
In the project you gave me, it seemed to display the received value by using "CString". For example, is it possible to modify this example to get the value with "wcsncpy_s" instead of "CString" and use "strncpy_s" to store the value in another struct containing a Char?
That's what I want to do...
Marino_Y0301 30-Nov-22 1:21am View    
I still need to question the code.
As it turns out, the screen switched even with 6.
But your answer gave me a clue. When I specified 0 (vbHide) the screen didn't switch anymore!
Thanks, I was able to solve the problem.
Marino_Y0301 28-Nov-22 23:52pm View    
It worked fine in Windows 7, so the need to change the status was a blind spot.
I'll change it to 6.
Thanks for sharing your solution.
Marino_Y0301 28-Nov-22 23:47pm View    
I'm new to app design, so I hadn't thought of that. Thanks for letting me know.
But I shouldn't change the use of MsgBox this time.
I will refer to this when I create a new app. Thanks for coming up with the solution.