Yes +1.
With all commands cased like LoadImage.
I find the arguments against sensitivity unconvincing - and case insensitivity encourages very sloppy unreadable code such as
Are we dealing with three variables or one? When I read code like that I'm never sure what's intended.
Some of the arguments suggested above have nothing to do with case insensitivity. For example you can have all your variables upper or lower or mixed as long as you are consistent, i.e. the above snippet is perfectly acceptable if your intention really is to have three distinct variables.
Why on earth would anyone need to use MYvariable in one place and myVariable somewhere else for the same variable? Sloppy habits should be actively discouraged.