Posts by Cleyton Bruno • 71 points
4 posts
-
0
votes1
answer63
viewsA: Invalid enumerator when trying to add a filter using WFP by C#
At the end of the day, I figured out what it was. The problem was in translating the structs containing Union. An example is the struct below: typedef struct FWP_VALUE0_ { FWP_DATA_TYPE type; union…
-
1
votes1
answer63
viewsQ: Invalid enumerator when trying to add a filter using WFP by C#
I’m trying to bear a code of c++ to c#. My goal is to block a website using WFP. After translating the code, I seem to have missed something because when adding a filter I get the message "An…
-
3
votes1
answer774
viewsA: How to check if my user is online Asp.net Identity?
http connections don’t stay open. This way, you don’t know if a user is logged in or not. The most common solution for this type of problem would be the Heartbeat standard. You make a javascript…
-
3
votes3
answers2384
viewsA: Media Player Classic libraries in my Windows Form project
Tuyoshi, I have in mind now some alternatives for you. The first two (Mediaelement and WPF Mediakit) are specific to WPF. The last two (mostly the last one I’m tending to tell you is the best) work…