~Nost~
~Nost~
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
CC#
Created by ~Nost~ on 11/3/2024 in #help
Help new to c# and need explanation with substring
Oh and btw I just noticed your profile you do YouTube and I used to watch your videos (if it's you) very long but entertaining so ye keep up the amazing work dude
36 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
Help new to c# and need explanation with substring
@Angius OMG IT WORKED FINALLY THANK YOU!!!!!!!
36 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
Help new to c# and need explanation with substring
Omg thank you so much lmao now the other half
36 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
Help new to c# and need explanation with substring
So how do I do the result to upper then
36 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
Help new to c# and need explanation with substring
Uh?
36 replies
CC#
Created by ~Nost~ on 11/3/2024 in #help
Help new to c# and need explanation with substring
And if so where
36 replies