C
C#14mo ago
NotHim

❔ i have got an exam on friday for the lofe of me i cant get this to work.

9 Replies
0day
0day14mo ago
send the code you cant expect me to read it
ero
ero14mo ago
and the actual problem
NotHim
NotHim14mo ago
Give me a hot sec am on my way to home
0day
0day14mo ago
alright and this
NotHim
NotHim14mo ago
👌
SuperBrain
SuperBrain14mo ago
Problem seems to be related to not being able to access Properties which is how settings are stored in WinForms. Correction, they're trying to access application resources (images)
SuperBrain
SuperBrain14mo ago
Stack Overflow
Resources, where to put them, and how to reference them in C#
I've worked with C# and other programming languages for a while now, and am ashamed to say I'm unfamiliar with the standard on where to put resources such as program icons, and how to reference them
Anchy
Anchy14mo ago
the Properties.Resources path doesn't exist until you create a resource, like the answer says in the StackOverflow post. Also C# is case sensitive, so properties won't work to access the resources, you have to have an uppercase P => Properties
Accord
Accord14mo ago
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.