Click here to Skip to main content
15,893,663 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to make a button that will copy two files and put them somewhere else PinPopular
Tom Foswick24-Aug-10 21:58
Tom Foswick24-Aug-10 21:58 
GeneralRe: How to make a button that will copy two files and put them somewhere else Pin
mshome7725-Aug-10 2:18
mshome7725-Aug-10 2:18 
AnswerRe: How to make a button that will copy two files and put them somewhere else Pin
Phan7om26-Aug-10 23:19
Phan7om26-Aug-10 23:19 
Questionget the IDLE time [Solved] Pin
εїзεїзεїз23-Aug-10 23:04
εїзεїзεїз23-Aug-10 23:04 
AnswerRe: get the IDLE time Pin
Nuri Ismail23-Aug-10 23:28
Nuri Ismail23-Aug-10 23:28 
GeneralRe: get the IDLE time Pin
εїзεїзεїз23-Aug-10 23:49
εїзεїзεїз23-Aug-10 23:49 
GeneralRe: get the IDLE time Pin
Nuri Ismail24-Aug-10 0:04
Nuri Ismail24-Aug-10 0:04 
QuestionHow to make the VB6 and MS-Access project Centralised? Pin
kokilag23-Aug-10 20:24
kokilag23-Aug-10 20:24 
I have just completed a particular project using VB6 and MS-ACCESS 6.0 and using the package and deployment wizard.I am able to run on standalone pcs(on one computer).Here both the .exe and MS-Access database file both are residing in the same computer.Now there is a need to make this project centralised on LAN.
So I have to make the MS-Access reside on one PC(Server) and exe on many pcs..so that the client from client pcs must be able to access the database placed in the Server(or that particular Pc).How can it be done on a simple Network(LAN)?What is the step by step procedure to obtain the solution.
I am using the following code in the connection string in VB:
con.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & (App.Path & "\abc.mdb") & ";Jet OLEDB:Database Password=efg;"
Anything to be changed here?Can anyone please give me a solution?Its very urgent...
AnswerRe: How to make the VB6 and MS-Access project Centralised? Pin
_Damian S_23-Aug-10 20:41
professional_Damian S_23-Aug-10 20:41 
GeneralRe: How to make the VB6 and MS-Access project Centralised? Pin
kokilag24-Aug-10 19:31
kokilag24-Aug-10 19:31 
GeneralRe: How to make the VB6 and MS-Access project Centralised? Pin
_Damian S_24-Aug-10 20:38
professional_Damian S_24-Aug-10 20:38 
GeneralRe: How to make the VB6 and MS-Access project Centralised? Pin
kokilag25-Aug-10 18:36
kokilag25-Aug-10 18:36 
GeneralRe: How to make the VB6 and MS-Access project Centralised? Pin
kokilag27-Aug-10 0:37
kokilag27-Aug-10 0:37 
QuestionMessage Removed Pin
23-Aug-10 11:37
kereljansen23-Aug-10 11:37 
AnswerRe: sql string Pin
Wes Aday23-Aug-10 12:32
professionalWes Aday23-Aug-10 12:32 
AnswerRe: sql string Pin
Luc Pattyn23-Aug-10 12:39
sitebuilderLuc Pattyn23-Aug-10 12:39 
GeneralRe: sql string Pin
Richard A. Dalton23-Aug-10 13:31
Richard A. Dalton23-Aug-10 13:31 
AnswerRe: sql string Pin
Luc Pattyn23-Aug-10 13:47
sitebuilderLuc Pattyn23-Aug-10 13:47 
Questionsaving document with passwords encrypted Pin
FeRtoll23-Aug-10 0:47
FeRtoll23-Aug-10 0:47 
AnswerRe: saving document with passwords encrypted Pin
Dave Kreskowiak23-Aug-10 3:42
mveDave Kreskowiak23-Aug-10 3:42 
AnswerRe: saving document with passwords encrypted Pin
Richard MacCutchan23-Aug-10 4:48
mveRichard MacCutchan23-Aug-10 4:48 
AnswerRe: saving document with passwords encrypted Pin
Mike Marynowski24-Aug-10 19:45
professionalMike Marynowski24-Aug-10 19:45 
QuestionString obfuscation and function names Pin
Atara22-Aug-10 23:21
Atara22-Aug-10 23:21 
AnswerRe: String obfuscation and function names Pin
Eduard Keilholz22-Aug-10 23:39
Eduard Keilholz22-Aug-10 23:39 
GeneralRe: String obfuscation and function names Pin
Atara22-Aug-10 23:43
Atara22-Aug-10 23:43 

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.