Click here to Skip to main content
16,008,719 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to Add Carriage return line feed to string (globalization) Pin
Georg Kohler18-Jan-09 13:46
Georg Kohler18-Jan-09 13:46 
GeneralRe: How to Add Carriage return line feed to string (globalization) Pin
Luc Pattyn18-Jan-09 14:00
sitebuilderLuc Pattyn18-Jan-09 14:00 
QuestionProblem populating DataSet Pin
carrigart17-Jan-09 15:55
carrigart17-Jan-09 15:55 
AnswerRe: Problem populating DataSet Pin
N a v a n e e t h17-Jan-09 16:33
N a v a n e e t h17-Jan-09 16:33 
GeneralRe: Problem populating DataSet Pin
carrigart17-Jan-09 17:18
carrigart17-Jan-09 17:18 
GeneralRe: Problem populating DataSet Pin
carrigart17-Jan-09 19:42
carrigart17-Jan-09 19:42 
GeneralRe: Problem populating DataSet Pin
carrigart17-Jan-09 19:56
carrigart17-Jan-09 19:56 
AnswerRe: Problem populating DataSet Pin
Wendelius17-Jan-09 21:33
mentorWendelius17-Jan-09 21:33 
Do you have the database (runner.mdf) included in your project? If you do, select it from the project explorer and from properties, check two things:
- path to the file
- is Copy to output directory true

If copy to output directory is true, you should attach the database from the projects debug/bin folder, since each time you start the project the db is copied to that folder. Also note that in this case, all modifications done by program are not reflected to the original database, which is included to the project.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Problem populating DataSet Pin
carrigart17-Jan-09 22:45
carrigart17-Jan-09 22:45 
GeneralRe: Problem populating DataSet Pin
Wendelius17-Jan-09 22:53
mentorWendelius17-Jan-09 22:53 
GeneralRe: Problem populating DataSet Pin
carrigart18-Jan-09 1:34
carrigart18-Jan-09 1:34 
GeneralRe: Problem populating DataSet Pin
Wendelius18-Jan-09 1:47
mentorWendelius18-Jan-09 1:47 
AnswerRe: Problem populating DataSet Pin
TheComputerMan18-Jan-09 12:26
TheComputerMan18-Jan-09 12:26 
QuestionVB web browser Pin
ragual17-Jan-09 15:50
ragual17-Jan-09 15:50 
AnswerRe: VB web browser Pin
Saul Johnson18-Jan-09 6:42
Saul Johnson18-Jan-09 6:42 
GeneralRe: VB web browser Pin
ragual18-Jan-09 7:31
ragual18-Jan-09 7:31 
GeneralRe: VB web browser Pin
Saul Johnson24-Jan-09 10:45
Saul Johnson24-Jan-09 10:45 
QuestionHow to always keep focus on a textbox? Pin
xbiplav17-Jan-09 10:50
xbiplav17-Jan-09 10:50 
AnswerRe: How to always keep focus on a textbox? Pin
Christian Graus17-Jan-09 11:33
protectorChristian Graus17-Jan-09 11:33 
QuestionRe: How to always keep focus on a textbox? Pin
xbiplav17-Jan-09 11:38
xbiplav17-Jan-09 11:38 
AnswerRe: How to always keep focus on a textbox? Pin
Colin Angus Mackay17-Jan-09 11:42
Colin Angus Mackay17-Jan-09 11:42 
Questionmobile conectivity Pin
vish143317-Jan-09 6:09
vish143317-Jan-09 6:09 
AnswerRe: mobile conectivity Pin
Wendelius17-Jan-09 6:31
mentorWendelius17-Jan-09 6:31 
AnswerRe: mobile conectivity Pin
EliottA17-Jan-09 6:34
EliottA17-Jan-09 6:34 
QuestionHow Do I.... Pin
rspercy6517-Jan-09 5:32
rspercy6517-Jan-09 5:32 

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.