Click to See Complete Forum and Search --> : 3 questions


September 28th, 1999, 04:41 AM
I have 3 questions,

Whats the difference between .ini files and .inf files?

If i delete all the comments out of my program before i compile it, will if make it smaller in size or does vb take the comments out when it compiles it for you?

And the final question,
Is it possible to write a program that when you press the command button changes a certain picture somewhere on your screen? i.e. say i were to drag and drop the command code into a picture on the screen, any picture, like on a web page, and have it change the image into somthing else predetirmind that was on my program?
Like i have a pic of a pig and i droped it on all the pics on this site, all the pics, the banner, the title pic, would become pigs.

Much Thanks,
Ele

Crazy D @ Work
September 28th, 1999, 05:23 AM
Ini files are settings, inf files are installation files.

Comments are not compiled anyway, so you better leave them where they are (code without comment is IMHO crappy code...:-).
I'm not sure about unused functions, I heard VB leaves them out but I'm not sure.

uhmmmmm not sure what you mean. If that picture is in your program, sure you can. Just load the new picture.

Crazy D @ Work :-)

September 28th, 1999, 02:15 PM
I mean, if i had a picture on my form that i wanted loaded into all the pictures on the screen, or just one certain picture, like i.e. a picture from my form replaces all the pictures on a web site on my screen. I hope that explains a little better, i guess its hard to explaine. Thanks for answering the first 2 questions though.
-Ele