Posts by Pedro Silva • 192 points
5 posts
-
5
votes2
answers257
viewsA: Windows Forms Application - Visual Studio 2017
Open the Visual Studio Installer; Go on modify; And select Desktop Development and click Modify and you’re done.…
-
2
votes1
answer285
viewsQ: C# How to rename MANY files faster or at the same time?
So guys, I’m creating here a program to rename files, the code I’ve made is very slow and only renames one file at a time, and I can’t create a code to rename all at once because they’re different…
-
1
votes1
answer682
viewsQ: How to convert 32(24) bit color to 16 bit?
So guys, I’m in big trouble rsrs, I’m creating an editing tool for a PS2 football game. And this game has two "systems" of colors, which are they: The "normal" RGB that is; R: 0 to 255, G: 0 to 255,…
-
5
votes1
answer386
viewsQ: Help with 16bit Hexadecimal RGB colors
So I’m creating an editor of a PS2 football game in C#. And the game’s "color system" is RGB, and by then it was all going very well, because I was coming across "normal" Hex codes in the game like…
-
3
votes1
answer222
viewsQ: C# How to send the value of the numericUpDown to the textbox in Hexadecimal?
then... the numericUpDown even has the count format in Hexadecimal, but when sending to texBox it counts only in decimal has some form of textbox to receive the Numeric given value in Hexadecimal? I…