I know all the data source controls like LinqDataSource, ObjectDataSource etc. They are cool but they are inten开发者_如何学Goded to be used in conjunction with a database.
I have a tab control on a form, and a couple different tabs have save buttons on them. Once the user saves data (via SQL statements in VBA), I set the .enabled = false so that they cannot use this but
I have recently upgraded a .net1.1 solution to .net2.0. AS this is a very heavy GUI appilcation with loads of controls and many multithreaded operations that update the GUI.
I need my form in Delphi to be resizeable, and all components and controls should stretch proportionally, along with font sizes etc. Right now in order to resize components I write a code inside \"OnR
I have a WPF app with a usercontrol that contains a HwndHost.The HwndHost is created as follows: hwndHost = CreateWindowEx(0, \"static\", \"\",
I use MouseMove event to move objects(say labels). simple principle(schematic): OnMouseMove(e MouseEventArgs)
I\'m trying to replicate the nowadays so fashionable \"reflex\" effect on a controltemplate for buttons I\'m creating.
i have a table which looks similar to this <asp:TableRow><asp:TableCell>Question 1</asp:TableCell><asp:TableCell ID =\"Question1Text\"></asp:TableCell></asp:TableRow&
I find PopUpButton, PopUpMenuButton and ComboBox controls have the same function and behavior in Flex. What\'s the difference 开发者_StackOverflow社区between them? Are they redundant?
I\'m starting to develop a eBook reader for mobile using Java开发者_运维百科 ME, but for the control were the book will be shown I need a personalized control. For this I need to first know how to do