| Thread | Last Post | Replies |
|
| Why does 28.08 show up as 28.080000000000002 in DataGridView | 09 Jan 2007 23:37 GMT | 1 |
I'm baffled. I have a column in a SQL Server Express database called "Longitude," which is a float. When I view the table in a DataGridView, some of the numbers, which only have two decimal places in the database show up with *15* decimal places and are ever so slightly off (in the
|
| dependency conflict error msg | 09 Jan 2007 16:19 GMT | 1 |
I get following error msg when i build by project. kind help me to resolve this Error: The dependency 'BusinessServices, Version=1.0.2560.26793, Culture=neutral' in project 'BusinessServices' cannot be copied to the run directory because it would conflict with dependency ...
|
| Form Manipulation | 09 Jan 2007 14:20 GMT | 2 |
I have a form that shows a datagrid view listing of workorders linked to customers by ID number. I want to Double-Click a row in this datagrid view to open form "Work Order" to a specific record related by 'workorderID'. I know how to do it, but I don't know how to code it
|
| DataGrid Visual Basic .NET 2003 | 09 Jan 2007 11:08 GMT | 1 |
Does anyone know how to adjust a Datagrid's indivual cells format (ex. font, text color, background color) I am using VB .NET and it is not ADO .NET based in this part of the program. I have searched the internet and have not found any clear answers but have heard that it is ...
|
| "CancelButton" property resetting itself | 09 Jan 2007 06:05 GMT | 3 |
Has anyone noticed that the "Form.CancelButton" property occasionaly resets itself to "(none)" in the form's property window for no apparent reason (at deisng time using VS 2005). Has anyone had this problem as well. Thanks.
|
| Open Outlook Contact - TAPI | 08 Jan 2007 21:35 GMT | 3 |
All, We have a 3Com NBX system in our office. I would like be able to open up a MS Outlook contact record (from a public folder) when the phone rings. 3Com provides a TAPI provider but I don't know where to really begin looking into
|
| Very Slow MessageBoxes | 08 Jan 2007 19:11 GMT | 3 |
Hoping someone out there can help. I was primarily a web developer (ASP.NET, C#) and have ventured into winforms for a few projects. I love it so far, but am having a problem. I have a windows application. The solution contains project which
|
| DataGridView in inherited Form | 08 Jan 2007 15:49 GMT | 1 |
I have a class hiearchy like this: public class Form1: Form { protected DataGridView dataGridView;
|
| DataGridView - Hide record selectors | 08 Jan 2007 12:52 GMT | 2 |
I'd like to know how to hide record selectors in a DataGridView. (record selectors - I do not know if this is the correct name, but this is the name in an MS Access grid) Thank you,
|
| DataGridView programmatically selecting rows | 08 Jan 2007 06:17 GMT | 2 |
using the grid we want to select an arbitrary collection of rows. Our starting point is a collection of DataViewRow(s) from the underlying DataView that the grid and another custom control are bound to. Having selected the rows on our control we need to sync the grid.
|
| State buttons | 07 Jan 2007 22:26 GMT | 4 |
Does vs 2005 have buttons that can have two states i.e. depressed and normal? Thanks Regards
|
| Accessing form's text box from Module | 07 Jan 2007 05:05 GMT | 2 |
I have come from a VB6 background, and I'm trying to convert an MDI app that has many subs in modules which directly access a textbox in a child form of the main MDI form (frmMain as MDI form, frmEdit as child form, txtEdit as richtextbox)
|
| VSS \ Store_Deltas variable | 07 Jan 2007 02:32 GMT | 1 |
I am trying to tell VSS to check the 'Store only latest version' checkbox by default, but this is just not working as describied at... http://msdn2.microsoft.com/en-us/library/9c1fh242(VS.80).aspx
> Store_Deltas = No |
| Instancing checkbox not there | 06 Jan 2007 07:51 GMT | 5 |
I want to make an application that I have been working on a single instance application. the singleinstance checkbox does not appear anywhere on the project designer window. I suppose this is a bug of some kind in VStudio or the the project designer. Can anybody tell me if there is ...
|
| DataGridView Dirty Pen | 05 Jan 2007 18:04 GMT | 2 |
Cancelling a CellValidating event handler works OK but Cancelling a RowValidating event handler causes the "Dirty Pen" to disappear even though uncommitted proposed value is still in the cell -
|