No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Totally a newbie question.. Sorry. My co-worker & myself are seeing that C# is the prefered language over VB. We would like to change, but right now it is only to make sure we are more marketable as our company is going down the tubes. We cannot go to our … | |
OK semi new, so you may not think my brilliant discovery is oh so brilliant.. But the reprocussions knocked me dead. I found to make code more readable, I can sub class things. So I had in different class files (for readability) File # 1 had... [ICODE]namespace MyLibrary { public … | |
I am just learning Datasets, and as luck ALWAYS has it can not start out simple. I am pulling from an ODBC file which can be connected to on the Dataserver or Table adaptor, but then they come in with no tables. So I am forced to work with runtime … | |
Just got VS 2008 for work, I am converting some items from VS 2006 to VS 2008.. But one project I want to split. So I converted the old project to VS2008. Then created a new shell project. Using the "add existing item" I tried to copy the forms in.. … | |
When building classes I thought if I just added an enum to the parameter list it would pop up the list of the enums, sort of like intellisence.. But I clearly am missing something.. [code] public enum eFullWeekDays { Sunday = 1, Monday = 2, Tuesday = 3, Wednesday = … |
The End.