Click here to Skip to main content
15,892,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DataTable in .Net Pin
PIEBALDconsult21-Aug-11 14:59
mvePIEBALDconsult21-Aug-11 14:59 
GeneralRe: DataTable in .Net Pin
Bert Mitton3-Sep-11 6:56
professionalBert Mitton3-Sep-11 6:56 
QuestionEvent handling Pin
Pankaj Patel yosa20-Aug-11 2:40
Pankaj Patel yosa20-Aug-11 2:40 
AnswerRe: Event handling Pin
MicroVirus20-Aug-11 3:33
MicroVirus20-Aug-11 3:33 
Questiongadgets for desktop Pin
vannie1819-Aug-11 3:53
vannie1819-Aug-11 3:53 
AnswerRe: gadgets for desktop Pin
DaveAuld20-Aug-11 7:03
professionalDaveAuld20-Aug-11 7:03 
GeneralRe: gadgets for desktop Pin
vannie1820-Aug-11 15:01
vannie1820-Aug-11 15:01 
Questionsearch using textbox and listview in vb.net Pin
atzdgreat19-Aug-11 3:23
atzdgreat19-Aug-11 3:23 
hi guyz im trying to work with code searching using textbox and listview in vb.net as what i did in vb6

example: here's my data in listview

Apple
Orange
Grapes

in vb6, when im going to put something in textbox like "a" automatically the apple will be selected and highlighted and still my cursor is still in my textbox or lets just say, the focus is still in textbox

unlike in vb.net, here's my code:

Dim foundItem As ListViewItem = _
lvUser.FindItemWithText(searchBox.Text, True, 0, True)


If (foundItem IsNot Nothing) Then
lvUser.TopItem = foundItem
Else
MsgBox("No Record Found!")
End If

when im going to type like "a", nothings happen. it will not highlight the row as what ive expected. when im going to put like lvUser.Items(0).Selected = True, yes it will but the problem is the focus will be in the listview.. do you have any idea? thanks and God bless Smile | :)
AnswerRe: search using textbox and listview in vb.net Pin
Dave Kreskowiak19-Aug-11 4:53
mveDave Kreskowiak19-Aug-11 4:53 
QuestionString compare oddity [modified] Pin
PIEBALDconsult18-Aug-11 15:21
mvePIEBALDconsult18-Aug-11 15:21 
AnswerRe: String compare oddity Pin
Navin Pandit18-Aug-11 19:02
Navin Pandit18-Aug-11 19:02 
GeneralRe: String compare oddity Pin
PIEBALDconsult19-Aug-11 2:42
mvePIEBALDconsult19-Aug-11 2:42 
AnswerRe: String compare oddity Pin
Shameel19-Aug-11 4:41
professionalShameel19-Aug-11 4:41 
GeneralRe: String compare oddity Pin
PIEBALDconsult19-Aug-11 5:24
mvePIEBALDconsult19-Aug-11 5:24 
GeneralRe: String compare oddity Pin
Shameel19-Aug-11 5:33
professionalShameel19-Aug-11 5:33 
GeneralRe: String compare oddity Pin
PIEBALDconsult19-Aug-11 5:45
mvePIEBALDconsult19-Aug-11 5:45 
GeneralRe: String compare oddity Pin
Shameel19-Aug-11 5:57
professionalShameel19-Aug-11 5:57 
GeneralRe: String compare oddity [modified] Pin
PIEBALDconsult19-Aug-11 6:05
mvePIEBALDconsult19-Aug-11 6:05 
GeneralRe: String compare oddity Pin
Shameel19-Aug-11 9:32
professionalShameel19-Aug-11 9:32 
GeneralRe: String compare oddity Pin
PIEBALDconsult19-Aug-11 9:58
mvePIEBALDconsult19-Aug-11 9:58 
GeneralRe: String compare oddity Pin
Shameel20-Aug-11 8:28
professionalShameel20-Aug-11 8:28 
AnswerRe: String compare oddity Pin
PIEBALDconsult19-Aug-11 20:06
mvePIEBALDconsult19-Aug-11 20:06 
Questionplz brack my licence Pin
saqibali211918-Aug-11 8:09
saqibali211918-Aug-11 8:09 
QuestionHow to execute method n-times in a second? Pin
Tesic Goran17-Aug-11 21:03
professionalTesic Goran17-Aug-11 21:03 
AnswerRe: How to execute method n-times in a second? Pin
Shameel17-Aug-11 21:55
professionalShameel17-Aug-11 21:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.