#11. Posted:
XeCrippy
  • Rated Awesome
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote What language is this project coded in if you don't mind me asking
Very interesting project!!
It's c#. It's converted to a native exe as part of code security.

Here's another project I was working on for a while and decided not to release.

Forums/t=7795448/new-tool-beta-te...losed.html


Awesome love to see some C# devs on here This is just one of the many projects that I am working on! UI is my fav but I do love some backend stuff too


Login Window -
gyazo.com/4e30d7874a6491abc78a4402d181e25c

Quick Video -
gyazo.com/e3c033e71efe1aec3ac8f085c25181c2

A Page with some anim -
gyazo.com/80238e52b2183916e11dc798b3af7eba
I like the UI. I'm still messing with some different options, eventually I want to try and make a UWP app to see what all can be done differently with the design. DevExpress has some good Windows 10 UI layouts that look really clean but navigation can be kind of a pain as far as coding it.


Yeah I tend to stick to WPF its the most friendly imo when it comes to UI. I can recommend if you want to dabble in WPF using this

github.com/HandyOrg/HandyControl

Its free and open-source with a bunch of modern UI controls
I'm pretty familiar with WPF, that's what I used to use before I got DevExpress. I also build android apps with Xamarin which uses xaml for design similar to WPF. I'm liking the DevExpress controls right now though because there's so much available.
#12. Posted:
MissCincinnati
  • 2 Million
Status: Offline
Joined: Oct 28, 20149Year Member
Posts: 401
Reputation Power: 43
Status: Offline
Joined: Oct 28, 20149Year Member
Posts: 401
Reputation Power: 43
Crippy wrote
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote What language is this project coded in if you don't mind me asking
Very interesting project!!
It's c#. It's converted to a native exe as part of code security.

Here's another project I was working on for a while and decided not to release.

Forums/t=7795448/new-tool-beta-te...losed.html


Awesome love to see some C# devs on here This is just one of the many projects that I am working on! UI is my fav but I do love some backend stuff too


Login Window -
gyazo.com/4e30d7874a6491abc78a4402d181e25c

Quick Video -
gyazo.com/e3c033e71efe1aec3ac8f085c25181c2

A Page with some anim -
gyazo.com/80238e52b2183916e11dc798b3af7eba
I like the UI. I'm still messing with some different options, eventually I want to try and make a UWP app to see what all can be done differently with the design. DevExpress has some good Windows 10 UI layouts that look really clean but navigation can be kind of a pain as far as coding it.


Yeah I tend to stick to WPF its the most friendly imo when it comes to UI. I can recommend if you want to dabble in WPF using this

github.com/HandyOrg/HandyControl

Its free and open-source with a bunch of modern UI controls
I'm pretty familiar with WPF, that's what I used to use before I got DevExpress. I also build android apps with Xamarin which uses xaml for design similar to WPF. I'm liking the DevExpress controls right now though because there's so much available.


Oh okay that's awesome! I still learn something new everyday with xaml but if you ever want to work on a project or need anything just lmk I can try and help
#13. Posted:
XeCrippy
  • Rated Awesome
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote
Crippy wrote
MissCincinnati wrote What language is this project coded in if you don't mind me asking
Very interesting project!!
It's c#. It's converted to a native exe as part of code security.

Here's another project I was working on for a while and decided not to release.

Forums/t=7795448/new-tool-beta-te...losed.html


Awesome love to see some C# devs on here This is just one of the many projects that I am working on! UI is my fav but I do love some backend stuff too


Login Window -
gyazo.com/4e30d7874a6491abc78a4402d181e25c

Quick Video -
gyazo.com/e3c033e71efe1aec3ac8f085c25181c2

A Page with some anim -
gyazo.com/80238e52b2183916e11dc798b3af7eba
I like the UI. I'm still messing with some different options, eventually I want to try and make a UWP app to see what all can be done differently with the design. DevExpress has some good Windows 10 UI layouts that look really clean but navigation can be kind of a pain as far as coding it.


Yeah I tend to stick to WPF its the most friendly imo when it comes to UI. I can recommend if you want to dabble in WPF using this

github.com/HandyOrg/HandyControl

Its free and open-source with a bunch of modern UI controls
I'm pretty familiar with WPF, that's what I used to use before I got DevExpress. I also build android apps with Xamarin which uses xaml for design similar to WPF. I'm liking the DevExpress controls right now though because there's so much available.


Oh okay that's awesome! I still learn something new everyday with xaml but if you ever want to work on a project or need anything just lmk I can try and help


So I started to make a UWP app and failed to be able to connect to my xbox 360. I put together a c# library for rpc functions connecting with Tcp connection a while ago that will work for android apps but doesn't want to work for UWP. Ideally I would use UWP because with Xamarin in Visual Studio you can make Windows/Android/iOS cross platform apps all in one.

After all that I decided to take another look at WPF and started working on this. It's definitely a work in progress right now and I'm not 100% satisfied with the layout/design but it's a basic Idea of what I'm trying to do.


Images:
#14. Posted:
XeCrippy
  • Vantage
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
#15. Posted:
0101010101010101
  • Runescape
Status: Offline
Joined: Jul 15, 201211Year Member
Posts: 3,548
Reputation Power: 15225
Status: Offline
Joined: Jul 15, 201211Year Member
Posts: 3,548
Reputation Power: 15225
Crippy wrote Just a little preview of something I'm working on. I still need to clean quite a few things up but I like the way its coming along so far



Looks great keep up the good work!
#16. Posted:
sonnyyyy
  • Winter 2021
Status: Offline
Joined: Dec 04, 20203Year Member
Posts: 157
Reputation Power: 34
Status: Offline
Joined: Dec 04, 20203Year Member
Posts: 157
Reputation Power: 34
Nice tool

Not sure if it was cause of me but when i turned my rgh off i got a error and it said something about autoupdate
#17. Posted:
XeCrippy
  • Fairy Master
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
Status: Offline
Joined: May 12, 20167Year Member
Posts: 1,887
Reputation Power: 1259
sonnyyyy wrote Nice tool

Not sure if it was cause of me but when i turned my rgh off i got a error and it said something about autoupdate
Pm me some more details or try to get a pic of the error if you can and I'll see what the problem is.
Users browsing this topic: None
Jump to:


RECENT POSTS

HOT TOPICS