Click here to Skip to main content
15,900,512 members
Home / Discussions / C#
   

C#

 
QuestionDISPLAYING 16 BIT IMAGES Pin
Rosana200924-Sep-09 9:57
Rosana200924-Sep-09 9:57 
AnswerRe: DISPLAYING 16 BIT IMAGES Pin
Christian Graus24-Sep-09 13:37
protectorChristian Graus24-Sep-09 13:37 
GeneralRe: DISPLAYING 16 BIT IMAGES Pin
Rosana200924-Sep-09 17:45
Rosana200924-Sep-09 17:45 
QuestionHow to create a WCF web service from existing WSDL Pin
Niiiissssshhhhhuuuuu24-Sep-09 9:41
Niiiissssshhhhhuuuuu24-Sep-09 9:41 
QuestionAdmin Rights Pin
Dunk310124-Sep-09 9:34
Dunk310124-Sep-09 9:34 
AnswerRe: Admin Rights Pin
Ennis Ray Lynch, Jr.24-Sep-09 12:56
Ennis Ray Lynch, Jr.24-Sep-09 12:56 
GeneralRe: Admin Rights Pin
Dunk310124-Sep-09 13:15
Dunk310124-Sep-09 13:15 
GeneralRe: Admin Rights Pin
Dave Kreskowiak24-Sep-09 13:28
mveDave Kreskowiak24-Sep-09 13:28 
GeneralRe: Admin Rights Pin
Ennis Ray Lynch, Jr.24-Sep-09 13:40
Ennis Ray Lynch, Jr.24-Sep-09 13:40 
QuestionDisplayIndex like System.Componentmodel.DisplayName? Pin
Member 621528424-Sep-09 9:01
Member 621528424-Sep-09 9:01 
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 

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.