Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to update graphic Pin
donkaiser15-Jun-06 5:51
donkaiser15-Jun-06 5:51 
GeneralRe: how to update graphic Pin
Josh Smith15-Jun-06 5:55
Josh Smith15-Jun-06 5:55 
AnswerRe: how to update graphic Pin
Guffa15-Jun-06 6:20
Guffa15-Jun-06 6:20 
QuestionExport Excel without Excel Pin
Seb.2615-Jun-06 4:11
Seb.2615-Jun-06 4:11 
AnswerRe: Export Excel without Excel Pin
Dan Neely15-Jun-06 5:22
Dan Neely15-Jun-06 5:22 
GeneralRe: Export Excel without Excel Pin
Seb.2615-Jun-06 5:37
Seb.2615-Jun-06 5:37 
AnswerRe: Export Excel without Excel Pin
Josh Smith15-Jun-06 5:35
Josh Smith15-Jun-06 5:35 
QuestionResource Management Issue [modified] Pin
Archambault15-Jun-06 4:03
Archambault15-Jun-06 4:03 
I want to, after deployement of the application, modify the resources of my application. Let say you have a windows form with a button that has a name but you want the user to have the posibility to modify it. Since resources are compile in dll, it is a bit tricky. I have explore two possibilities:

1- I've tried to implement my own resource manager that I would replace in my form where as :
System.ComponentModel.ComponentResourceManager resources = myresourcemanager;

The ComponentResourceManager inherit from ResourceManager and add the ApplyResource method. I can easly derive from ComponentResourceManager, but I have a hard time changing the ResourceManager that it derive from.

I would like to modify only one line of code since it is in the Designer class. And that would leave me the IDE functionnality to generate resources.

I found this article : http://www.codeproject.com/aspnet/customsqlserverprovider.asp that is nice but is for asp and I'm missing information to fill the gap.

2- Uses uncompile resource at runtime that I would be able to modify. I found somewhere that it is possible with asp but didn't find much information about it.


Any ideas?

Thanks

-Archambault

-- modified at 11:59 Thursday 15th June, 2006
QuestionUniversal Time??? Pin
hung_ngole15-Jun-06 3:51
hung_ngole15-Jun-06 3:51 
AnswerRe: Universal Time??? Pin
Dan Neely15-Jun-06 4:04
Dan Neely15-Jun-06 4:04 
Questionquestion Pin
kjosh15-Jun-06 3:49
kjosh15-Jun-06 3:49 
AnswerRe: question Pin
Drew McGhie15-Jun-06 4:49
Drew McGhie15-Jun-06 4:49 
QuestionHow to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
tedhill1315-Jun-06 3:27
tedhill1315-Jun-06 3:27 
AnswerRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
Elina Blank15-Jun-06 4:01
sitebuilderElina Blank15-Jun-06 4:01 
GeneralRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
tedhill1315-Jun-06 4:21
tedhill1315-Jun-06 4:21 
AnswerRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
Elina Blank15-Jun-06 4:25
sitebuilderElina Blank15-Jun-06 4:25 
GeneralRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
tedhill1315-Jun-06 5:03
tedhill1315-Jun-06 5:03 
GeneralRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
Elina Blank15-Jun-06 5:12
sitebuilderElina Blank15-Jun-06 5:12 
Questiondrawing on tab control Pin
donkaiser15-Jun-06 3:26
donkaiser15-Jun-06 3:26 
AnswerRe: drawing on tab control Pin
donkaiser15-Jun-06 4:29
donkaiser15-Jun-06 4:29 
QuestionCreating a Bitmap from IntPtr to unmanaged memory: issues [modified] Pin
Jon Hulatt15-Jun-06 3:06
Jon Hulatt15-Jun-06 3:06 
AnswerRe: Creating a Bitmap from IntPtr to unmanaged memory: issues Pin
Guffa15-Jun-06 3:27
Guffa15-Jun-06 3:27 
GeneralRe: Creating a Bitmap from IntPtr to unmanaged memory: issues Pin
Florian Storck26-Jun-06 4:50
Florian Storck26-Jun-06 4:50 
QuestionCheckbox Column in DataGridView Pin
paas15-Jun-06 2:30
paas15-Jun-06 2:30 
AnswerRe: Checkbox Column in DataGridView Pin
paas15-Jun-06 3:41
paas15-Jun-06 3:41 

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.