Click here to Skip to main content
15,894,540 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: writing text fies in mobiles application in vb.net Pin
Dave Kreskowiak17-Oct-06 9:49
mveDave Kreskowiak17-Oct-06 9:49 
Questionplease help me Pin
sunset_h22_m16-Oct-06 21:04
sunset_h22_m16-Oct-06 21:04 
AnswerRe: please help me Pin
Dave Sexton16-Oct-06 21:59
Dave Sexton16-Oct-06 21:59 
Questionglass buttons Pin
hendrikbez16-Oct-06 20:20
hendrikbez16-Oct-06 20:20 
AnswerRe: glass buttons Pin
UltraCoder17-Oct-06 8:34
UltraCoder17-Oct-06 8:34 
AnswerRe: glass buttons Pin
Dave Kreskowiak17-Oct-06 9:47
mveDave Kreskowiak17-Oct-06 9:47 
QuestionApplication Deployment Question Pin
ranro200616-Oct-06 19:07
ranro200616-Oct-06 19:07 
AnswerRe: Application Deployment Question Pin
shreekar16-Oct-06 19:21
shreekar16-Oct-06 19:21 
It will still be on your machine - yes, but not on the user's machine Wink | ;)

Why don't you use some non user specific path like D:/Data or even better, store it in a folder under your application like
C:/program files/app name/Data


And in app.config, use "data\Database1.mdf" as the DB name and pre fix that with the application path?
When you are creating the installation package, you can instruct the installer to create the directory named "Data" under your application path and copy the database to it.


Hope this helps.

Shreekar
http://shreekarishere.blogspot.com

Questionrollback issue - setup & deployment project of VS.Net 2003 Pin
Najmunnisha16-Oct-06 18:30
Najmunnisha16-Oct-06 18:30 
Questionhow to insert image into sql database table Pin
vrk_raju16-Oct-06 14:56
vrk_raju16-Oct-06 14:56 
AnswerRe: how to insert image into sql database table Pin
adairjk16-Oct-06 18:51
adairjk16-Oct-06 18:51 
AnswerRe: how to insert image into sql database table Pin
shreekar16-Oct-06 19:23
shreekar16-Oct-06 19:23 
GeneralRe: how to insert image into sql database table Pin
vrk_raju17-Oct-06 4:54
vrk_raju17-Oct-06 4:54 
QuestionLabel inside Rectangle Pin
adairjk16-Oct-06 11:39
adairjk16-Oct-06 11:39 
AnswerRe: Label inside Rectangle Pin
Dave Sexton16-Oct-06 20:52
Dave Sexton16-Oct-06 20:52 
Questionurgent::System.Net.Sockets Pin
harshActsw16-Oct-06 8:50
harshActsw16-Oct-06 8:50 
AnswerRe: urgent::System.Net.Sockets Pin
Dave Kreskowiak16-Oct-06 9:21
mveDave Kreskowiak16-Oct-06 9:21 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 10:04
harshActsw16-Oct-06 10:04 
AnswerRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 9:34
UltraCoder16-Oct-06 9:34 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 10:19
harshActsw16-Oct-06 10:19 
GeneralRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 11:02
UltraCoder16-Oct-06 11:02 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 12:32
harshActsw16-Oct-06 12:32 
GeneralRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 12:51
UltraCoder16-Oct-06 12:51 
QuestionListbox properties ( Listbox1.Items.Item(i) ) Pin
Newbie_dydy8516-Oct-06 8:43
Newbie_dydy8516-Oct-06 8:43 
AnswerRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
Dave Kreskowiak16-Oct-06 9:19
mveDave Kreskowiak16-Oct-06 9:19 

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.