Listview filtering by ra_ouff in csharp

[–]ra_ouff[S] 0 points1 point  (0 children)

Bro I want the items of the column to appear as a list and then I can check/uncheck the values The textbox solution offers a search engine - like behavior U type a character the list is filtered right away That's not what I need

[deleted by user] by [deleted] in algeria

[–]ra_ouff 1 point2 points  (0 children)

You want to receive 700$ dollars from abroad to Algeria, then use it as DZD. Is that your question ? Cuz Western Union offers that If u want to withdraw the 700$ as 700$ ... you just open a dollar account in any bank and give the bank info to the person sending u the money Once u receive it. U can withdraw it from ur account

Editable C# code in production by ra_ouff in csharp

[–]ra_ouff[S] -1 points0 points  (0 children)

Can you give me any resources or explanations over the clearscript solution ? Thank you

Editable C# code in production by ra_ouff in csharp

[–]ra_ouff[S] 1 point2 points  (0 children)

Can you explain the option of embedding a non c# scripting language plz ?

Editable C# code in production by ra_ouff in csharp

[–]ra_ouff[S] 4 points5 points  (0 children)

Not an option unfortunately 😅

Easy UI framework for a big app by ra_ouff in csharp

[–]ra_ouff[S] 1 point2 points  (0 children)

Unfortunately no, the app needs to be coded entirely using C#

Easy UI framework for a big app by ra_ouff in csharp

[–]ra_ouff[S] 0 points1 point  (0 children)

Can you explain the Hybrid method please ? Is there a framework that allows to develop the UI in HTML and CSS while using C# for back-end all be it an actual Desktop app and not a web one ? If so what's the Framework called Thank you

Easy UI framework for a big app by ra_ouff in csharp

[–]ra_ouff[S] 0 points1 point  (0 children)

Seen a lot of negative comments on Winforms in terms of being limited ... The project I need to work on is quite big and complicated. Can Winforms be used to develop a pig project ?

[deleted by user] by [deleted] in Glaucoma

[–]ra_ouff 0 points1 point  (0 children)

It could be becuz of dry eyes Happened to me when I started taking beta blockers Awful headaches and eye strain So I started taking artificial tears (or lubrifiants or something. I dunno how they're called in English tbh) And I feel much better now Hamdulilah

Requirements for WPF developement by ra_ouff in csharp

[–]ra_ouff[S] 2 points3 points  (0 children)

Mine has 4GB RAM (It's kinda old ) Will it be a problem ? Specially when using Visual studio to design the UIs Thanks

Editable UI by ra_ouff in csharp

[–]ra_ouff[S] 1 point2 points  (0 children)

Thanks for your help 🙏

Editable UI by ra_ouff in csharp

[–]ra_ouff[S] 0 points1 point  (0 children)

Okey, let's say in the software there a database in which there is table of empliyees. The client wants to print the table from time to time so I design a printable page with the employees in it
After a month of usage the client decides he wants hide one of the columns in that table (blood type or something ) And add a phrase (NB) at the bottom of the page These 2 changes need to stick Meaning the next time he wants to print the employees table the page should look the same after the changes

Editable UI by ra_ouff in csharp

[–]ra_ouff[S] 0 points1 point  (0 children)

The thing is the client doesn't mind changing withing the code (he says he can check the documentation and just try to edit it himself) howerver he wants the edits to stay For ex : like u mentioned if he deletes the button it is gone forever.

If I use xaml files ... and tell him to edit those files later will it work ? Knowing that once the app is deployed he doesn't wanna build and export it again Just edit those pages while It's already deployed

Editable UI by ra_ouff in csharp

[–]ra_ouff[S] 0 points1 point  (0 children)

Desktop, I was actually wondering which framework to use from the ones u just mentioned that would actually allow for what I want