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
~644 People Reached
Favorite Forums
Member Avatar for k_nenad

Hi all, I need help with this code: DataAdapter1.Fill(DataSet1); DataSet1.Tables[0].DefaultView.Sort = "sortcolumn"; BindingSource1.DataSource = DataSet1.Tables[0].DefaultView; After execution, the "DataSet1.Tables[0].DefaultView.Sort" property is reset to empty string. What might be the cause of this, and how can this be avoided? Thanks

Member Avatar for k_nenad
0
103
Member Avatar for k_nenad

Hi all, I'm trying to get the list of files in a directory using WINAPI functions FindFirstFile and FindNextFile. The problem is that WIN32_FIND_DATA.cFileName returns only the first character of the file name. This is a console application created in Microsoft Visual C# 2008 Express Edition. Here is the code. …

Member Avatar for Y D'hondt
0
541