Click here to Skip to main content
15,901,426 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DLL Initialization routine Failed Pin
Dave Kreskowiak28-Jul-10 2:01
mveDave Kreskowiak28-Jul-10 2:01 
GeneralRe: DLL Initialization routine Failed Pin
KeithF28-Jul-10 4:25
KeithF28-Jul-10 4:25 
GeneralRe: DLL Initialization routine Failed Pin
Dave Kreskowiak29-Jul-10 3:25
mveDave Kreskowiak29-Jul-10 3:25 
QuestionGet Table Row index from a DataView Pin
Steven J Jowett26-Jul-10 23:49
Steven J Jowett26-Jul-10 23:49 
AnswerRe: Get Table Row index from a DataView Pin
Yusuf27-Jul-10 1:30
Yusuf27-Jul-10 1:30 
Questionado.net dataview Pin
Simon_Whale26-Jul-10 6:28
Simon_Whale26-Jul-10 6:28 
AnswerRe: ado.net dataview Pin
Yusuf26-Jul-10 6:33
Yusuf26-Jul-10 6:33 
AnswerRe: ado.net dataview Pin
Dave Kreskowiak26-Jul-10 6:34
mveDave Kreskowiak26-Jul-10 6:34 
This is trivial and you already have to code to do it. You would normally just put an asterisk before AND AFTER the postcode.
dv.RowFilter = String.Format("address LIKE '*{0}*'", postcode)


QuestionClient & server application in vb6 Pin
chubalkrs26-Jul-10 3:36
chubalkrs26-Jul-10 3:36 
AnswerRe: Client & server application in vb6 Pin
Dave Kreskowiak26-Jul-10 6:30
mveDave Kreskowiak26-Jul-10 6:30 
GeneralRe: Client & server application in vb6 Pin
MikeD 228-Jul-10 3:58
MikeD 228-Jul-10 3:58 
GeneralRe: Client & server application in vb6 Pin
Dave Kreskowiak28-Jul-10 8:10
mveDave Kreskowiak28-Jul-10 8:10 
GeneralRe: Client & server application in vb6 Pin
MikeD 229-Jul-10 5:50
MikeD 229-Jul-10 5:50 
GeneralRe: Client & server application in vb6 Pin
Dave Kreskowiak29-Jul-10 9:32
mveDave Kreskowiak29-Jul-10 9:32 
QuestionAssembly Version vs Publish version and doing a auto check for new version Pin
Member 442053425-Jul-10 23:10
Member 442053425-Jul-10 23:10 
AnswerRe: Assembly Version vs Publish version and doing a auto check for new version Pin
jbbarnes25-Aug-10 2:10
jbbarnes25-Aug-10 2:10 
Questioncreate setup project that install app and also msde Pin
mehrnoosh25-Jul-10 21:26
mehrnoosh25-Jul-10 21:26 
AnswerRe: create setup project that install app and also msde Pin
DaveAuld25-Jul-10 21:51
professionalDaveAuld25-Jul-10 21:51 
GeneralRe: create setup project that install app and also msde Pin
mehrnoosh25-Jul-10 22:25
mehrnoosh25-Jul-10 22:25 
GeneralRe: create setup project that install app and also msde Pin
DaveAuld25-Jul-10 22:53
professionalDaveAuld25-Jul-10 22:53 
QuestionOpening Files On Network via VB.NET on Windows 7 Pin
nlindley723-Jul-10 4:53
nlindley723-Jul-10 4:53 
AnswerRe: Opening Files On Network via VB.NET on Windows 7 Pin
Eddy Vluggen23-Jul-10 5:00
professionalEddy Vluggen23-Jul-10 5:00 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
nlindley723-Jul-10 5:04
nlindley723-Jul-10 5:04 
AnswerRe: Opening Files On Network via VB.NET on Windows 7 Pin
Jason Vetter23-Jul-10 5:21
Jason Vetter23-Jul-10 5:21 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
nlindley723-Jul-10 5:27
nlindley723-Jul-10 5:27 

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.