|
Post by Spitfire_x86 on Nov 28, 2019 4:20:07 GMT -8
Here's something I'm working on in my spare time - an imitation of the Windows 95 DOS Prompt: It's currently in early development - the command prompt sort of works? But the UI does not. Download: Console95-preview.exe (84.5 KB)
|
|
|
Post by powerplayer on Nov 28, 2019 9:52:59 GMT -8
love it
|
|
|
Post by The Jackal on Nov 29, 2019 12:55:31 GMT -8
You should be proud of yourself, that's amazing. Good job.
|
|
|
Post by Splitwirez on Nov 30, 2019 9:32:04 GMT -8
Intriguesting.
Out of curiousity, what language is this written in? And do you plan to, say, open-source it at some point, if you don't mind me asking?
|
|
|
Post by leet on Dec 6, 2019 9:40:47 GMT -8
Intriguesting. Out of curiousity, what language is this written in? And do you plan to, say, open-source it at some point, if you don't mind me asking? Most likely C#. Could be VB.NET though
You can see this by the path in the console: "C:\Users\*\source\repos" is a folder that Visual Studio uses to store projects "(project dir)\bin\Debug" is the default build path for Visual Studio
|
|
|
Post by Spitfire_x86 on Dec 9, 2019 4:13:13 GMT -8
Yes, it's C#. (please never mention VB.NET again lol) The UI is built on WPF to be exact... though I might switch to Winforms because font customization is a mess - the only font chooser available by default is the Winforms one that uses a completely different font class. Also, does anyone know what are these buttons supposed to do? They seem to crash my Win95 VM for some reason...
|
|
|
Post by Splitwirez on Dec 19, 2019 8:16:52 GMT -8
Yes, it's C#. (please never mention VB.NET again lol) The UI is built on WPF to be exact... though I might switch to Winforms because font customization is a mess - the only font chooser available by default is the Winforms one that uses a completely different font class. Before you go to such extreme lengths, erm... www.codeproject.com/Articles/368070/A-WPF-Font-Picker-with-Color this may be of use.
|
|
|
Post by Spitfire_x86 on Dec 19, 2019 16:25:28 GMT -8
//offtopic You think current/"modern" desktop Winforms is extreme? Try .net Compact Framework Winforms (with C# 3.0 !). Guaranteed hours of immense pain and lots of fun activities, such as: - Reinventing the wheel
- Coding your own controls for anything more complex than a listbox
- Reinventing the wheel again because the previous implementation broke
- Dealing with barely functional databinding (or, preferably, not dealing with it at all)
- oh cool i've never seen a windows mobile bluescreen before
- Waiting for the debugger to load (it takes forever)
- Troubleshooting ActiveSync errors
- Giving up on everything and writing the ugliest code you've ever seen (but is it really an issue if it works well?)
- Being the last person in the entire universe still using .net CF
But hey, at least my HP iPAQ 214 Enterprise will never become obsolete if I keep making my own software for it, amirite?
|
|
|
Post by leet on Dec 22, 2019 5:39:44 GMT -8
Sounds doable.
|
|
|
Post by Splitwirez on Dec 23, 2019 10:49:36 GMT -8
//offtopic You think current/"modern" desktop Winforms is extreme? Try .net Compact Framework Winforms (with C# 3.0 !). Guaranteed hours of immense pain and lots of fun activities, such as: - Reinventing the wheel
- Coding your own controls for anything more complex than a listbox
- Reinventing the wheel again because the previous implementation broke
- Dealing with barely functional databinding (or, preferably, not dealing with it at all)
- oh cool i've never seen a windows mobile bluescreen before
- Waiting for the debugger to load (it takes forever)
- Troubleshooting ActiveSync errors
- Giving up on everything and writing the ugliest code you've ever seen (but is it really an issue if it works well?)
- Being the last person in the entire universe still using .net CF
But hey, at least my HP iPAQ 214 Enterprise will never become obsolete if I keep making my own software for it, amirite?
...I meant relatively speaking, obviously there are far more extreme lengths that one could go to than WinForms. I just wanted to point out that you may not have to scrap the GUI work you have thus far if the thing I linked was a sufficient improvement >.>
|
|
gcomputzide
Sophomore Member
As gcomputing goes on, it comes to the zide.
Posts: 150
OS: Windows 10 1909
Theme: Classic Theme (Winamp 3.0)
CPU: Asus K53E: Intel(R) Pentium(R) CPU B950 @ 2.10GHz
RAM: AMD 8 GB, QUMO 4 GB
GPU: Asus K53E: Intel HD Graphics 3000
|
Post by gcomputzide on Dec 19, 2020 4:14:43 GMT -8
Is it Done yet?
|
|
|
Post by travis on Dec 19, 2020 8:56:33 GMT -8
|
|
gcomputzide
Sophomore Member
As gcomputing goes on, it comes to the zide.
Posts: 150
OS: Windows 10 1909
Theme: Classic Theme (Winamp 3.0)
CPU: Asus K53E: Intel(R) Pentium(R) CPU B950 @ 2.10GHz
RAM: AMD 8 GB, QUMO 4 GB
GPU: Asus K53E: Intel HD Graphics 3000
|
Post by gcomputzide on Dec 20, 2020 1:50:46 GMT -8
|
|