Click here to Skip to main content
15,907,910 members
Home / Discussions / C#
   

C#

 
AnswerRe: Enumerating All computers on the Lan Pin
Josh Smith15-Jun-06 5:47
Josh Smith15-Jun-06 5:47 
AnswerRe: Enumerating All computers on the Lan Pin
Alexander Wiseman15-Jun-06 6:11
Alexander Wiseman15-Jun-06 6:11 
GeneralRe: Enumerating All computers on the Lan Pin
Josh Smith15-Jun-06 7:58
Josh Smith15-Jun-06 7:58 
GeneralRe: Enumerating All computers on the Lan Pin
Alexander Wiseman15-Jun-06 8:50
Alexander Wiseman15-Jun-06 8:50 
QuestionUsing ifdef DEBUG Pin
MrEyes15-Jun-06 5:35
MrEyes15-Jun-06 5:35 
AnswerRe: Using ifdef DEBUG Pin
Josh Smith15-Jun-06 5:37
Josh Smith15-Jun-06 5:37 
GeneralRe: Using ifdef DEBUG [modified] Pin
MrEyes15-Jun-06 5:39
MrEyes15-Jun-06 5:39 
GeneralRe: Using ifdef DEBUG Pin
Alexander Wiseman15-Jun-06 5:41
Alexander Wiseman15-Jun-06 5:41 
GeneralRe: Using ifdef DEBUG Pin
Josh Smith15-Jun-06 5:42
Josh Smith15-Jun-06 5:42 
AnswerRe: Using ifdef DEBUG Pin
Alexander Wiseman15-Jun-06 5:39
Alexander Wiseman15-Jun-06 5:39 
QuestionDetect Dialup Connection (without WebRequest) Pin
Ariston Darmayuda15-Jun-06 5:01
Ariston Darmayuda15-Jun-06 5:01 
Questionhow to update graphic Pin
donkaiser15-Jun-06 4:52
donkaiser15-Jun-06 4:52 
AnswerRe: how to update graphic Pin
Guffa15-Jun-06 5:14
Guffa15-Jun-06 5:14 
GeneralRe: how to update graphic Pin
donkaiser15-Jun-06 5:29
donkaiser15-Jun-06 5:29 
GeneralRe: how to update graphic Pin
Josh Smith15-Jun-06 5:31
Josh Smith15-Jun-06 5:31 
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 

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.