Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: register VB.NET COM dll - regsvr32.exe Pin
Richard MacCutchan29-Jul-10 22:47
mveRichard MacCutchan29-Jul-10 22:47 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
devvvy29-Jul-10 23:00
devvvy29-Jul-10 23:00 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
Richard MacCutchan29-Jul-10 23:36
mveRichard MacCutchan29-Jul-10 23:36 
AnswerRe: register VB.NET COM dll - regsvr32.exe Pin
Goutam Patra29-Jul-10 23:46
professionalGoutam Patra29-Jul-10 23:46 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
devvvy2-Aug-10 15:37
devvvy2-Aug-10 15:37 
QuestionHow do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Jaco Muller29-Jul-10 16:31
Jaco Muller29-Jul-10 16:31 
AnswerRe: How do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Dave Kreskowiak29-Jul-10 18:05
mveDave Kreskowiak29-Jul-10 18:05 
GeneralRe: How do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Jaco Muller29-Jul-10 18:26
Jaco Muller29-Jul-10 18:26 
Thank you for your time Dave. I want to keep the table as it is and just be able to "navigate" to the record that meets the requirement. So I don't want to requery the database. I tried "select" but I am still doing something wrong: I have

Private Sub btnPartNo2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPartNo2.Click

MyTable_PartInfo.Select("[PartNo]='" & txtPartNo.Text & "'")
ShowCurrentRecord()

End Sub

but it is not working
GeneralRe: How do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Dave Kreskowiak30-Jul-10 8:09
mveDave Kreskowiak30-Jul-10 8:09 
QuestionRegular Expressions Failure Pin
Sonhospa29-Jul-10 15:05
Sonhospa29-Jul-10 15:05 
AnswerRe: Regular Expressions Failure Pin
Dave Kreskowiak29-Jul-10 18:01
mveDave Kreskowiak29-Jul-10 18:01 
GeneralRe: Regular Expressions Failure Pin
Sonhospa29-Jul-10 21:03
Sonhospa29-Jul-10 21:03 
GeneralRe: Regular Expressions Failure Pin
Dave Kreskowiak30-Jul-10 8:11
mveDave Kreskowiak30-Jul-10 8:11 
GeneralRe: Regular Expressions Failure Pin
Sonhospa30-Jul-10 23:43
Sonhospa30-Jul-10 23:43 
AnswerRe: Regular Expressions Failure Pin
Peter_in_278029-Jul-10 18:03
professionalPeter_in_278029-Jul-10 18:03 
GeneralRe: Regular Expressions Failure Pin
Sonhospa29-Jul-10 21:20
Sonhospa29-Jul-10 21:20 
AnswerRe: Regular Expressions Failure Pin
Luc Pattyn29-Jul-10 23:58
sitebuilderLuc Pattyn29-Jul-10 23:58 
NewsPartially Resolved: Regular Expressions Failure Pin
Sonhospa31-Jul-10 0:57
Sonhospa31-Jul-10 0:57 
GeneralRe: Partially Resolved: Regular Expressions Failure Pin
Prerak Patel21-Sep-10 1:56
professionalPrerak Patel21-Sep-10 1:56 
QuestionCrystal Reports - Printing Lables Pin
David Mujica29-Jul-10 8:10
David Mujica29-Jul-10 8:10 
AnswerRe: Crystal Reports - Printing Lables Pin
Steven J Jowett30-Jul-10 0:02
Steven J Jowett30-Jul-10 0:02 
QuestionMime Encoding Pin
Steven J Jowett28-Jul-10 21:59
Steven J Jowett28-Jul-10 21:59 
AnswerRe: Mime Encoding Pin
Eddy Vluggen28-Jul-10 22:31
professionalEddy Vluggen28-Jul-10 22:31 
GeneralRe: Mime Encoding Pin
Steven J Jowett28-Jul-10 22:35
Steven J Jowett28-Jul-10 22:35 
QuestionSearch within a DataGridView Pin
Member 442053428-Jul-10 21:19
Member 442053428-Jul-10 21:19 

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.