Click here to Skip to main content
15,919,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to set font size of a control dynamically Pin
Mitesh Darji23-Oct-07 3:13
Mitesh Darji23-Oct-07 3:13 
QuestionSend a value to another window's application Text box Pin
Arum7322-Oct-07 20:22
Arum7322-Oct-07 20:22 
AnswerRe: Send a value to another window's application Text box Pin
AliAmjad22-Oct-07 22:44
AliAmjad22-Oct-07 22:44 
AnswerRe: Send a value to another window's application Text box Pin
Dave Kreskowiak23-Oct-07 2:15
mveDave Kreskowiak23-Oct-07 2:15 
Questionreports Pin
Jaiwant122-Oct-07 19:28
Jaiwant122-Oct-07 19:28 
AnswerRe: reports Pin
pmarfleet22-Oct-07 21:16
pmarfleet22-Oct-07 21:16 
QuestionI need help creating a Dynamic Method Call (Event Handler) Pin
Motobahta22-Oct-07 12:22
Motobahta22-Oct-07 12:22 
AnswerRe: I need help creating a Dynamic Method Call (Event Handler) Pin
Dave Kreskowiak23-Oct-07 2:13
mveDave Kreskowiak23-Oct-07 2:13 
GeneralRe: I need help creating a Dynamic Method Call (Event Handler) Pin
Motobahta23-Oct-07 5:41
Motobahta23-Oct-07 5:41 
GeneralRe: I need help creating a Dynamic Method Call (Event Handler) Pin
Dave Kreskowiak25-Oct-07 5:31
mveDave Kreskowiak25-Oct-07 5:31 
Questionreadxml slowdown Pin
cstrader23222-Oct-07 11:46
cstrader23222-Oct-07 11:46 
AnswerRe: readxml slowdown Pin
Tom Deketelaere22-Oct-07 22:32
professionalTom Deketelaere22-Oct-07 22:32 
AnswerRe: readxml slowdown Pin
Dave Kreskowiak23-Oct-07 2:11
mveDave Kreskowiak23-Oct-07 2:11 
GeneralRe: readxml slowdown Pin
cstrader23223-Oct-07 2:53
cstrader23223-Oct-07 2:53 
GeneralRe: readxml slowdown Pin
Dave Kreskowiak23-Oct-07 3:42
mveDave Kreskowiak23-Oct-07 3:42 
QuestionRandom Access File VS. Stream Reader Objects Pin
AAGTHosting22-Oct-07 11:34
AAGTHosting22-Oct-07 11:34 
AnswerRe: Random Access File VS. Stream Reader Objects Pin
Guffa22-Oct-07 22:46
Guffa22-Oct-07 22:46 
QuestionVB 2005 include a .exe file Pin
FloridaHillBilly22-Oct-07 11:04
FloridaHillBilly22-Oct-07 11:04 
AnswerRe: VB 2005 include a .exe file Pin
svanwass22-Oct-07 11:18
svanwass22-Oct-07 11:18 
GeneralRe: VB 2005 include a .exe file Pin
FloridaHillBilly22-Oct-07 13:15
FloridaHillBilly22-Oct-07 13:15 
GeneralRe: VB 2005 include a .exe file Pin
Tom Deketelaere22-Oct-07 22:39
professionalTom Deketelaere22-Oct-07 22:39 
add a setup project to you're solution

in that project you can add:
-desktop shortcuts
-start menu shortcuts
-files for the application folder. this is the one you want here you can add files to you'r project's exe, make shure you add the output from you're startupproject otherwise it will not run.
These file's whill then be placed to the folder that you'r prog is installed on


also possible:
-setting name that will apeare in software manager
-setting conditions for the setup (.net framework has to be presend is default)
-....


after you are satisfied with the setup of the setup project, build it and you will find a exe and a msi in the debug/release map of this project.
the exe will first check if the .net framework is present and then start the msi wich holds you'r programme and the files you added

look around a bit it has many posability's

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

QuestionCanceling background worker Pin
svanwass22-Oct-07 9:58
svanwass22-Oct-07 9:58 
AnswerRe: Canceling background worker Pin
Dave Kreskowiak23-Oct-07 2:08
mveDave Kreskowiak23-Oct-07 2:08 
QuestionConnection string in VB.Net 2003 Pin
kendo1722-Oct-07 7:12
kendo1722-Oct-07 7:12 
AnswerRe: Connection string in VB.Net 2003 Pin
Dave Kreskowiak22-Oct-07 8:41
mveDave Kreskowiak22-Oct-07 8:41 

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.