S
Steve Howard
Simon,
Oh no, it works exactly as I want now. I think we sort of moved on to "did I
do it right?"
You mean these two declarations?
--
public SectSplash(int userChoiceFromParent)
public int UserChoice
--
OK I can fix that
Thanks again!
Steve
I can't see anything wrong with your code. Is it not setting the correct
image in the imagelist or are you getting a compile error/runtime error?
Oh no, it works exactly as I want now. I think we sort of moved on to "did I
do it right?"
One thing (not connected to your problem) always used private access
modifier on properties,data etc unless they are required outside of that
object/class.
You mean these two declarations?
--
public SectSplash(int userChoiceFromParent)
public int UserChoice
--
OK I can fix that
Thanks again!
Steve