Forum: C# Oct 9th, 2009 |
| Replies: 0 Views: 265 Hi,
how can I make docking mechanism known from the Visual Studio in WPF. Is it hard to achieve? Is there any simple example of dockable windows? I found one on codeprocject, but that example is... |
Forum: C# Sep 23rd, 2009 |
| Replies: 0 Views: 692 Hi,
Can I choose in VS 2008 items from toolbox to load? For example I want user only to see button, textbox, checkbox, listbox, radiobutton controls and 3 custom control created by me - only these... |
Forum: C# Aug 12th, 2009 |
| Replies: 5 Views: 249 could you explain me how can I do that? |
Forum: C# Aug 12th, 2009 |
| Replies: 5 Views: 249 thanks
but the problem is in converting array elements from UIElement to byte. .. It raises error |
Forum: C# Aug 12th, 2009 |
| Replies: 5 Views: 249 Hi
my question is about saving array consisting of elements of type UIElement or Button. How can I store them in database and read them from db? Must I conert array to any other type(conversion... |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 332 reading from db takes about 20 seconds.
Thanks a lot for file you attached and ideas. I will try to go on with my app next week and apply you suggestions |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 332 so your advice Scott is to use threads? I would be really grateful if you would show me example of using progress form during reading from DB. |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 332 Hello,
I need some tips to develop an application(Windows Forms, C#). My app will read/write data to/from database. I wonder to know how can I develop displaing some message during reading or... |