Browse by Tags

All Tags » WPF (RSS)
Sorry, but there are no more tags available to filter with.

Just a Simple CRUD WPF

Here is the code 1: namespace SimpleCRUD 2: { 3: /// <summary> 4: /// Interaction logic for Window1.xaml 5: /// </summary> 6: /// 7: public partial class Window1 : Window 8: { 9: IEnumerable<employee> employeecontainer; 10: CollectionView...
Posted by cipto | with no comments
Filed under:

Changing 2D to 3D

Now i've just take a look at this 3d WPF HOL to make everything inside a grid, which is just ordinary 2d . To become a 3D just download the 3d Tools on code plex, reference it on your WPF project add a reference for the namespace in your xaml xmlns...
Posted by cipto | with no comments
Filed under:

Changing Button Template in WPF

ok, i've just take a look at some WPF cast from the developer kit.net 3.5 sp1 from yesterday MSDN day. and mm i try the HOL for WPF, and when changing the skin of a button i simply right click on the normal button the expression blend Edit a control...
Posted by cipto | with no comments
Filed under: