| Thread | Last Post | Replies |
|
| ListView SelectedItems | 31 Oct 2008 23:00 GMT | 2 |
I'm setting the second item on the listView programmatically, this way: _listView_Items.Items[0].Selected=true I'm expected _listView.SelectedItems.Count to be > zero after that point, but it is zero. The debugger confirms the 1st item's Selected property is
|
| Dynamic loading user controls and saving data? | 31 Oct 2008 18:21 GMT | 3 |
Hi, All: I have a windows form and in the form I have a panel that dynamic load different user controls when user click on buttons. the user controls allows user to enter data and save into database. In the button click
|
| Is there an opposite of BindingSource.ResetBindings? | 31 Oct 2008 14:10 GMT | 2 |
I have a DataGridView bound to a BindingSource which in turn is bound to a datatable. What I need is essentially the exact opposite of the BindingSource.ResetBindings. I need to programmatically force an update of the underlying table when the
|
| RefreshPropertiesAttribute not working | 31 Oct 2008 11:11 GMT | 1 |
Anybody any idea why RefreshPropertiesAttribute is not working in the following scenario?: class MyListView : ListView {
|
| How to force a Win 32 Common Controls look & feel for .NET controls | 31 Oct 2008 08:21 GMT | 5 |
I'd like to force a .NET control to look exactly like its Win 32 Common Control counterpart. Specifically, I'm interested in Check Box control. The location of the box within the control and the way the text is drawn on the control in
|
| paging in the WinForm DataGridView-control ??? | 30 Oct 2008 22:41 GMT | - |
paging is a nice implemented feature in the asp.net DataGridView- control but nothing seems to exist at all for the WinForm variant. So, how does one implement paging in the WinForm DataGridView-control?
|
| Report Builder / Report Viewer problem | 30 Oct 2008 20:30 GMT | - |
I am in debug mode, and I am trying out, for the first time, the native reporting tools in VS2008 (VB). Everything is okay until I actually go to print to the printer, and the reports hangs for a while, while the crazy Vista doughnut rotates. The document finally prints and the ...
|
| DataGridView binding problem | 30 Oct 2008 13:44 GMT | 4 |
Someone refresh my memory. I have a rather simple Dot Net 2.0 Winforms app with a DataGridView. The DataGridView is bound to a BindingSource which in turn is bound to a table. My problem is this. It appears to me that changes made in fields are not
|
| FTP connection closing problem | 29 Oct 2008 17:29 GMT | 1 |
I've got a VB/Dot Net 2.0 Winforms app that connects to an FTP server and uploads a file. I have very little experience writing FTP-related code. In the simplest sense, once you've uploaded a file, what guarantees that an FTP connection is completely closed?
|
| Windows movie maker | 29 Oct 2008 16:53 GMT | 1 |
My windows movie maker taking tooo long a time to save. >10hrs for a 45mins video. Not able to figure out the problem. any help?
 Signature Thanks
|
| Exporting a Crystal Report directly to PDF | 29 Oct 2008 01:12 GMT | 2 |
I am trying to export a report generated using Crystal Reports for .Net directly to a PDF file without requiring any associated user interface. The report does not directly query a database, but has an ADO dataset loaded (there are also a couple of report parameters that get set ...
|
| Application.ThreadException/Enable JIT debugging | 28 Oct 2008 15:06 GMT | 2 |
I'm using Framework 1.1/VS 2003 (VB.Net). I have this code: Try dim f as new form1
|
| table date in richtextbox | 27 Oct 2008 17:32 GMT | 1 |
Good day, I am trying to create a payroll report for users in a C# richtextbox. I can show most of the data using a stringbuilder but there is certain data I would like placed in a table view.
|
| Capturing key press messages | 27 Oct 2008 12:00 GMT | 1 |
We're building some software for an in-house Kiosk. The software is a basic .net windows form with an embedded browser. The Kiosk is outfitted with a mat that the user steps on. When the user steps on the mat, it sends a key comination through the keyboard. When the user steps ...
|
| Designer and Struct Properties | 27 Oct 2008 11:55 GMT | 1 |
I have a Range structure with properties High and Low. I have a custom control that has some Range properties. I want these properties to show up in the designer similar to how Point properties show up, where I can expand the point to its X, Y values in the
|