~Nost~
~Nost~
CC#
Created by ~Nost~ on 11/13/2024 in #help
✅ New to C# and need help! Guess the number game.
Tried to use this but doesn't really work with my if else with messageboxes
17 replies
CC#
Created by ~Nost~ on 11/13/2024 in #help
✅ New to C# and need help! Guess the number game.
Soooo
17 replies
CC#
Created by ~Nost~ on 11/13/2024 in #help
✅ New to C# and need help! Guess the number game.
If not then how does it work?
17 replies
CC#
Created by ~Nost~ on 11/13/2024 in #help
✅ New to C# and need help! Guess the number game.
before i start you know
17 replies
CC#
Created by ~Nost~ on 11/13/2024 in #help
✅ New to C# and need help! Guess the number game.
idk how anything works with the random number thing so i just wanted to ask some help with it
17 replies
CC#
Created by ~Nost~ on 11/13/2024 in #help
✅ New to C# and need help! Guess the number game.
I dont really have anything yet. i have a form with 1 button and 1 TextBox and if you type in a number It says higher/lower. And the number needs to be random number from 1 to 1000
17 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
So it's my first time making a post what do I do with it now that everything is solved?
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
Thank you for everything
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
I see
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
Ye I know but it would be easier if I would check it again you know
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
For the sentence
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
Could you use Variable names with every replace?
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
Just a question like as in hypothetically speaking
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
Thank youuu!!!
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
So how would that look like
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
I think I need to restart
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
This is the code I have but it doesn't work lol
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
namespace Vreemde_klinkers { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void omzetButton_Click(object sender, EventArgs e) { string sentence = Convert.ToString(zinTextBox.Text); string aCapital = sentence.Replace("a", "A"); string eCapital = sentence.Replace("e", "E"); string iCapital = sentence.Replace("i", "I"); string oCapital = sentence.Replace("o", "O"); string uCapital = sentence.Replace("u", "U"); klinkerTextBox.Text = Convert.ToString(sentence); } private void Form1_Load(object sender, EventArgs e) { } } }
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
I'll copy paste in a bit
31 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
✅ New to c# using Visual studio(WindowsFormsApp)
Okay sorry guys I didn't know it's my first time
31 replies