| Thread | Last Post | Replies |
|
| Get new values in Tree View | 03 May 2006 22:51 GMT | 1 |
I have a mdi form and I have added 2 child forms to the mdi. 1 form contains a text box and a button and the other contains a tree view control. When I put text into the text box and press the button the value gets entered into the database but does not reflect on the
|
| download an image from a url... on local... | 03 May 2006 15:06 GMT | 2 |
Kindly tell me how to download/copy an image to local system using C#. for instance my application that is running on local network which is connected to internet... wants to download the logo of Google on this url (http://groups.google.com.pk/groups/img/groups_medium.gif).
|
| Contains method dosen't work on BindingList<T> | 03 May 2006 14:17 GMT | 2 |
I have a BindingList<T> collection and I am adding concrete object T in to the binding list. Before adding them, I want to verify if object with same data exist in the collection. When I use Binding list’s Contain method to check if object exist in the collection, it always ...
|
| ListView OnSelectionChanged event firing multiple times | 03 May 2006 13:59 GMT | 2 |
I have a ListView on my form whose selection is used to populate several text fields. When selecting a ListView item, the data for the previous selection is checked for errors. If errors are found, a message box is displayed and the user is returned to the previously
|
| Error creating window handle - possible causes? | 03 May 2006 13:25 GMT | 2 |
So I've taken a perusal through google groups looking for possible causes of this error. I've seen answers varying from: - creating too many Form objects
|
| scroll the listview control to selected listviewitem | 03 May 2006 11:17 GMT | 2 |
is there any method or function Can scroll the listview control to a selected or anyother listviewitem ? Thanks
|
| Memory Leak, windows form wrapping unmanaged object | 03 May 2006 11:06 GMT | 1 |
We have developed a windoes application, in one of the forms we are using an activeX control xpdfviewer (http://www.glyphandcog.com/XpdfViewer.html). I was looking at memory usage using the scitech memory profiler(http://memprofiler.com/), i found that even after the form
|
| Treenode and ContextMenuStrip | 03 May 2006 09:33 GMT | 1 |
I have a Contextmenustrip which is attached to all treenodes in my treeview. After selecting an Item from the contextmenustrip, how can I find out which treenode was linked to the menustrip?
|
| RaiseEvents causing unsafe cross thread? | 02 May 2006 21:28 GMT | 1 |
Hello to all, I had to convert a VB classic app to .net and I chose to use 2005. In the app I have a class that interfaces to several devices. A vision system, barcode scanner, etc, etc.
|
| bind combo box | 02 May 2006 15:10 GMT | 1 |
I have a collection "myCollection" and I want to bind this to a combo. My collection has 2 attributes "myCollection.ID" and "myCollectionName" which need to be bound to the displayed text and value of the combo. I feel stupid asking this but I have tried so much already.
|
| Retrieving main window handle | 02 May 2006 14:13 GMT | 2 |
I am currently using one process to find if another MDI windows process is running. If it is SendMessage is used to display a given screen. I use GetProcessesByName to determine if the target windows process was running. If not, it is started.
|
| DataGridViewTextBoxEditingControl I don't want text initially sele | 02 May 2006 14:10 GMT | 2 |
When the user enters a text cell in a datagridview, the text in the cell is selected, so the first character typed overwrites the text that was selected. How can I keep the text from being selected so that if the user clicks in the cell, the text will be ready to be edited, and ...
|
| Question on "Smart Clients" | 02 May 2006 13:44 GMT | 2 |
We have a TabletPC application in the field that is proving to be a bit of a pain to update insofar as many of the users are remotly located throughout the country. I am thinking this might be a perfect target for conversion to a "Smart Client" app. I am wondering if anyone has ...
|
| Deployment with ClickOnce | 02 May 2006 10:25 GMT | 3 |
Is it possible to deploy application via clickonce without signing manifest ? I have the problem since we are deploying an application from Linux and the process mage.exe is not running in Linux environnement. So we are not able (as far as i have understood
|
| Blump she sings when hitting the enter button or tab key in a Textbox | 02 May 2006 04:07 GMT | 2 |
Maybe nothing can be done about this but I have a TextBox on a form and am handling the "enter" and "tab" key events. I notice when I do programmatic action on this, it works fine except for one thing... A beep always happens. On my machine it's the sound of a loud "blump"...
|