[EMAIL PROTECTED] wrote:
Subject: changed picture name...?
From: Mark O'Neill <[EMAIL PROTECTED]>
Date: Wed, 12 Apr 2006 09:42:40 +0100

Hi All,

Probably a dumb question, but I've been racking my brain for a solution and just can't figure it out, so any help to pull me out of the imbecile league would be appreciated!

Basically, I've got images dragged in my project, they are called:

ButtonOverImg
ButtonOverImg16
ButtonOnImg
ButtonOnImg16
...
etc.

The non-16-named images are loaded into an array and I'm trying to work on a function that will replace the image at an array index with it's "16" counterpart. What I'd like is something like:

for i As Integer = 0 to UBound(MyArray)
    MyArray(i).Icon = MyArray(i).Icon + "16"
next

...but obviously that doesn't work - I'm using that as a literal example of what I'd like to happen.

Any help would be appreciated.


Did you checked what a Variant can do for you ?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to