G
Guest
Is there a simply way of iterating through My.Recources?
i need to be able to do something like (psudo code)
For Each resource as ResourceItem in My.Resources
if resource.key = theResourceIWant then
return resource.value
end if
next
*guy*
i need to be able to do something like (psudo code)
For Each resource as ResourceItem in My.Resources
if resource.key = theResourceIWant then
return resource.value
end if
next
*guy*