vb.net - Remove first 7 chars from every items in a listbox -


an example of item be:

title1=hello! 

i need remove first 7 characters make it:

hello! 

i have tried code, not working:

listbox.items.item(1).remove(0, 7) 

    each in listbox1.items         = (strreverse(strreverse(i).remove(7)))     next 

Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -