Click here to Skip to main content
15,905,614 members

Comments by abboudi_ammar (Top 7 by date)

abboudi_ammar 10-Feb-18 10:52am View    
my app is compiled AnyCPU and running on a 64-bit machine and i use the 32-bit office 2007 and install 2007 Office System Driver: Data Connectivity Components(https://www.microsoft.com/en-us/download/details.aspx?id=23734) but it doesn't worked.
abboudi_ammar 10-Feb-18 9:03am View    
i use that with try and it show me an error:
"System.InvalidOperationException: Provider 'Microsoft.ACE.OLEDB.12.0' Is Not Inscribed on the Local Computer"
abboudi_ammar 1-Feb-18 10:15am View    
"the ListView will only see changes in the Data Binding if you use a collection that implements the INotifyCollectionChanged & INotifyPropertyChanged interfaces." is the ObservableCollection enough to do that?
abboudi_ammar 31-Jan-18 19:46pm View    
but in the MVVM design it's different. i must use the ObservableCollection and bind that with listview
abboudi_ammar 5-Dec-16 13:41pm View    
yes exactly, this what i want. i want to allow user to select the date which not inserted in the datebase.and i want to disable the date which reserved (existed in the database).all of this i want to show that via the control "DateTimePicker" in winform