Click here to Skip to main content
16,005,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: generate rtf code of pictures/images Pin
Heath Stewart4-Apr-04 19:33
protectorHeath Stewart4-Apr-04 19:33 
GeneralRe: generate rtf code of pictures/images Pin
Jay Shankar4-Apr-04 20:47
Jay Shankar4-Apr-04 20:47 
GeneralRe: generate rtf code of pictures/images Pin
Heath Stewart5-Apr-04 4:13
protectorHeath Stewart5-Apr-04 4:13 
GeneralRe: generate rtf code of pictures/images Pin
je_gonzalez5-Apr-04 12:44
je_gonzalez5-Apr-04 12:44 
GeneralRe: generate rtf code of pictures/images Pin
Jay Shankar5-Apr-04 15:15
Jay Shankar5-Apr-04 15:15 
GeneralComponent Properties Pin
dbetting4-Apr-04 17:57
dbetting4-Apr-04 17:57 
GeneralRe: Component Properties Pin
Heath Stewart4-Apr-04 18:10
protectorHeath Stewart4-Apr-04 18:10 
GeneralRe: Component Properties Pin
dbetting5-Apr-04 10:06
dbetting5-Apr-04 10:06 
The main project this is occurring was upgraded a couple months ago. The losing of properties is a matter of: Open VS2003, setting the properties as I want them, compile and test them to make sure they work, shut down VS2003, reopen the solution a few days later, properties have been reset!

I did look in the source code directory. The ResX file timestamps are current so they are getting updated, indicating that I'm using them. I just went through all the settings in Tools/Options. I'm not finding anything to explicitly direct the use/non-use of the ResX files. So, I pulled up help found I should set the Localizable flag to false. All my forms have it off.

If I interpret the use of Localizable correctly, the ResX file will always get used. The Localizable causes the creation of additional RexX files, one for each appropriate language.

Which only leaves something in the assemblies. Let me ask this:
If I have components A, B and C in MyDLLs (version 1) and they are in use in the solution.
I add a component D. To prevent duplicate components when Add/Remove Toolbox Items is used, I remove v1 of A, B and C from the Toolbox. I then reference MyDLLs and add A, B, C and D back into the toolbox but they are all now Version 2.
Will this reset components A, B and C in my solution?
GeneralRe: Component Properties Pin
Heath Stewart5-Apr-04 10:34
protectorHeath Stewart5-Apr-04 10:34 
QuestionGenerating listbox based on dataset? Pin
MeterMan4-Apr-04 17:45
MeterMan4-Apr-04 17:45 
AnswerRe: Generating listbox based on dataset? Pin
Heath Stewart4-Apr-04 18:06
protectorHeath Stewart4-Apr-04 18:06 
GeneralRe: Generating listbox based on dataset? Pin
MeterMan4-Apr-04 19:09
MeterMan4-Apr-04 19:09 
GeneralRe: Generating listbox based on dataset? Pin
MeterMan5-Apr-04 10:41
MeterMan5-Apr-04 10:41 
GeneralRe: Generating listbox based on dataset? Pin
Heath Stewart5-Apr-04 10:46
protectorHeath Stewart5-Apr-04 10:46 
GeneralRe: Generating listbox based on dataset? Pin
MeterMan5-Apr-04 11:03
MeterMan5-Apr-04 11:03 
GeneralRe: Generating listbox based on dataset? Pin
MeterMan5-Apr-04 14:37
MeterMan5-Apr-04 14:37 
GeneralRe: Generating listbox based on dataset? Pin
Heath Stewart5-Apr-04 17:20
protectorHeath Stewart5-Apr-04 17:20 
GeneralRe: Generating listbox based on dataset? Pin
MeterMan5-Apr-04 18:27
MeterMan5-Apr-04 18:27 
GeneralRe: Generating listbox based on dataset? Pin
Heath Stewart5-Apr-04 18:34
protectorHeath Stewart5-Apr-04 18:34 
GeneralRe: Generating listbox based on dataset? Pin
MeterMan5-Apr-04 21:14
MeterMan5-Apr-04 21:14 
GeneralChanging menu bars color Pin
MeterMan4-Apr-04 16:34
MeterMan4-Apr-04 16:34 
GeneralRe: Changing menu bars color Pin
Heath Stewart4-Apr-04 18:00
protectorHeath Stewart4-Apr-04 18:00 
GeneralRe: Changing menu bars color Pin
MeterMan4-Apr-04 19:09
MeterMan4-Apr-04 19:09 
GeneralMaking menu Item bring and kill focus Pin
MeterMan4-Apr-04 16:28
MeterMan4-Apr-04 16:28 
GeneralRe: Making menu Item bring and kill focus Pin
Heath Stewart4-Apr-04 17:52
protectorHeath Stewart4-Apr-04 17:52 

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.