No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[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)) …
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?
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 …
The End.
ali_zdn