Hi!
Im doing something wrong here... obviously
When item is added to listbox it shows as:Employee?A12
The way i want it to look is ofcourse:Employee A12
Any tips anyone... btw code is for CF.NET, I couldnt find such a forum.. but maybe i just searched bad
Excuse me for my English. Excuse me that im slow. Excuse me that i dont understand.
Excuse me for my signature but now i dont have to write this in every single post
Im doing something wrong here... obviously
Code:
.
Friend WithEvents lboInfo As System.Windows.Forms.ListBox
.
.
lboInfo.Items.Add("Employee" & vbTab & oRefillData.UserId)
.
When item is added to listbox it shows as:Employee?A12
The way i want it to look is ofcourse:Employee A12
Any tips anyone... btw code is for CF.NET, I couldnt find such a forum.. but maybe i just searched bad
Excuse me for my English. Excuse me that im slow. Excuse me that i dont understand.
Excuse me for my signature but now i dont have to write this in every single post