How to sort the Object{} properties?

I need to change the properties of an object in an array?

  • i am working with vb.net and i have come a long way on a program i am making. My next step is to change the location of an object when it is clicked. This is easy enough but the object is in an array.

  • Answer:

    You should be able to act on it just like any other object. arrayName[IndexNumber].whateverYoudDoT… if you wrote the class, you should add a method to it called typeOfThingYouWant getWhatever() then you should be able to do instanceName. getWhatever(). performAction(); (without the spaces)

bloodybu... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.