| Thread | Last Post | Replies |
|
| SQL IN problem | 08 Aug 2006 10:59 GMT | 1 |
Can anybody help me i written one stored procedure which its working integer values if i go to strig its not working (Multiple select) i read some articles i dont understand i will put my
|
| DragDrop with RichTextBox under .net 1.1 | 08 Aug 2006 08:28 GMT | 6 |
I have tried to implement dragdrop for RichTextBox under .Net 1.1. IMPORTANT: it must be .NET 1.1 without any service pack, because of the distribution worldwide. 2.0 is not possible. I have implemented a sample I found.
|
| datagrid | 08 Aug 2006 06:50 GMT | 8 |
I am having a hard time getting the value of the primary key of the selected row in a datagrid. The datagrid is just displaying a dataset. Can someone ease my pain?
|
| DirectoryEntry.CopyTo Not Implemented! | 08 Aug 2006 05:35 GMT | 1 |
.NET 2.0 I was hoping the CopyTo method would be just what I needed to create a new user in the same container and with the same properties as an existing one. Rather than have to create the user and configure all the properties
|
| Name property in MainMenu/MenuItem | 08 Aug 2006 04:29 GMT | 4 |
What I am trying to do is to store some sort of a Reference to the Menu in the database and then based on permission I can either Enable or disable them. I am specifically looking for the Name/ID/Tag property, but unforturnately could not find one for the Mainmenu or Menuitem.
|
| System.drawing bug? | 08 Aug 2006 02:28 GMT | 2 |
I have found that should i set the icon property of a form, it will often only show up as the default icon. If i then restore down the form, the icon shows properly. If i then maixmise the form the form icon shows but is very large possibly 64*64 (its only a 16*16 on the file ...
|
| Binding NumericUpDown.Value to an app setting only works in one direction | 07 Aug 2006 19:48 GMT | 1 |
Using Visual Studio 2005, I've placed a few NumericUpDown controls on a form and bound their Value properties to user-scope application settings. The bindings seem to work fine at design time, but only work in one direction at runtime. When I open the form, the control values
|
| DataGridViewCheckBoxColumn | 07 Aug 2006 13:20 GMT | 5 |
What would prevent a DataGridViewCheckBoxColumn control in a DataGridView from being bound to its data in the Datasource table?
|
| InitializeComponent() No Longer Being called | 07 Aug 2006 13:03 GMT | 2 |
I've just run into a problem where my windows form displays correctly in the VS IDE designer (#2.0), but has started appearing as a blank (default) form at run time (it used to work). Using break points I've noticed that InitializeComponent() does not appear to be called for ...
|
| Column formatting of SQL result export to CSV | 07 Aug 2006 08:37 GMT | 3 |
I would try to export SQL result from Access DB by following SQL statement: Select row1 into [Text;DATABASE=c:/tmp].[result.csv] from table1 row1 is in datatype currency.
|
| Simulating events. Calling Click on a button | 07 Aug 2006 05:53 GMT | 3 |
I would like to simulate UI events on UI controls. For example, I would like to make a button control think its been Clicked (from an outside class), so it would go through the click animation, raise the associated events etc.
|
| Dialog Bars? how do you call these? | 06 Aug 2006 11:23 GMT | 2 |
I remember an old technique from my old MFC days to have a dialog that occupies a part of the windows desktop and actually resizes its available size, thus always being on top, kind of docking to the top of the screen (or any other side).
|
| Forms application | 06 Aug 2006 07:23 GMT | 1 |
I am developing my first Forms application in C#. When i execute this app, a cmd window shows in the background. How can i get rid of this cmd window ? I just want my Forms window to show.
|
| Enter and Leave events | 06 Aug 2006 03:29 GMT | 4 |
I am trying to understand Enter and Leave events for a user control. I am using Visual Studio 2005, using VB, for a Windows Forms application. I am showing and hiding (by changing visible property) user controls on my main form (within a panel) based on NavBar links being clicked on ...
|
| Autocomplet combobox ending at forward slash | 05 Aug 2006 21:27 GMT | 2 |
I am trying to use the autocomplete feature of the dotnet 2.0 combobox. Everything works fine except when the strnig contains a forward slash (/). For those items, the autocomplete text ends at the forward slash. i.e. If the Items contained the string "My event 5/6/2006"
|