I am using Netbeans Swing GUI builder to design my app\'s GUI. I have a JTextField tf and a JCheckBox cb.
I have two (or more) ListView\'s that are side by side. I need them to act as one so the selected in开发者_如何转开发dex of each is always the same.This should work :), maybe.
I am trying to create a custom TabItem template/style in my WPF 4.0 application (using VS 2010 Pro RTM), but inspite of everything seeming to work correctly, I am noticing a binding error in the trace
I am trying to bind a value of a slider control to a property that is in the same control: <Slider
I want to send an array of objects in the get request string. I kn开发者_开发知识库ow this isn\'t the optimal solution, but I really just want to get this up and running.
I have the following sql table which contains menu (website menu) data. Table Name: MenuItems Columns: Id, MenuId, ParentMenuItemId, Text.
I am a seasoned C and Java programmer, but an absolute WPF newbie. I am creating a kiosk application that will display a list of images of products that the user will click to see product details and
I have a wpf form. Which containslabels and other controls. Whole form has concrete dataSou开发者_如何学Pythonrce. I want labels in this form have another biding. only labels
I have a datagrid like this: <dg:DataGrid Name=\"dg\" AutoGenerateColumns=\"False\" CanUserDeleteRows=\"True\">
I have a class ca开发者_如何学Golled Cell with two properties. One is called Value of type int? And the other is called Candidates of type ObservableCollection<ObservableCollection<Candidate>