Author Topic: Visual Studio is really fun...  (Read 1114 times)



(both are made in C# and are .exes)

Very simple programs, but it's really fun. Feel free to rate my really simple GUI designs / programs in themselves. The one downside to the Picture Viewer is large images do not resize to the canvas. I am going to fix this.

Post programs you've made in the past

im taking a class on it and did the picture

Visual Studio is alright and all, but once you get use to coding your own windows, I find having a light-weight editor works a lot better for me.

im taking a class on it and did the picture
Yeah the picture viewer I made from the book I'm learning it from. I mainly made the Steam Status one for fun.

I tried doing this once. I'm really prone to overthinking stuff so i always had trouble getting started


Made with Qt. Database doesn't work yet because I need to learn how2structure SQL databases well.
Current player list works fine though.
yay c++

Made with Qt. Database doesn't work yet because I need to learn how2structure SQL databases well.
Why do you need to use SQL? Make your own format lol.

Why do you need to use SQL? Make your own format lol.
Are you dumb or do you really want people to make inefficient things that they have barely any experience with.
If I tried to make a database format it would probably run terribly and that's not good, obviously.
Qt has native support for SQLite so it's easy to make an SQL database.

[im g]http://puu.sh/c8FeZ/fe1f284d7b.png[/img]
Made with Qt. Database doesn't work yet because I need to learn how2structure SQL databases well.
Current player list works fine though.
yay c++
qt is annoying as hell. so bloated and slow and just annoying to use in general. good job having the patience to use it. the moment it took a year to install and load up was the moment my hope was gone

Are you dumb or do you really want people to make inefficient things that they have barely any experience with.
If I tried to make a database format it would probably run terribly and that's not good, obviously.
Qt has native support for SQLite so it's easy to make an SQL database.
People learn from their mistakes, they get more experience. The more you revise it the better it gets and the better you get at doing it. I'm not sure why you're freaking out about this, people should do whichever is easier for them. Learn a query language or make a bunch of arrays?
« Last Edit: October 11, 2014, 07:00:36 PM by Ipquarx »

People learn from their mistakes, they get more experience. The more you revise it the better it gets and the better you get at doing it.
If their GOAL was to make a new kind of database that would make sense, but I'm not.
Why should I spend time making a new database format when my goal is FAR from making a new database format. It just doesn't make any sense.
If people always made everything in their projects from scratch no one get anywhere, or at least as fast.

Edit to your edit
I'm not sure why you're freaking out about this, people should do whichever is easier for them. Learn a query language or make a bunch of arrays?
I'm confused on why you would suggest trying to make a whole new database system that can be written to, read from, saved, and loaded when I already stated that I was going to use SQL.
« Last Edit: October 11, 2014, 07:07:57 PM by ZSNO »

I only know very very basic c# and want to learn more, but im not sure where...

I only know very very basic c# and want to learn more, but im not sure where...
its mostly just picking to do something, and googling steps
it requires coding logic. google things you need to do, edit them and implement them

thats how i get by on hard things. i also take broken down and abandoned codes then fix/patch them up and implement them in my projects or use specific parts of them that i like

Why do you need to use SQL? Make your own format lol.

You're turning into Port.