Hi, I am trying to write a program, where there are two listboxes. I would like the first listbox to be populated with the shortcuts of the startup folder, and the second to be populated with programs and services that are set to run at startup in the registry key. What I would like to know is if there is possibly some API function that would allow me to grab this information, or if someone might have a program snippet that does something along these lines. To be quite honest, I hardly even know where to start in the registry startup portion. The other part should be fairly easy, though.