Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: im stuck in CRUD - my codes don't work. Pin
Paul Conrad27-Oct-08 12:59
professionalPaul Conrad27-Oct-08 12:59 
AnswerRe: im stuck in CRUD - my codes don't work. Pin
Dave Kreskowiak27-Oct-08 15:50
mveDave Kreskowiak27-Oct-08 15:50 
QuestionI have a problem on how to access parallel ports using visual basic2005. [modified] Pin
xolisa27-Oct-08 12:32
xolisa27-Oct-08 12:32 
AnswerRe: I have a problem on how to access parallel ports using visual basic2005. Pin
Dave Kreskowiak27-Oct-08 15:49
mveDave Kreskowiak27-Oct-08 15:49 
QuestionI cannot permanently save my records to my database. add, edit delete Pin
jac10001111010127-Oct-08 10:02
jac10001111010127-Oct-08 10:02 
AnswerRe: I cannot permanently save my records to my database. add, edit delete Pin
Dave Kreskowiak27-Oct-08 11:11
mveDave Kreskowiak27-Oct-08 11:11 
GeneralRe: I cannot permanently save my records to my database. add, edit delete Pin
jac10001111010127-Oct-08 12:16
jac10001111010127-Oct-08 12:16 
GeneralRe: I cannot permanently save my records to my database. add, edit delete Pin
Dave Kreskowiak27-Oct-08 15:33
mveDave Kreskowiak27-Oct-08 15:33 
That's because there's nothing wrong.

Open the project in the Solution Explorer and look for your .MDB file. Click once on it, then in the Properties box, there'll be an option called "Copy to output directory". Change it's value from "Copy always" to "Copy if newer". That way, if you delete the copy of the database file in the bin folder, Visual Studio will replace it the next time you compile the project.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionProblem with .Net's NamedPipeServerStream and NamedPipeClientStream Pin
BubbaGeeNH27-Oct-08 7:26
BubbaGeeNH27-Oct-08 7:26 
AnswerRe: Problem with .Net's NamedPipeServerStream and NamedPipeClientStream Pin
Gideon Engelberth27-Oct-08 14:38
Gideon Engelberth27-Oct-08 14:38 
AnswerRe: Problem with .Net's NamedPipeServerStream and NamedPipeClientStream Pin
pointeman119-Aug-10 7:04
pointeman119-Aug-10 7:04 
Questionhow to use a variable value to call a class Pin
Turquoise7427-Oct-08 5:00
Turquoise7427-Oct-08 5:00 
AnswerRe: how to use a variable value to call a class Pin
Guffa27-Oct-08 7:34
Guffa27-Oct-08 7:34 
GeneralRe: how to use a variable value to call a class Pin
Turquoise7427-Oct-08 12:07
Turquoise7427-Oct-08 12:07 
GeneralRe: how to use a variable value to call a class Pin
Dave Kreskowiak27-Oct-08 15:35
mveDave Kreskowiak27-Oct-08 15:35 
GeneralRe: how to use a variable value to call a class Pin
Turquoise7427-Oct-08 16:36
Turquoise7427-Oct-08 16:36 
GeneralRe: how to use a variable value to call a class Pin
Dave Kreskowiak27-Oct-08 16:41
mveDave Kreskowiak27-Oct-08 16:41 
GeneralRe: how to use a variable value to call a class Pin
Turquoise7427-Oct-08 23:55
Turquoise7427-Oct-08 23:55 
QuestionVista glass efect in vb.net Pin
d3nika27-Oct-08 3:42
d3nika27-Oct-08 3:42 
AnswerRe: Vista glass efect in vb.net Pin
Dave Kreskowiak27-Oct-08 11:06
mveDave Kreskowiak27-Oct-08 11:06 
AnswerRe: Vista glass efect in vb.net Pin
Thomas Stockwell28-Oct-08 5:13
professionalThomas Stockwell28-Oct-08 5:13 
QuestionAdding new text file lines from another text file Pin
Member 425133526-Oct-08 20:26
Member 425133526-Oct-08 20:26 
AnswerRe: Adding new text file lines from another text file Pin
Ashfield26-Oct-08 22:34
Ashfield26-Oct-08 22:34 
QuestionHow can I show an image on Tooltip Pin
quyphidao@gmail.com26-Oct-08 20:17
quyphidao@gmail.com26-Oct-08 20:17 
AnswerRe: How can I show an image on Tooltip [modified] Pin
Shyam Bharath27-Oct-08 1:33
Shyam Bharath27-Oct-08 1: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.