[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –

C# Beginners Tutorial – 161 – Project 3 Hang Man, Making the Labels pt 2
by
Tags:
Comments
13 responses to “C# Beginners Tutorial – 161 – Project 3 Hang Man, Making the Labels pt 2”
-
Instead of '10' in labels location just replace it by '(between/2)' it looks good.
-
For those people who are wondering why their "_"s were not appearing during debugging, you must add one more line to the code which Adam has not shown in the recording.
Place the code below into 'private void Form1_Shown(object sender, EventArgs e)'
MakeLabels(); -
Hello there, nice vids btw!
I have followed every video but my underscores aren't showing up, actually only one does. Instead of getting the words from the website I created my own array of words and the rest I did almost exactly as you did. Do you know what's wrong? Please help! -
Well… didn't work, despite having it all neat and all…
-
Can I have the source for any odd reason the "_" are not working yes I did re-watch and recode the whole thing.
-
The reason the labels don't show up is cause Adam forgot to say that he added "MakeLabels();" in "Form1_Shown", he often does that forgive him
-
I kiss your butt
-
Thank you for the help. Much appreciated 🙂
-
Same Problem here! Can someone fix it? 🙂
-
Hello, I have this problem you see.
When adding a new label with "Add"
my under scores doesn't show..
Some1 who can solve this? -
Hello,
I have a problem with this step. I've done exactly as shown in the video, but instead of web client, I used streamreader. Now that i want to create labels, label.createcontrol just doesnt work. I do exactly as it is shown here, but when i debug, no labels are there. I've tried with groupbox2.control.add(label [i]) but that doesn't seem to work either.
I really need help, and I would appreciate it in any form.
thanks! -
Don't worry I fixed the problem. Great vids
-
I don't know you'll respond on this one but last time you randomized a word you wrote this
MessageBox.Show(randomWord());
in your command funktion or whatever. void DrawHangPost but I can't see the lines of the random in the labels thingy. I wrote every code to the letter but nothing works. Please help
Greate videos though. Thanks alot
Leave a Reply