So, derived classes do not have to use all of the properties inside its base class? Is it a correct design if I make a base class with several basic properties that will be reused, but some...
Thanks all your suggestions help. I still don't have a sample to post because I haven't been to the library yet. I'm using my cell phone to post to code guru. I think I have enough information now to...
Thanks I think I do try to over engineer stuff. I do have a solution but its on my home computer and I get internet from the library so I wasn't able to post my code. I will try to get it on a disk...
I am going to college in a couple months and I will be taking classes on OOP but I have been programming for a while and I want to get some basic stuff down this summer so the class goes easier.
...
I'm having a hard time understanding OOP. If I have two objects, customer and employee I should create a person class which declares fields that are common to both like first, middle, last name then...
It looks like windows is messed up. When I plug in the monitor it thinks there is only one monitor connected and the external monitor goes to sleep mode.
I had two monitors running on my desktop and moved the second monitor to my laptop. I want to display a copy on both monitors so I can use a huge monitor with my laptop.
I don't know anything about how to cache data. I know that SQL Express is free but it has a 4GB limit and I'm not sure how long that would take to use up. Just the schema of my database with tables,...
I am creating a custom control and I guess its a little different then a UserControl because I can't figure out how to hide a property from the Property Window. If this property is set at Design Time...
Thanks for all your help on this matter. I am starting college this fall and am tworn between which degree program to go for. I can't decide between networking or programming. Both are state of the...
Oh, I tried something but I couldn't get the syntax right. I think I tried xmlWriter and xmlTextWriter but they wouldn't let me search the file and make changes.
So what is the "best" IDE for C++? Really, I've always thought that C++ was a MS product. I normally use C# but I want to learn C++ I am using C++ Express Edition right now. I know there is a Visual...
I just installed C++ 2008 .Net and it looks like there are not WPF, or LINQ options when making new projects and I don't know about WCF or XNA. In C# I have an option to add a Linq To C# class that...
I have a BlackBerry that connects to my PC with a USB cable. I don't have the Internet on my PC right now and was wondering if its possible to use the BlackBerry's Internet on my PC. My BlackBerry...
I will try this when I get home and see what happens. Do you know of any way to convert the result to a DataSet or even a DataTable instead of a List? I have been unable to find an easy...
I have a issue with a Linq query return falling out of scope. I am using the "using" block when initializing the data context so that it is disposed correctly. However, the "using" block is...