Tagged Questions
2
votes
3answers
113 views
Name of the Control doesn't exist even if it does
I'm getting an error where chkBox1 does not exist in the current context, anyone has a solution to this?
Here is the XAML:
<ListBox ItemsSource="{Binding Files}" Margin="0,42,0,115" ...
0
votes
1answer
28 views
Add All Existing Projects Within Directory
I realize that this is not the best practices for working on individual projects. However, I had a rather large code base I am attempting to refactor, and would like to know if a change I make has ...
0
votes
4answers
245 views
Adding row to relational table - linq to sql
I have 3 primary Tables - Picture, Album and Collage. Collage and Album can have 1-many pictures. Pictures do not have to be in Album to be added to the Collage.
To define their relationship, I ...
0
votes
0answers
127 views
C# Integrating chat system into existing project
I asked a few weeks ago about chat options, and have since found a good one with the source code available for download. I am still, however, unsure of how to integrate the functionality into the ...