Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Pogo
Posts
Comments
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
grrr
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
yet their own clipboard history app is allowed to
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
it just 'exists'
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
no actual window anywhere
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
how about if i spawn an invisible CoreWindow
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
they do this with every application ever
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
bro why do they do this
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
they explicitly want me to instance a CoreWindow..?
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
well, i use the UWP framework but
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
though I dont understand what im doing wrong, is my eventhandler incorrect? is my keep alive loop incorrect?
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
(i want to track when new content entered the current clipboard)
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
and regular clipboard content changed
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
clipboard history changed
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
there's a clipboard HISTORY api and a normal one
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
Clipboard.ContentChanged
+= new
EventHandler
<
object
>(
this
.TrackClipboardChanges_EventHandler);
Clipboard.ContentChanged
+= new
EventHandler
<
object
>(
this
.TrackClipboardChanges_EventHandler);
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
yep found it
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
how do i add a breakpoint in VS?
29 replies
C
C#
•
Created by Pogo on 1/18/2024 in
#help
EventHandler not triggering.
weird that they didnt update their own docs?
29 replies