Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Partial String Searches in C# Pin
Vodstok5-Apr-04 6:04
Vodstok5-Apr-04 6:04 
QuestionHow can I hide a TabPage? Pin
Andretux2-Apr-04 8:51
Andretux2-Apr-04 8:51 
AnswerRe: How can I hide a TabPage? Pin
Heath Stewart2-Apr-04 9:10
protectorHeath Stewart2-Apr-04 9:10 
Generalresx bug(?) Pin
Hugo Hallman2-Apr-04 8:01
Hugo Hallman2-Apr-04 8:01 
GeneralRe: resx bug(?) Pin
Hugo Hallman2-Apr-04 8:25
Hugo Hallman2-Apr-04 8:25 
GeneralRe: resx bug(?) Pin
Heath Stewart2-Apr-04 9:13
protectorHeath Stewart2-Apr-04 9:13 
GeneralRe: resx bug(?) Pin
leppie2-Apr-04 20:20
leppie2-Apr-04 20:20 
GeneralRe: resx bug(?) Pin
Heath Stewart3-Apr-04 3:16
protectorHeath Stewart3-Apr-04 3:16 
Well, IMO its VS.NET doing what IDEs are typically for - making the life of coders easily. If you organize your projects into "folders", the default namespace of a source file uses that prepended with the default namespace configured in the project. If you add ResX files to that, the same thing happens, keeping with consistent behavior. This is especially important when adding ResX files to be scoped with the fully-qualified class name.

If you don't want VS.NET doing things for you - or any IDE for that matter - use the command-line tools. I typically do when I need something quick and don't want VS.NET automating tasks such as this.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: resx bug(?) Pin
leppie3-Apr-04 6:38
leppie3-Apr-04 6:38 
GeneralWord Automation Pin
Guinness4Strength2-Apr-04 7:33
Guinness4Strength2-Apr-04 7:33 
GeneralRe: Word Automation Pin
Heath Stewart2-Apr-04 9:17
protectorHeath Stewart2-Apr-04 9:17 
GeneralMulti-thread windows service Pin
Mike Laboissonniere2-Apr-04 6:35
sussMike Laboissonniere2-Apr-04 6:35 
QuestionHow can I set my Parent Window with Managed Code Pin
RapidFireBill2-Apr-04 5:53
RapidFireBill2-Apr-04 5:53 
AnswerRe: How can I set my Parent Window with Managed Code Pin
Dave Kreskowiak2-Apr-04 6:17
mveDave Kreskowiak2-Apr-04 6:17 
AnswerRe: How can I set my Parent Window with Managed Code Pin
Heath Stewart2-Apr-04 9:29
protectorHeath Stewart2-Apr-04 9:29 
GeneralPosting a URL to a CiscoIPPhone Pin
nathan521742-Apr-04 5:31
nathan521742-Apr-04 5:31 
GeneralRe: Posting a URL to a CiscoIPPhone Pin
nathanreynolds2-Apr-04 5:34
nathanreynolds2-Apr-04 5:34 
GeneralRe: Posting a URL to a CiscoIPPhone Pin
Heath Stewart2-Apr-04 9:32
protectorHeath Stewart2-Apr-04 9:32 
GeneralRe: Posting a URL to a CiscoIPPhone Pin
nathan521745-Apr-04 4:24
nathan521745-Apr-04 4:24 
GeneralRe: Posting a URL to a CiscoIPPhone Pin
Heath Stewart5-Apr-04 4:52
protectorHeath Stewart5-Apr-04 4:52 
QuestionCurrent Cell Back Color in a DataGrid? Pin
benqazou2-Apr-04 5:24
benqazou2-Apr-04 5:24 
AnswerRe: Current Cell Back Color in a DataGrid? Pin
Heath Stewart2-Apr-04 9:37
protectorHeath Stewart2-Apr-04 9:37 
GeneralDatagrid, handling events Pin
benqazou2-Apr-04 5:09
benqazou2-Apr-04 5:09 
GeneralRe: Datagrid, handling events Pin
Heath Stewart2-Apr-04 9:39
protectorHeath Stewart2-Apr-04 9:39 
GeneralPassing data to a form. Pin
Demian Panello2-Apr-04 4:58
Demian Panello2-Apr-04 4:58 

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.