Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalget DB schema Pin
Silly Boy17-Apr-04 3:37
Silly Boy17-Apr-04 3:37 
GeneralRe: get DB schema Pin
-Dr_X-18-Apr-04 18:21
-Dr_X-18-Apr-04 18:21 
QuestionDraw on a Picture Box? Pin
Toola17-Apr-04 1:50
Toola17-Apr-04 1:50 
AnswerRe: Draw on a Picture Box? Pin
Fade (Amit BS)17-Apr-04 14:21
Fade (Amit BS)17-Apr-04 14:21 
GeneralVB 6.0 Pin
Anonymous16-Apr-04 22:03
Anonymous16-Apr-04 22:03 
GeneralUnable to start debugger Pin
Qaiser_Awan16-Apr-04 19:44
Qaiser_Awan16-Apr-04 19:44 
GeneralRe: Unable to start debugger Pin
Sarvesvara (BVKS) Dasa18-Apr-04 8:30
Sarvesvara (BVKS) Dasa18-Apr-04 8:30 
Generalshow data using textbox Pin
GaryKoh16-Apr-04 17:49
GaryKoh16-Apr-04 17:49 
hi i really need help
i wish to show some data in the recordset when a user enter value into textbox. i can only manage to do the following coding but the result is not as i expected.
Private Sub Text18_Change()
If rs.Fields(0) = Text18.Text Then
Label2.Caption = rs.Fields(1)
Label3.Caption = rs.Fields(2)
Else
Label2.Caption = ""
Label3.Caption = ""
End If
End Sub
i wish that the textbox can search the whole recordset, but this code will only show the result than the pointer is currently pointing. it just wont move to the next record. i try putting rs.movenext any where in the code but the result is "No current record"
can any please help me
if this is not possible please tell me so that i think of another way
i wish this way is possible
please help me
thank you in advance

Gary
GeneralWindows Service Pin
Hemant Mane16-Apr-04 8:38
Hemant Mane16-Apr-04 8:38 
GeneralRe: Windows Service Pin
Dave Kreskowiak16-Apr-04 9:37
mveDave Kreskowiak16-Apr-04 9:37 
QuestionHow to hook events in add-in project Pin
skoizumi2911016-Apr-04 7:02
sussskoizumi2911016-Apr-04 7:02 
Generalhtml string writing to the file Pin
pnpfriend16-Apr-04 4:37
pnpfriend16-Apr-04 4:37 
GeneralCustom Collection, Datagrid and New Row Pin
kubikubi15-Apr-04 20:46
kubikubi15-Apr-04 20:46 
Questionhow to create a menu control in VB? Pin
donghuong15-Apr-04 20:31
donghuong15-Apr-04 20:31 
GeneralGet the HanYuPinYin from Chinese Character Pin
Nickson Koh15-Apr-04 20:31
Nickson Koh15-Apr-04 20:31 
GeneralSocket Programming in Visual Basic 6.0 Pin
Anonymous15-Apr-04 9:12
Anonymous15-Apr-04 9:12 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
Steven Campbell15-Apr-04 15:10
Steven Campbell15-Apr-04 15:10 
GeneralSource Code: Socket Programming in Visual Basic 6.0 Pin
Willian.BR16-Apr-04 2:11
sussWillian.BR16-Apr-04 2:11 
GeneralRe: Source Code: Socket Programming in Visual Basic 6.0 Pin
kishore007sai29-Dec-13 22:04
professionalkishore007sai29-Dec-13 22:04 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
Fade (Amit BS)16-Apr-04 23:22
Fade (Amit BS)16-Apr-04 23:22 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
jimpar17-Apr-04 5:08
jimpar17-Apr-04 5:08 
GeneralRe: Socket Programming in Visual Basic 6.0 Pin
kishore007sai29-Dec-13 22:05
professionalkishore007sai29-Dec-13 22:05 
Generalopen Words/Excel with button click Pin
GaryKoh15-Apr-04 7:56
GaryKoh15-Apr-04 7:56 
GeneralRe: open Words/Excel with button click Pin
-Dr_X-16-Apr-04 2:39
-Dr_X-16-Apr-04 2:39 
GeneralRe: open Words/Excel with button click Pin
GaryKoh16-Apr-04 3:23
GaryKoh16-Apr-04 3:23 

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.