Click here to Skip to main content
15,906,296 members

Comments by to.areeb (Top 32 by date)

to.areeb 27-Jun-12 6:18am View    
Same Problem
to.areeb 27-Jun-12 6:00am View    
sItem = strName.Trim.PadRight(30) & Space(3) & .StrCode.Trim.PadRight(3)

listbox1.items.add(sItem)

strName and StrCode coming from database
to.areeb 27-Jun-12 5:55am View    
Yes just before
to.areeb 14-Jun-12 3:51am View    
Thanks I am looking into code.. code is inside module not in class.
to.areeb 14-Jun-12 3:35am View    
Please explain brief Objet doest implement ToString() I added .ToString
like (.GetRecord(0)(0).ToString()). Plese correct me If I am wrong