12-19-2018 08:41 PM
I try to how to let a vi window shown on top of desktop by call winapi. The vi work well at LV2014 X86, but it cannot work at LV2017 X64. Does there any defferent between LVX64 and LVX86 that call winapi?
12-20-2018 04:52 AM
@seanwin wrote:
I try to how to let a vi window shown on top of desktop by call winapi. The vi work well at LV2014 X86, but it cannot work at LV2017 X64. Does there any defferent between LVX64 and LVX86 that call winapi?
Almost certainly a pointer size problem. You need to change 32 bit inputs\outputs to pointer sized input\outputs.
A question would be: Are you sure you need to do this? Does frontmost=true, making it modal, or floating not work?