my first ever project
with vb6 + access03;

i recently red the article on this forum " modifications required to install application on vista" thanks for cautions
but kindly advise.

(1) i am using this function to search in list box.

Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Integer, ByVal wParam As String, lParam As Any) As Long

Const LB_FINDSTRING = &H18F

(2) i am using sendkeys to trap tab key with enter key
(3) i am using ADO 2.7 i don't have ADO 2.8
(4) i am using data grids and combo , list box controls
(5) i am using some images (.gif and .bmp files)

is my application is going to work error free
please advise any if any alternative code's / controls that i should use instead please.