blah blah blah is here! blah blah » Close

1
votes
1 answers

Function doesn't continue execution after Yield

Hey, this problem was a bit strange and I couldn't figure out why it was happening. The following code is taken directly from the application I'm trying to write: [code]private void frmMain_Load(object sender, EventArgs e) { ...

1
votes
1 answers

foreach trough an enum sort by name not by value

Hellow I couldn't find a search function so I do not know if my question's allready answered I can step trough a nummerated enum like: [code] public enum myEnum { STATUS_A = 2, STATUS_B = ...

Feedback