Login Register






deleted filter_list
Author
Message
deleted #1
removed

Reply

RE: W7 Diag Tool - Created by Infinity #2
Very nice. I like the thread-control you made. Smile
But for an VB application it's not doing what VB does the best, make use of GUI.
You can add a form with a listview control, and add those information you are exporting in it and show to the user. Smile
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: W7 Diag Tool - Created by Infinity #3
(11-27-2011, 04:41 AM)Coder-san Wrote: Very nice. I like the thread-control you made. Smile
But for an VB application it's not doing what VB does the best, make use of GUI.
You can add a form with a listview control, and add those information you are exporting in it and show to the user. Smile

I like the idea of showing what each button exports, but VB doesn't do it best, WPF is a lot better for GUI control handling. Take a look at some WPF applications and you'll see why I say that. Thanks for the feedback though Smile
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: W7 Diag Tool - Created by Infinity #4
Yes WPF is a lot better than Windows Forms. But I'm talking about VB as a whole.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: W7 Diag Tool - Created by Infinity #5
Then you're right, I just don't mess around with GUI's that much anymore because I usually just focus on the coding bit, and the functionality of the application itself. No need to have a fancy GUI to be a powerful application. I actually personally like the default view a lot better over time as well...
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: W7 Diag Tool - Created by Infinity #6
Yes, me too. But my point is that if you will not use the GUI, you may as well do it in C-based languages for better functionality. xp
Anyways, good work. Smile
[Image: rytwG00.png]
Redcat Revolution!

Reply