Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with DllImport and Canvas
#1
Hello, I'm having some problems and don't know if this is the expected behavior.

1. When using some functions from DllImport like below, when the script ends it restores the original value, if this is the expected behavior, how I do not restore?.
 
Code:
Copy      Help
[DllImport("ntdll.dll")]
static extern uint NtSetTimerResolution(uint DesiredResolution, bool SetResolution, out uint CurrentResolution);

2. I tried to place a canvas above all controls in wpfBuilder to show a dialog or message (like the example below) without success. Is it possible with wpfBuilder?

[Image: WS000928.png]


Messages In This Thread
Help with DllImport and Canvas - by marktech - 11-01-2022, 11:54 PM
RE: Help with DllImport and Canvas - by Gintaras - 11-02-2022, 07:34 AM
RE: Help with DllImport and Canvas - by Gintaras - 11-02-2022, 07:34 AM
RE: Help with DllImport and Canvas - by marktech - 11-02-2022, 08:08 PM
RE: Help with DllImport and Canvas - by Gintaras - 11-03-2022, 06:26 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)