Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Web Chat Pin
J4amieC30-Mar-06 3:19
J4amieC30-Mar-06 3:19 
AnswerRe: Web Chat Pin
IBetNoBodyWillHaveThisNameOrAlias30-Mar-06 4:53
IBetNoBodyWillHaveThisNameOrAlias30-Mar-06 4:53 
QuestionJoining Arrays Together Pin
directred30-Mar-06 2:34
directred30-Mar-06 2:34 
AnswerRe: Joining Arrays Together Pin
J4amieC30-Mar-06 3:20
J4amieC30-Mar-06 3:20 
QuestionAccessing file properties in VB6 Pin
Captain Trips30-Mar-06 1:21
Captain Trips30-Mar-06 1:21 
AnswerRe: Accessing file properties in VB6 Pin
Captain Trips30-Mar-06 1:27
Captain Trips30-Mar-06 1:27 
QuestionHow to create and open connection string in vb.Net Pin
Murtuza Husain Miyan Patel30-Mar-06 0:35
professionalMurtuza Husain Miyan Patel30-Mar-06 0:35 
AnswerRe: How to create and open connection string in vb.Net Pin
SVb.net30-Mar-06 12:38
SVb.net30-Mar-06 12:38 
you have a class has name,application (Gets the path for the executable file that started the application, not including the executable name.) and make your file databas in same folder, which has executable file

Me.OleDbConnection1.ConnectionString = "Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet OLEDB:Database L" & _
"ocking Mode=1;Jet OLEDB:Database Password=;Data Source=" & application.startup & "\Northwind.mdb"&";Passwo" & _
"rd=;Jet OLEDB:Engine Type=5;Jet OLEDB:Global Bulk Transactions=1;Provider=""Micro" & _
"soft.Jet.OLEDB.4.0"";Jet OLEDB:System database=;Jet OLEDB:SFP=False;Extended Prop" & _
"erties=;Mode=Share Deny None;Jet OLEDB:New Database Password=;Jet OLEDB:Create S" & _
"ystem Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Comp" & _
"act Without Replica Repair=False;User ID=Admin;Jet OLEDB:Encrypt Database=False"

123

-- modified at 18:39 Thursday 30th March, 2006
QuestionINHERITED FORM Pin
Greeky30-Mar-06 0:33
Greeky30-Mar-06 0:33 
AnswerRe: INHERITED FORM Pin
Greeky30-Mar-06 1:39
Greeky30-Mar-06 1:39 
Questionscan folder in visual basic 6.0 Pin
bony_baba30-Mar-06 0:21
bony_baba30-Mar-06 0:21 
AnswerRe: scan folder in visual basic 6.0 Pin
Joshua Quick30-Mar-06 13:57
Joshua Quick30-Mar-06 13:57 
Questionexport the dataset to excel using vb.net Pin
kewalkkhanna29-Mar-06 23:26
kewalkkhanna29-Mar-06 23:26 
AnswerRe: export the dataset to excel using vb.net Pin
RolandPheasant30-Mar-06 21:03
RolandPheasant30-Mar-06 21:03 
QuestionHow to take grand total on fields from database which has text as datatype Pin
Ash. R.29-Mar-06 22:06
Ash. R.29-Mar-06 22:06 
Questionexporting datagrid to excel in vb.net Pin
joshunleashed29-Mar-06 21:52
joshunleashed29-Mar-06 21:52 
AnswerRe: exporting datagrid to excel in vb.net Pin
albCode29-Mar-06 22:15
albCode29-Mar-06 22:15 
GeneralRe: exporting datagrid to excel in vb.net Pin
Greeky29-Mar-06 23:25
Greeky29-Mar-06 23:25 
GeneralRe: exporting datagrid to excel in vb.net Pin
Dean_SF30-Mar-06 5:14
Dean_SF30-Mar-06 5:14 
QuestionDoes anybody know others IDE for write and debug vb code? (for replace VB6) Pin
CooperWu29-Mar-06 21:22
CooperWu29-Mar-06 21:22 
AnswerRe: Does anybody know others IDE for write and debug vb code? (for replace VB6) Pin
CooperWu30-Mar-06 19:36
CooperWu30-Mar-06 19:36 
Questionhelp: datareport in vb6 using 8.5 X 14 papaer size Pin
jherome29-Mar-06 21:03
jherome29-Mar-06 21:03 
Questionhow to toggle context menu Pin
wilde29-Mar-06 21:02
wilde29-Mar-06 21:02 
AnswerRe: how to toggle context menu Pin
Chatura Dilan30-Mar-06 16:18
Chatura Dilan30-Mar-06 16:18 
GeneralRe: thanks a lot(how to toggle context menu) Pin
wilde30-Mar-06 16:33
wilde30-Mar-06 16:33 

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.