Click here to Skip to main content
15,913,169 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatagridview Pin
Jodd24-May-06 9:41
Jodd24-May-06 9:41 
AnswerRe: Datagridview Pin
Leeland24-May-06 9:54
Leeland24-May-06 9:54 
GeneralRe: Datagridview Pin
Jodd24-May-06 10:07
Jodd24-May-06 10:07 
QuestionHow to Sort a database from vb.net? Pin
ADY00724-May-06 8:47
ADY00724-May-06 8:47 
AnswerRe: How to Sort a database from vb.net? Pin
Leeland24-May-06 9:50
Leeland24-May-06 9:50 
AnswerRe: How to Sort a database from vb.net? Pin
kumarprabhakar7424-May-06 19:50
kumarprabhakar7424-May-06 19:50 
QuestionHow can i add this file in ma setup ?? Pin
Mohammed Amine24-May-06 7:39
Mohammed Amine24-May-06 7:39 
AnswerRe: How can i add this file in ma setup ?? Pin
Kschuler24-May-06 7:55
Kschuler24-May-06 7:55 
I don't know how to create your own forms for deployment, but I am currently working on a program with a similar database situation. In a setup project bring up the File System Editor. On the side you will see a list of folders including Application Folder, User's Desktop, and User's Programs Menu. What ever you put in these folders will appear in their respective places. This is how you can specify during setup that you want to place a shortcut on the user's desktop for your program, etc. I use the Application Folder as a location for my database and the final .exe of my application. Then, in the code of my application, when I need to setup the connection for my database I use the following code to find the folder my application resides in (which is the same as the database):

My.Computer.FileSystem.GetParentPath(Application.StartupPath) & "MyDatabaseName.mdf"


Hope this helps.
GeneralRe: How can i add this file in ma setup ?? Pin
Leeland24-May-06 8:22
Leeland24-May-06 8:22 
GeneralRe: How can i add this file in ma setup ?? Pin
Mohammed Amine24-May-06 13:03
Mohammed Amine24-May-06 13:03 
GeneralRe: How can i add this file in ma setup ?? Pin
Kschuler25-May-06 2:59
Kschuler25-May-06 2:59 
GeneralRe: How can i add this file in ma setup ?? Pin
Mohammed Amine25-May-06 6:34
Mohammed Amine25-May-06 6:34 
QuestionDataGridView and Cursor Pin
Kschuler24-May-06 6:19
Kschuler24-May-06 6:19 
AnswerRe: DataGridView and Cursor Pin
Leeland24-May-06 6:29
Leeland24-May-06 6:29 
GeneralRe: DataGridView and Cursor Pin
Kschuler24-May-06 6:54
Kschuler24-May-06 6:54 
GeneralRe: DataGridView and Cursor Pin
Leeland24-May-06 8:41
Leeland24-May-06 8:41 
QuestionDataSet integrity [modified] Pin
NameNotTaken24-May-06 6:05
NameNotTaken24-May-06 6:05 
AnswerRe: DataSet integrity [modified] Pin
Leeland24-May-06 6:22
Leeland24-May-06 6:22 
GeneralRe: DataSet integrity [modified] Pin
NameNotTaken24-May-06 7:06
NameNotTaken24-May-06 7:06 
GeneralRe: DataSet integrity [modified] Pin
Leeland24-May-06 8:05
Leeland24-May-06 8:05 
GeneralRe: DataSet integrity [modified] Pin
NameNotTaken24-May-06 8:44
NameNotTaken24-May-06 8:44 
GeneralRe: DataSet integrity [modified] Pin
Leeland24-May-06 9:45
Leeland24-May-06 9:45 
GeneralRe: DataSet integrity [modified] Pin
NameNotTaken25-May-06 3:46
NameNotTaken25-May-06 3:46 
QuestionContextMenu Mouse Hover Time Pin
Computer_Guy24-May-06 4:54
Computer_Guy24-May-06 4:54 
Questioncross-tab control inherited from datagrid Pin
SannQuest24-May-06 4:35
SannQuest24-May-06 4:35 

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.