| Thread | Last Post | Replies |
|
| XML Dataset not showing in Listbox | 24 Jan 2007 19:03 GMT | 2 |
When a dataset is created from a XML file source the data appears is the dataset but when binding the dataset to the listbox nothing is displayed. The code is created in VS.Net 2005 VB.net Below is the code used.
|
| Menu like word 2003 | 24 Jan 2007 13:50 GMT | 1 |
i'm looking for a solution to have a menustrip like word 2003 or other office 2003 software with expandable arrow in bottom
|
| turn off the left non data column in a datagridview | 24 Jan 2007 07:37 GMT | 3 |
Does anyone know how to turn off that non data column all the way on the left of a datagrid? I'm talking about that thing that someone would use to resize the row height.
|
| Winforms binding -> non-IListSource to a ListBox | 19 Jan 2007 12:56 GMT | 1 |
I'm trying to convert a WPF app over to WinForms 1.1, but I ran into a bit of a problem: WPF lets applications define a DataContext plus a path to the actual data. WF seems to do something similar, but without the robust pathing. What I want to do is pass an non-list and a ...
|
| Charts Control | 19 Jan 2007 03:45 GMT | 4 |
I'm developing a windows application using vb.net on SQL database, my database changes every second (like stock quotes), I need to reflect the data changed on my application using dynamic chart. I need addivce what chart control I could use?
|
| Displaying rich text in a listbox (in 1.1) | 18 Jan 2007 16:17 GMT | 3 |
I have a project that unfortunately has some annoying constraint of "make sure this runs on a bunch of laptops where the users don't bother updating their machines", so I'm stuck with .Net 1.1 WinForms (which I'm pretty unfamiliar with because I quit using WF as soon as there was ...
|
| How can I tell when a control is fully created | 18 Jan 2007 15:49 GMT | 1 |
I'm having problems adding items to a list view, I'm getting an occasional error and I suspect it is because items are been added before (or while) the listview is added to the control, how can I tell if the listview is fully created, and is there an event to catch this,
|
| Listview Control ? | 18 Jan 2007 14:30 GMT | 2 |
I have an issue that maybe someone has seen before... The code below is getting the size of the sting using the listview font and it is about 2 twice the size it needs to be so I'm dividing by 2 and adding a 20 for good measure. Does anyone know how to convert the unit of ...
|
| Q: Why PictureBox takes SO MUCH memory ?? | 18 Jan 2007 13:04 GMT | 1 |
I have a problem with memory when trying to load more pictures ..... So what I do is , I load images into PictureBox and keep them there for further processing ..... so user can see, select, add etc .... For testing I'm loading 1.3MB tiff's ...
|
| Efficient way of removing selected items from a (very) large ListView | 18 Jan 2007 02:33 GMT | 2 |
I have a large list view item containing many thousands of ListViewItems, and I need to be able to remove all the selected items. (The number of selected items could also be many thousands) The following code works, but is very slow:
|
| Avoiding the Form's BackColor to Control | 17 Jan 2007 13:16 GMT | 2 |
I'm with a problem. I've created a Form with BackColor = White. When I drop a Button to it, the component assumes the same BackColor of this Form parent. How do I to avoid this behavior ? Thanx for all and sorry my english, it isn't very good ! :)
|
| Form within a panel resize problem | 16 Jan 2007 21:00 GMT | 1 |
I have a parent form which contains a panel control. In that panel control, I load another form. The problem is that when the parent form is resized, the panel is resizing, but the form that is loaded within the panel is not. Anyone know how to get around this and make the child ...
|
| WebBrowser Control Context Menu | 16 Jan 2007 13:16 GMT | 4 |
I'd like to add a menu item to the context menu of a WebBrowser control (C# 2005). Do I have to create my own context menu and reimplement all the standard items plus the one item I want or is there a better way? So far, if I assign ContextMenu then I lose the original menu ...
|
| Grid Efficiency Question | 16 Jan 2007 12:08 GMT | 1 |
I'm running an amortization calaculation out to 360 months. I'm finding though, that loading the Grid is unacceptably slow. The way I'm doing this is by sequentially adding a new row and loading the data into the grid as each month is calaculated. It takes 35 - 40 seconds! Would ...
|
| MDI child menu not merged | 15 Jan 2007 17:16 GMT | 7 |
In my C# Winforms 2.0 application I have Main form MenuStrip: AllowMerge: True Main form Menustrip File menu:
|