Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Member Avatar for Jarrhed

So, I recently got an MBR virus and after (and partially during) removal I began to get frequent BSOD's and freezes (as in, no debug info simply stop doing any operation), and those BSOD's didn't provide any useful debug information (no message in all caps such as "IRQL NOT LESS …

Member Avatar for mazzah
0
356
Member Avatar for Jarrhed

I'm having a whole lot of difficulty attempting to add data to a multi-column ListView Here's the code for the ListView [CODE]ListView Height="263" Margin="12,29,12,0" Name="Tasks_ListView" VerticalAlignment="Top" ItemsSource="{Binding Source=}"> <ListView.View> <GridView> <GridViewColumn Width="91" DisplayMemberBinding="{Binding CourseName}" Header="Class Name" /> <GridViewColumn Width="275" Header="Assignment Name" DisplayMemberBinding="{Binding AssignmentName}"/> <GridViewColumn Width="110" Header="Due Date" DisplayMemberBinding="{Binding Path=Due_Date}"/> <GridViewColumn …

Member Avatar for Mitja Bonca
0
4K
Member Avatar for Jarrhed

The program I am working on is having a null reference exception whenever it tries to delete the node. The buggy code: First one is where the variable is declared for getting the name of the node to be deleted, just node htese are bits of the code [code] foreach …

Member Avatar for kvprajapati
0
83