Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Member Avatar for DaveTran

I am moving an object around from one node to another. I need to tell the object to stop moving when it has reached its destination node. I am currently using this algorithm for movement and node checking [CODE] if (!isFinished) { // If the level has arrived at the …

Member Avatar for Chris_33
1
2K
Member Avatar for ali_zdn

[code] List<object> ap = new List<object>(); [/code] my object classes are the classes that i have created. for example; [code] class istanbul { public istanbul(string a , int b) {this.a = a ; this.b = b ; } public string a ; public int b ; } ap.add(new istanbul("dsklfjsf", 12)) …

Member Avatar for Geekitygeek
0
167
Member Avatar for ali_zdn

How can i cut a string into pieces according to a format i wanted for example ; 23:11 GoToUpperClass("324.223.22.1", "asdadas", 1989) 23 11 GoToUpperClass "324.223.22.1" "asdadas" 1989 what is the easiest way of doing this?

Member Avatar for Momerath
0
70
Member Avatar for ali_zdn

i have a windows form application, and i want that when i execute the program, program must show me the main form quickly, but my program firstly do some operations (connecting to sql, filling the combobox etc. ) because in form_load function i call a function to fill the combo …

Member Avatar for arunkumars
0
94