-♤ΛℭΞ RΛMIП
-♤ΛℭΞ RΛMIП
CC#
Created by -♤ΛℭΞ RΛMIП on 11/9/2024 in #help
InstagramApiSharp
iam trying to login with user pass that give me challenge require error when i solve it in phone(taping it was me) and try login again i see this error how i must handle it i want all of challenges get solved in phone after that continue process and login
13 replies
CC#
Created by -♤ΛℭΞ RΛMIП on 2/13/2024 in #help
Data Trigger and event trigger
i wanna use data trigger and event trigger for an element in one style for example if in db dark mode was on mouse enter animation be blue
1 replies
CC#
Created by -♤ΛℭΞ RΛMIП on 2/12/2024 in #help
✅ Resource Dictionary(Code behind)
i wanna change a solid color brush color and i want to code read it from another resource dictionary (by an event)
c#
Application.Current.Resources["EnableBackGround"] = (SolidColorBrush)Application.Current.Resources["NeutralDark"];
c#
Application.Current.Resources["EnableBackGround"] = (SolidColorBrush)Application.Current.Resources["NeutralDark"];
1 replies
CC#
Created by -♤ΛℭΞ RΛMIП on 2/4/2024 in #help
Custom Control as Window
I want to use Custom Title bar in my app so I must put window style on none and corner radius and shadow of window will be disappear for that actually i have three ways first one is make radius for my title bar and status bar with transparent back ground second one a grid with radius and transparent background and the third one is make a custom control and use as window element which i think its best way but i get this error: error CS0263: Partial declarations of 'MainWindow' must not specify different base classes I checked inheritance and was ok so first of all how is that possible to use custom control as window and second question is Is any better way to have custom title bar and properties like shadow or CornerRadius Together
5 replies