❔ Need help finishing visual studio C# assignmetns
43 Replies
Go read our rules again, especially rule 6
the link is bad either way
idk if this is good
Quote from #info-and-rules
6. Do not post content offering or requesting compensation, including recruitment
also, if it's very basic why do you need to pay someone to do it
ironically if you had just posted your question you'd probably have an answer by now
i cant do it
well, nobody is going to just do it for you but there are plenty of people who will help for free if you can explain where you're stuck
this part doesnt string
it's very hard to help without seeing code
yes, because labels in a form aren't strings
they're labels
if you want the content of them you need to find the property of the label that contains the text
the first error just looks like a typo
the example in the documentation should help you find what you're looking for: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.label?view=windowsdesktop-7.0
Label Class (System.Windows.Forms)
Represents a standard Windows label.
i'm not sure why you're accessing labels in the first place tbh, i'd assume you want to access the text in the text boxes but the solution is the same regardless
oh i put labels instead of textbox
ill change that
Coding Homework
YouTube
Starting Out With Visual C# - Name Formatter (Intro To Visual C#) -...
The following exercise are just a small sample of exercises taken from my new course “Starting Out With Visual C#: Coding Exercises for Beginners”.
The course goes over every exercise (95 altogether) from the popular C# textbook "Starting Out With Visual C#" by Tony Gaddis.
http://bit.ly/2o8SuY8
This is a beginner's course to coding Windows Fo...
this kind of made it difficult
We're not going to watch a video to help you, fyi.
how do i remove system windows forms.label?
Thats what happens when you treat an object like a string, it prints out the class name
you shouldn't be using any labels at all in the code to generate the names
so they should be fairly easy to spot
oh thx boss
how do you undo?
everytime i mess up and accidently delete a code the box doesnt want to undo
i end up having to restart all over and do a new project
ctrl+z
not everything can be undone
I'd recommend using git to keep your source code safe
is it possible to copy and paste a different source code?
wdym
so this is done by another person
is it possible to just copy and paste that into mine?
no
thats a different language (C++)
your program is in C#
$10 for this????
Rule 6 applies to you too Livid, fyi
no i'm just suprised he would pay $10 for this
btw why isn't this thread closed
because he is actually trying to fix it himself
hmm should change title
agreed
im not sure if i can do it in the next 4 hours
Well it seemed as if you were really close to finishing it before?
on the name formatter
yeah im pretty much done with that
but i got 13 of those more to go
.. 13 more assignments?
in 4 hours?
wait
wow
i only had to do one of those
in which i did 3 already
aw mannn
theres no way the professors gonna believe me
ima just turn it in
important skill in programming is understanding the requirements of what you have to do
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.