Click here to Skip to main content
15,914,070 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question.Net Controls Postion Pin
Jhony91122-Sep-06 2:00
Jhony91122-Sep-06 2:00 
AnswerRe: .Net Controls Postion Pin
Dave Kreskowiak22-Sep-06 3:08
mveDave Kreskowiak22-Sep-06 3:08 
Questioninstallation headache Pin
ihe22-Sep-06 1:26
ihe22-Sep-06 1:26 
AnswerRe: installation headache Pin
Dave Kreskowiak22-Sep-06 3:05
mveDave Kreskowiak22-Sep-06 3:05 
GeneralRe: installation headache Pin
ihe25-Sep-06 5:23
ihe25-Sep-06 5:23 
GeneralRe: installation headache Pin
Dave Kreskowiak25-Sep-06 12:54
mveDave Kreskowiak25-Sep-06 12:54 
GeneralRe: installation headache Pin
ihe26-Sep-06 1:28
ihe26-Sep-06 1:28 
GeneralRe: installation headache Pin
Dave Kreskowiak26-Sep-06 2:09
mveDave Kreskowiak26-Sep-06 2:09 
Do not set a reference to the .DLL file itself. Make your control library project part of the same solution as your application. In your application project, set the reference to the control library project. Do NOT copy .DLL's into the bin folders of your windows app project. This will lead to "unable to find version errors", or problems where you make a change to the library code and can't figure out why the changes don't show up in your windows app.

To this solution, add your installer project. Pick the Setup Wizard to make this a little easier and make sure you add the Primary Output from both the Windows application and Control Library projects.

That should about do it...


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: installation headache Pin
ihe26-Sep-06 21:49
ihe26-Sep-06 21:49 
GeneralRe: installation headache Pin
Dave Kreskowiak27-Sep-06 2:20
mveDave Kreskowiak27-Sep-06 2:20 
GeneralRe: installation headache Pin
ihe28-Sep-06 3:24
ihe28-Sep-06 3:24 
QuestionIs this possible? Pin
zenithmaximus22-Sep-06 0:54
zenithmaximus22-Sep-06 0:54 
AnswerRe: Is this possible? Pin
Christian Graus22-Sep-06 1:13
protectorChristian Graus22-Sep-06 1:13 
AnswerRe: Is this possible? Pin
Dave Kreskowiak22-Sep-06 3:02
mveDave Kreskowiak22-Sep-06 3:02 
AnswerRe: Is this possible? Pin
The ANZAC22-Sep-06 12:30
The ANZAC22-Sep-06 12:30 
Question[Message Deleted] Pin
PREMSONBABY22-Sep-06 0:03
PREMSONBABY22-Sep-06 0:03 
AnswerRe: How to get the startup path from a dll Pin
Dave Kreskowiak22-Sep-06 2:58
mveDave Kreskowiak22-Sep-06 2:58 
Questionto declare operator Pin
spbhattind21-Sep-06 23:35
spbhattind21-Sep-06 23:35 
AnswerRe: to declare operator Pin
Christian Graus22-Sep-06 0:03
protectorChristian Graus22-Sep-06 0:03 
AnswerRe: to declare operator Pin
Dave Kreskowiak22-Sep-06 2:45
mveDave Kreskowiak22-Sep-06 2:45 
GeneralRe: to declare operator Pin
Dave Sexton22-Sep-06 3:56
Dave Sexton22-Sep-06 3:56 
GeneralRe: to declare operator Pin
Coding C#23-Sep-06 0:17
Coding C#23-Sep-06 0:17 
Questionsimple image processing Pin
Prinz Ryoiji21-Sep-06 23:19
Prinz Ryoiji21-Sep-06 23:19 
AnswerRe: simple image processing Pin
Christian Graus22-Sep-06 0:06
protectorChristian Graus22-Sep-06 0:06 
AnswerRe: simple image processing Pin
The ANZAC22-Sep-06 11:46
The ANZAC22-Sep-06 11:46 

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.