| Thread | Last Post | Replies |
|
| cache problem for StreamReader | 29 Aug 2006 05:27 GMT | 11 |
I create a file, use StreamReader to read this file, the file content is corrent, i create this file again with different content, then read this file again, the file content not change, it's seem cache by .Net or FileSystem.
|
| User Control and Textbox Inheritance | 29 Aug 2006 00:09 GMT | 1 |
Is it posible to inherit from a textbox and then place that inherited textbox onto a user control in that same project? When I try to do this I get the error: "Could not find type 'MyTextBox'. Please make sure that the assembly that contains this type
|
| Autocomplete ComboBox with DataSource | 28 Aug 2006 22:03 GMT | 1 |
I have a ComboBox (.NET 2.0) that's filled from a DataSource (actually a Business Objects collection). I haven't found any way to make it AutoComplete, i.e., to automatically find the closest item as I type in. Seems that AutoComplete only works if the ComboBox isn't filled from a ...
|
| Books You Like | 28 Aug 2006 16:40 GMT | 1 |
Do you all like any books ... particularly VB 2005, VS 2005, WinForms, ADO.net? There are so many, I can't see the forest for the trees!
|
| wintimer | 28 Aug 2006 15:51 GMT | 2 |
hi all i have a question with win form and timer.. The situation: i have a winform c# application (developped with visual studio 2005) which has to check the status of an internet connection on regular intervals. If the connection is avaible the application has to
|
| bindingsource.find method not working | 28 Aug 2006 15:22 GMT | 1 |
I am having trouble with the find method. It gives an method not supported error. Has anyone else faced this problem. The code i have is int rowindex = BindingSource1.Find("ColumnName", "461"); I would appreciate any help in resolving this issue
|
| Drag Drop (C1 and windows forms) | 28 Aug 2006 14:56 GMT | 2 |
I need a litle help with dragdrop... I can't find anything useful on google... I have a ComponentOne True Grid and Windows Forms Treeview i want to drag an item from the grid and into Microsoft Treeview...
|
| how to make a mouse double-click behave like a single-click | 28 Aug 2006 14:17 GMT | 2 |
I have created a user control build over infragistics tree control and this control is placed on a mdi form where on clicking on the node on the tree control displays a new form on the right side.the problem i get is when i make a single mouse click.it works fine ...i get the
|
| A windows installer question | 28 Aug 2006 01:12 GMT | 4 |
I want the application defaulted to install on a specific location like C:\MyApp, not under C:\Program Files. How can I do it? Thanks, Dennis Huang
|
| Rendermode (Menustrip/Toolstrip) System and Separator!? | 28 Aug 2006 01:09 GMT | 1 |
When I set the Rendermode from my Menustrip,Toolstrip then the separator is not visible. What can I do to make it visible again? thank you.....juvi
|
| Localization problem - settings keep getting reset for (default) l | 27 Aug 2006 05:37 GMT | 1 |
I am currently developing an application that will be available in german and english. I set the localizable attribute of all forms to true, english text/settings are used with "(default)" as the language, german with "german" as the language.
|
| Printing PDF document using Visual Basic.NET | 26 Aug 2006 07:41 GMT | 2 |
I am using Visual Studio .NET 2005, using Visual Basic, to create a Windows Forms application. I want to add the ability to the application to print a PDF file that already exists when the user clicks on a button. Any ideas on how I can accomplish this?
|
| Argument Exception UnHandled. | 25 Aug 2006 22:22 GMT | 1 |
I am in Win XP Prog, Using VB.2005, programming in VB.NET I am getting: Argument exception was unhandled.
|
| ComboBox.SelectedIndexChanged by user or code? | 25 Aug 2006 19:22 GMT | 1 |
This is more of a grumble than a question really. I have a config file that reads various settings into my app on start-up. One of these settings sets the selected item in a combo box, which in turn fires the combo's SelectedIndexChanged event, which in turn causes all hell
|
| Not in query | 25 Aug 2006 18:40 GMT | 4 |
Is there an easy way to return all of the items that are not returned from a query? I have a working query that returns a group of items, then I want to query a table for all of the items that do not exist in the first query.
|