Originally Posted by
jmcilhinney
For future reference, please provide meaningful titles for your threads. The title is supposed to allow us to see which threads are relevant. A title like "Need help" means nothing because everyone who posts needs help, so titles like that mean that we have to waste our time opening every single thread to find the relevant ones. To make providing meaningful titles possible, please keep each thread to a single topic and each topic to a single thread. You've asked two basically unrelated questions in one thread so it's hard to provide a succinct title. If the thread only relates to one topic then it's easy to provide a title that summarises that topic.
With regards to implementing login functionality, follow the CodeBank link in my signature and check out my WinForms Login thread.
With regards to the photos in the ComboBox, do you actually want to display the photos inside the control or make a selection and display the corresponding image elsewhere? The latter is relatively simple while the former is not possible without drawing the items in the ComboBox yourself, which is basically too complicated for a schol student who has just started programming.