(a link to an image of the class designer and app is below)
I have 2 linq to sql classes, Place and PlaceType. A place is a restaurant and PlaceType is the type of food. To add a new place, y...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23049249.html
I have a dataview of a datatable that I have filtered down by location. There are 5 columns in this view that I need to do a count on and return a value. I found the code below in a different que...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23614383.htm...
I have created a windows service that will run and open another app at the same time every day. It seems to work as far as starting the app and I see it load into the task manager under processes,...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23640091.htm...
I have a form1 and form 2. When I try to open form2 from form1 using the following code, it opens the form window twice. Any thoughts on what would cause this?
dim form as new form2
form.show
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23643651.html
This is my first windows service and I have been reading a lot about them from different sources and I have combined some of the items I have gathered along the way. I am sure that the only true t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23631838.htm...
I am creating a custom control that inherits from Selector using WPF and C# (.NET 3.5). For some of my functionality to work correctly, I need to be able to pull values/display text out of the con...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_23589984.h...