There are two questions I have. First, how would I go about giving my windows app an icon rather than the ugly DOS program icon?

Second, for some of the registry work I am doing, I need to be able to have some ascii 0's in some of the values? Whenever I try to use a \0 in the middle of a character array, it terminates at that spot. I suppose that should be expected, but is there any way to get the null character in the middle of a registry value?

Any help will be greatly appreciated. Thanks a lot.

-CD