Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
AnswerRe: DisplayIndex like System.Componentmodel.DisplayName? Pin
Henry Minute24-Sep-09 12:05
Henry Minute24-Sep-09 12:05 
GeneralRe: DisplayIndex like System.Componentmodel.DisplayName? Pin
Member 621528424-Sep-09 23:43
Member 621528424-Sep-09 23:43 
GeneralRe: DisplayIndex like System.Componentmodel.DisplayName? Pin
Henry Minute25-Sep-09 3:05
Henry Minute25-Sep-09 3:05 
GeneralRe: DisplayIndex like System.Componentmodel.DisplayName? Pin
Member 621528430-Sep-09 2:47
Member 621528430-Sep-09 2:47 
Questiondelete Pin
nhqlbaislwfiikqraqnm24-Sep-09 8:28
nhqlbaislwfiikqraqnm24-Sep-09 8:28 
AnswerRe: All in one exe? Pin
Manas Bhardwaj24-Sep-09 8:36
professionalManas Bhardwaj24-Sep-09 8:36 
GeneralRe: All in one exe? Pin
nhqlbaislwfiikqraqnm24-Sep-09 8:57
nhqlbaislwfiikqraqnm24-Sep-09 8:57 
GeneralRe: All in one exe? Pin
DaveyM6924-Sep-09 9:18
professionalDaveyM6924-Sep-09 9:18 
If the dlls are written in C# and you have the source then you can do it this way:

Create backups of everything - just in case!
Open the project that is compiled to the exe.
In that solution, choose Add Existing Project for each of the projects that compile to dll and add each one.
Create folders with the same names as the dll projects in the exe one.
Select all files in each dll project and drag and drop to the respective folder.
Remove the dll projects from the solution.


You may have to play around a little if any of the projects are using a resources file etc, but generally speaking it should just work.

Dave

Generic BackgroundWorker - My latest article!
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: All in one exe? Pin
PIEBALDconsult24-Sep-09 9:52
mvePIEBALDconsult24-Sep-09 9:52 
AnswerRe: All in one exe? Pin
PIEBALDconsult24-Sep-09 8:38
mvePIEBALDconsult24-Sep-09 8:38 
GeneralRe: All in one exe? Pin
nhqlbaislwfiikqraqnm24-Sep-09 8:59
nhqlbaislwfiikqraqnm24-Sep-09 8:59 
GeneralRe: All in one exe? Pin
PIEBALDconsult24-Sep-09 9:53
mvePIEBALDconsult24-Sep-09 9:53 
AnswerRe: All in one exe? Pin
Luc Pattyn24-Sep-09 9:58
sitebuilderLuc Pattyn24-Sep-09 9:58 
AnswerRe: All in one exe? Pin
Mirko198024-Sep-09 21:46
Mirko198024-Sep-09 21:46 
Questionhow to add costum control to custom control via designer. [modified] Pin
Natural_Demon24-Sep-09 8:10
Natural_Demon24-Sep-09 8:10 
AnswerRe: how to add costum control to custom control via designer. Pin
Henry Minute24-Sep-09 12:09
Henry Minute24-Sep-09 12:09 
GeneralRe: how to add costum control to custom control via designer. Pin
Natural_Demon25-Sep-09 1:16
Natural_Demon25-Sep-09 1:16 
GeneralRe: how to add costum control to custom control via designer. Pin
Henry Minute25-Sep-09 2:59
Henry Minute25-Sep-09 2:59 
GeneralRe: how to add costum control to custom control via designer. Pin
Natural_Demon25-Sep-09 11:55
Natural_Demon25-Sep-09 11:55 
Questionhow to get "add web reference" option in windowsapplication.. Pin
priyareguri24-Sep-09 8:08
priyareguri24-Sep-09 8:08 
AnswerRe: how to get "add web reference" option in windowsapplication.. Pin
Manas Bhardwaj24-Sep-09 8:24
professionalManas Bhardwaj24-Sep-09 8:24 
GeneralRe: how to get "add web reference" option in windowsapplication.. Pin
.NET Source Code11-Apr-11 16:20
.NET Source Code11-Apr-11 16:20 
QuestionRe: how to get "add web reference" option in windowsapplication.. Pin
Arun190628-Sep-10 2:31
Arun190628-Sep-10 2:31 
AnswerRe: how to get "add web reference" option in windowsapplication.. Pin
Karthik. A28-Sep-10 5:39
Karthik. A28-Sep-10 5:39 
QuestionDataGridView combobox column problem Pin
TimWallace24-Sep-09 6:29
TimWallace24-Sep-09 6:29 

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.