Click here to Skip to main content
15,913,055 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: hoe to search particular file in folder under drives Pin
Pete O'Hanlon19-Mar-08 3:08
mvePete O'Hanlon19-Mar-08 3:08 
GeneralRe: hoe to search particular file in folder under drives Pin
Eduard Keilholz25-Mar-08 21:16
Eduard Keilholz25-Mar-08 21:16 
GeneralMake Money From My Computer Program Pin
hosdfiadsf18-Mar-08 16:40
hosdfiadsf18-Mar-08 16:40 
GeneralRe: Make Money From My Computer Program Pin
Christian Graus18-Mar-08 20:36
protectorChristian Graus18-Mar-08 20:36 
GeneralRe: Make Money From My Computer Program Pin
Brady Kelly21-Mar-08 23:50
Brady Kelly21-Mar-08 23:50 
GeneralRe: Make Money From My Computer Program Pin
hosdfiadsf22-Mar-08 3:56
hosdfiadsf22-Mar-08 3:56 
GeneralRe: Make Money From My Computer Program Pin
Luis Alonso Ramos30-Mar-08 15:44
Luis Alonso Ramos30-Mar-08 15:44 
QuestionFrom Form to DLL - How Do I Package Resource Icons and Files? Pin
Tom91118-Mar-08 7:19
Tom91118-Mar-08 7:19 
I began with a textbook Form example (Petzold's Directory TreeView Form)that uses icon resources and modified/experimented with it to begin the C# learning process.

There are icon resource files used in the project and they have their property "Build Action" set to "Embedded Resource". My attempts at placing the icons in their own folder failed. It seems they must be in the solution's root directory? I suspect this observation is because: "I don't know diddly yet!"

I am now trying to transform my modified Petzold code into a DLL. I need to learn how to wrap up the resources so that they are contained in the DLL.

I've been able to create and use the DLL ... but only when I "copy" the icon resource files into the \bin\release directory. Frown | :(

What are the steps I should take so that the resources become a part of the single *.dll file?

When I double click the "Properties" folder in the SolutionExplorer and then select "Resources" ... I am prompted to create a default resources file. Here I can add Icon files and text files. Awesome if that was all that was needed to have the resources become part of the DLL file!! But my DLL does not "find" those resources. Cry | :(( Again, I seem to have to copy them into the \bin\release directory for them to be found.

Please teach me or point me towards a good tutorial or textbook that covers the usage of resources in a DLL.

Thanks for all help and suggestions.

-- Tom
GeneralRe: From Form to DLL - How Do I Package Resource Icons and Files? Pin
Aurelius166420-Mar-08 5:38
Aurelius166420-Mar-08 5:38 
QuestionHow to populate datas in a Datagridview comboboxcolumn? Pin
kssknov18-Mar-08 2:37
kssknov18-Mar-08 2:37 
GeneralRe: How to populate datas in a Datagridview comboboxcolumn? Pin
Herman<T>.Instance1-Apr-08 23:42
Herman<T>.Instance1-Apr-08 23:42 
QuestionShare MSDN in LAN Pin
Sachin Pimpale18-Mar-08 0:44
Sachin Pimpale18-Mar-08 0:44 
Generaldatagrid or dataset to excel file Pin
caradri17-Mar-08 3:39
caradri17-Mar-08 3:39 
GeneralRe: datagrid or dataset to excel file Pin
Giorgi Dalakishvili17-Mar-08 7:40
mentorGiorgi Dalakishvili17-Mar-08 7:40 
QuestionWhat thing is done from IStream::Read to IWMReaderCallbackAdvanced::OnStreamSample? Pin
markliu-codeproject16-Mar-08 22:09
markliu-codeproject16-Mar-08 22:09 
GeneralMDI Child Form Pin
divyesh143216-Mar-08 21:33
divyesh143216-Mar-08 21:33 
GeneralRe: MDI Child Form Pin
parth.p17-Mar-08 0:13
parth.p17-Mar-08 0:13 
GeneralRe: MDI Child Form Pin
divyesh143217-Mar-08 0:16
divyesh143217-Mar-08 0:16 
GeneralSortedList Pin
Anneke16-Mar-08 11:35
Anneke16-Mar-08 11:35 
GeneralRe: SortedList Pin
Luc Pattyn16-Mar-08 14:34
sitebuilderLuc Pattyn16-Mar-08 14:34 
GeneralRe: SortedList Pin
Anneke18-Mar-08 9:13
Anneke18-Mar-08 9:13 
GeneralRe: SortedList Pin
Luc Pattyn18-Mar-08 13:00
sitebuilderLuc Pattyn18-Mar-08 13:00 
Generalunbound datagrid Pin
mr.me15-Mar-08 7:31
mr.me15-Mar-08 7:31 
GeneralRe: unbound datagrid Pin
Rocky#16-Mar-08 22:14
Rocky#16-Mar-08 22:14 
GeneralRe: unbound datagrid Pin
mr.me17-Mar-08 19:28
mr.me17-Mar-08 19:28 

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.