Rémi
I can't use notifyIcon on my c# console app
I am trying to make a notifyIcon by i have this: The type or namespace name 'NotifyIcon' could not be found (are you missing a using directive or an assembly reference?) and when i try to fix it using: using System.Windows.Forms; i have this error : The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)
42 replies
❔ Find last element in dictionnary, using a list as path
Hey, I have a dictionnary: like this, and i wanna make a function that return me the next/end word. Like if I input 'sh' i wanna have 'ow', and if I input 'show' I wanna have 10, but if i input 'show 10' then only return a null value.
10 replies
❔ Interactive both in y and x axis, in cmd
Hello :), I am trying to do an interactive menu in a command line application that use both the x and y axis, you navigate using keyboard arrows. I did a well working one that is only using the x axis, but with both this is way more complicated. I wrote a code that kind of works but for any reason the Console.Clear is not doing what i was expecting : Editing is the main code that run the menu and handle the user input
29 replies
❔ Playing a video using avalonia ui
Hey, i would like to play a video in a part of my window in avalonia, I found this https://github.com/jpmikkers/LibVLCSharp.Avalonia.Unofficial but i don't understand how it works
6 replies