Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: Too many namespaces in a class Pin
Migounette9-Dec-09 22:17
Migounette9-Dec-09 22:17 
AnswerRe: Too many namespaces in a class Pin
jdkulkarni9-Dec-09 22:20
jdkulkarni9-Dec-09 22:20 
GeneralRe: Too many namespaces in a class Pin
PIEBALDconsult10-Dec-09 3:56
mvePIEBALDconsult10-Dec-09 3:56 
AnswerRe: Too many namespaces in a class Pin
Richard MacCutchan9-Dec-09 23:40
mveRichard MacCutchan9-Dec-09 23:40 
AnswerRe: Too many namespaces in a class Pin
PIEBALDconsult10-Dec-09 4:03
mvePIEBALDconsult10-Dec-09 4:03 
QuestionC# -- Xml child node problem [modified] Pin
<<Tash18>>9-Dec-09 18:55
<<Tash18>>9-Dec-09 18:55 
AnswerRe: C# -- Xml child node problem Pin
Covean9-Dec-09 22:47
Covean9-Dec-09 22:47 
QuestionI'm Having Way Too Much Fun (but I have another question...) Pin
Roger Wright9-Dec-09 18:39
professionalRoger Wright9-Dec-09 18:39 
The app I'm doing now, to manage equipment records in an electrical substation, uses about 6 major devices - reclosers, regulators, transformers, capacitors, load tap changers, and breakers - but I'm only working with one type right now. Initially I defined that class in the main form of the app, but I know that's going to get unwieldy later when I add the rest of the devices. So tonight I added a code file, moved the recloser class there, and modified the 'using' statements in the rest of the project to reference the new namespace containing the equipment classes. It worked very nicely, with no errors, so I must be learning something. Big Grin | :-D

Whenever I create a new form or other component in my project, VS automatically adds those ubiquitous 'using' statements, and I notice they're all selected from the list under References in Project Explorer. Is there a way I can set up the IDE to automatically add my custom namespace to each new item I create as the project grows? I tried adding a reference, but my new namespace doesn't show up in any of the tabs of the selection box. It's a minor thing, but it would be a convenience, and would probably save me a few errors later when I inevitably forget to type in the reference manually.

Or should I just shut up and go back to typing?Unsure | :~

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

AnswerRe: I'm Having Way Too Much Fun (but I have another question...) Pin
dan!sh 9-Dec-09 20:58
professional dan!sh 9-Dec-09 20:58 
GeneralRe: I'm Having Way Too Much Fun (but I have another question...) Pin
Roger Wright10-Dec-09 18:42
professionalRoger Wright10-Dec-09 18:42 
AnswerRe: I'm Having Way Too Much Fun (but I have another question...) Pin
PIEBALDconsult10-Dec-09 3:50
mvePIEBALDconsult10-Dec-09 3:50 
QuestionDataGridViewColumn can be accessed by multiple threads [modified] Pin
jdkulkarni9-Dec-09 18:33
jdkulkarni9-Dec-09 18:33 
Questionreg creation of multi file assembly Pin
sandhiyaus9-Dec-09 17:50
sandhiyaus9-Dec-09 17:50 
AnswerRe: reg creation of multi file assembly Pin
PIEBALDconsult9-Dec-09 18:10
mvePIEBALDconsult9-Dec-09 18:10 
QuestionTrying to use HashSet<t></t> Pin
BobInNJ9-Dec-09 13:38
BobInNJ9-Dec-09 13:38 
AnswerRe: Trying to use HashSet Pin
N a v a n e e t h9-Dec-09 14:53
N a v a n e e t h9-Dec-09 14:53 
QuestionDelete a word everytime the program see it. Pin
ahlm9-Dec-09 10:54
ahlm9-Dec-09 10:54 
AnswerRe: Delete a word everytime the program see it. Pin
Migounette9-Dec-09 11:56
Migounette9-Dec-09 11:56 
AnswerRe: Delete a word everytime the program see it. Pin
Abhinav S9-Dec-09 17:13
Abhinav S9-Dec-09 17:13 
GeneralRe: Delete a word everytime the program see it. Pin
ahlm9-Dec-09 18:31
ahlm9-Dec-09 18:31 
QuestionSqlCeResultSet Problem [modified] Pin
Stanciu Vlad9-Dec-09 6:25
Stanciu Vlad9-Dec-09 6:25 
AnswerRe: SqlCeResultSet Problem Pin
Migounette9-Dec-09 12:19
Migounette9-Dec-09 12:19 
QuestionRe: SqlCeResultSet Problem Pin
Stanciu Vlad9-Dec-09 20:09
Stanciu Vlad9-Dec-09 20:09 
QuestionUpdate own written TabPage Pin
Tagamoga9-Dec-09 4:18
Tagamoga9-Dec-09 4:18 
AnswerRe: Update own written TabPage Pin
The Man from U.N.C.L.E.9-Dec-09 7:01
The Man from U.N.C.L.E.9-Dec-09 7:01 

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.