Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to make a visualizer for a media player Pin
TheMrProgrammer21-Feb-09 23:33
TheMrProgrammer21-Feb-09 23:33 
AnswerRe: How to make a visualizer for a media player Pin
Dave Kreskowiak22-Feb-09 4:03
mveDave Kreskowiak22-Feb-09 4:03 
GeneralRe: How to make a visualizer for a media player Pin
TheMrProgrammer23-Feb-09 21:12
TheMrProgrammer23-Feb-09 21:12 
GeneralRe: How to make a visualizer for a media player Pin
Dave Kreskowiak24-Feb-09 1:48
mveDave Kreskowiak24-Feb-09 1:48 
GeneralRe: How to make a visualizer for a media player Pin
TheMrProgrammer25-Feb-09 1:01
TheMrProgrammer25-Feb-09 1:01 
GeneralRe: How to make a visualizer for a media player Pin
Dave Kreskowiak25-Feb-09 2:05
mveDave Kreskowiak25-Feb-09 2:05 
QuestionAttach extra dll when publishing a project Pin
DCAUB21-Feb-09 23:33
DCAUB21-Feb-09 23:33 
AnswerRe: Attach extra dll when publishing a project Pin
Dave Kreskowiak22-Feb-09 3:51
mveDave Kreskowiak22-Feb-09 3:51 
DCAUB wrote:
1.I am using software from the manufactor if the POS printer in my own programm. When i install the published application on a PC there is one dll file of the software from the POS printer that is not included in the install file. Without this dll the printer is not responding and the programm is given errors.
when i manualy copy the missing dll file to the directory where the application is installed my programm is working without any problems.
Is there a way to attach the missing dll in the publish file so when the application is installed the dll is automaticly also there.


Adding the file is easy. Just open the Setup project you've added to your solution, click on the Application Folder on the left, then just drag the .DLL file into the right side panel and drop it.

DCAUB wrote:
2.My second problem is also something with the publish of a project. When i have published my project and installed to a PC , the project is default installed in a directory that is not find in programm files.It is located somewhere far away from the root directory \locallow\.......
Is there a easy way so i can set that the installation must be under c:\program files\name of software


If you're using ClickOnce deployment, no, you can't pick the installation folder.

If you're using a normal Setup project, you click on the Application Folder on the left, then look in the Properties window. You'll find the DefaultLocation property there.


A guide to posting questions on CodeProject[^]



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




GeneralRe: Attach extra dll when publishing a project Pin
DCAUB22-Feb-09 4:10
DCAUB22-Feb-09 4:10 
GeneralRe: Attach extra dll when publishing a project Pin
Dave Kreskowiak22-Feb-09 5:11
mveDave Kreskowiak22-Feb-09 5:11 
GeneralRe: Attach extra dll when publishing a project Pin
DCAUB22-Feb-09 5:14
DCAUB22-Feb-09 5:14 
Questionhow to get reset an application without reopen the application? Pin
aswd21-Feb-09 20:48
aswd21-Feb-09 20:48 
AnswerRe: how to get reset an application without reopen the application? Pin
dan!sh 21-Feb-09 21:17
professional dan!sh 21-Feb-09 21:17 
GeneralRe: how to get reset an application without reopen the application? Pin
aswd22-Feb-09 0:30
aswd22-Feb-09 0:30 
GeneralRe: how to get reset an application without reopen the application? Pin
aswd22-Feb-09 1:29
aswd22-Feb-09 1:29 
GeneralRe: how to get reset an application without reopen the application? Pin
dan!sh 22-Feb-09 1:35
professional dan!sh 22-Feb-09 1:35 
QuestionRe: how to get reset an application without reopen the application? Pin
Eddy Vluggen22-Feb-09 1:37
professionalEddy Vluggen22-Feb-09 1:37 
GeneralRe: how to get reset an application without reopen the application? Pin
aswd22-Feb-09 4:47
aswd22-Feb-09 4:47 
QuestionDrawing boxes on panel from width and length Pin
niknurayunni21-Feb-09 18:13
niknurayunni21-Feb-09 18:13 
AnswerRe: Drawing boxes on panel from width and length Pin
ABitSmart21-Feb-09 19:27
ABitSmart21-Feb-09 19:27 
AnswerRe: Drawing boxes on panel from width and length Pin
dan!sh 21-Feb-09 21:15
professional dan!sh 21-Feb-09 21:15 
GeneralRe: Drawing boxes on panel from width and length Pin
niknurayunni21-Feb-09 23:46
niknurayunni21-Feb-09 23:46 
GeneralRe: Drawing boxes on panel from width and length Pin
dan!sh 22-Feb-09 1:38
professional dan!sh 22-Feb-09 1:38 
Question[VB.NET or C#] Replace file won't work, File in use? Pin
o m n i21-Feb-09 8:00
o m n i21-Feb-09 8:00 
GeneralRe: [VB.NET or C#] Replace file won't work, File in use? Pin
Luc Pattyn21-Feb-09 8:30
sitebuilderLuc Pattyn21-Feb-09 8:30 

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.