- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Hi, How do you disable the minimize button in a JFrame. I only want to disable the minimize button, not the close and maximize button. Please help me with this one. Thanks.
hi! i am new to objective c programming. i am making a quiz application. i have a home screen which options like: view instructions and start quiz. how can i display another view when i click a button. like, i want to display the instruction screen when i click instructions. …
hi! i have the code for saving a gridview as an html file using a savefiledialog. i want to save it to a specific path (without using the savefiledialog)... how can i do that? here's my code: Collapse [CODE] SaveFileDialog dialog = new SaveFileDialog(); dialog.DefaultExt = "*.html"; dialog.Filter = "WORD …
hi! how can i populate a treeview with this: [CODE]ObservableCollection<ProjectTreeview> trvProject = new ObservableCollection<ProjectTreeview>() { new ProjectTreeview(){ID=1, ParentID=0, Type="P", Name="Project Name"}, new ProjectTreeview(){ID=2, ParentID=1, Type="F", Name="Field 1"}, new ProjectTreeview(){ID=3, ParentID=1, Type="F", Name="Field 2"}, new ProjectTreeview(){ID=4, ParentID=2, Type="S", Name="Structure A"}, new ProjectTreeview(){ID=5, ParentID=3, Type="S", Name="Structure B"}, new ProjectTreeview(){ID=6, ParentID=4, Type="C", Name="Component …
hi! i have a listbox binded to a list. the list contains checkboxes binded to a field/member of the list. what i want to achieve is that i want to delete the data from list when it's corresponding checkbox is checked... here's my xaml code: [CODE]<ListBox Name="ListBox1" ItemsSource="{Binding histList, Mode=OneWay}" …
hi! how can i get the column name of the current cell in the radgridview? RadGridView1 is the name of my datagrid. these doesn't work: [CODE]RadGridView1.CurrentCell.Column.ToString(); RadGridView1.CurrentCellInfo.Column.ToString(); RadGridView1.CurrentColumn.ToString();[/CODE] help me please...
hi there! i am using a radgridview(a datagrid in telerik). can you give me a code that sorts the contents of the datagrid? there is an ascending/descending button wherein users can choose how they want the data to be sorted. there is also a combobox that contains the column names …
hi! i am on an ojt and assigned to create a project that generates report. the report should be saved in different file formats(word document, excel, pdf)i don't know what to do first. can someone help me with this? thank you.
The End.
JakeA