| Thread | Last Post | Replies |
|
| No-Touch Ent Lib | 26 Aug 2005 12:27 GMT | 6 |
I am getting an error with no touch deployment using Enterpise Lib. in my project. The error is: Invalid section name. The section 'dataConfiguration' does not exist in the requested configuration file myapp.exe.config or
|
| GraphicsPath.PathTypes question | 26 Aug 2005 02:01 GMT | 1 |
I want to follow a GraphicsPath and put little visual mark every.. some distance... I found 2 handy properties: GraphicsPath.PathPoints
|
| Windows Forms .Net 2.0 samples\Quick start | 26 Aug 2005 00:51 GMT | 1 |
Can any one point me to any Windows forms 2.0 quick starts/samples? Thanks and Regards, Reshma
|
| return value | 25 Aug 2005 21:06 GMT | 4 |
Does anyone know how to return a value from a form? Thanks, Jose
|
| Reading from a set of dynamically generated textboxes | 25 Aug 2005 19:42 GMT | 2 |
I am creating textboxes on a windows form at run-time as: For intCount = 1 To intNumberOfBoxes - 1 Dim txtNew As New TextBox txtNew.Name = "txtChild" & intCount + 1
|
| vertical text in header of the datagrid | 25 Aug 2005 15:05 GMT | 1 |
I need to know if its possible to make the text for column headers in a datagrid to be vertical. Could this be done in a Listview with View set to Details? If necessary I could use images if this is feasible?
|
| Treeview highlight | 25 Aug 2005 14:57 GMT | 3 |
I know this has been asked before but no one responded so I thought I give it another go. I can set the ForeColor and BackColor on a TreeNode however when it is highlighted I get the default highlight colour which I cannot alter. Is there
|
| Prevent Tab navigation in Datagrid | 25 Aug 2005 13:00 GMT | 4 |
How can avoid Tab navigation on cells in Datagrid. ? I want Tab keys acts as Control navigation. TIA Antonio
|
| Multiple EXE module | 25 Aug 2005 06:10 GMT | 1 |
Hi, i am an vb.net programmer, I need to do a projet with multiple EXE module loaded in memory. This modules have to talk to each other and I need to buil an general graphical interface for monitoring all thes exe module. Can someone can give me some link on article or sample ...
|
| Datagrid problem in VB.NET | 25 Aug 2005 03:55 GMT | 1 |
Im having problems with setting the width of my columns of my datagrid. Here's the code resultatGrid.DataSource = getFirms(0) // gets metaData from database Dim tableStyle As New DataGridTableStyle
|
| How to hide Tab titles | 25 Aug 2005 02:41 GMT | 5 |
Is there a way to hide the titles portion of the tabs in a tab collection. That way, I can quickly switch between one tab to another, but I want to hide the titles itself. I using a treeview to delegate the switching.
|
| How commit databindings on instant form closing? | 25 Aug 2005 00:27 GMT | 1 |
I often have a form with a number of databound textboxes. The problem is that when the user edits a textbox and then closes the form without first leaving the textbox, the databinding is not commited and the property not set in the bound object. What I do now is to run ...
|
| ReportGrid.Rows(i).Visible = False VC Currency Manager | 24 Aug 2005 14:41 GMT | 3 |
I bind my datagridview to a dataset returned from a web service: ds = WS.testReport(param1, param2) ReportGrid.DataSource = ds.Tables(0) The data displays fine.
|
| Problem with mnemonics | 24 Aug 2005 13:56 GMT | 2 |
I recently added mnemonics to a couple of buttons on my program, but when I run the program, the letters do not appear underlined until I hit tab. How can I make it so that they are underlined from the start?
|
| Display Bitmap from HttpStream | 24 Aug 2005 13:01 GMT | 5 |
How do I display a bitmap which is available from a .aspx-response stream in a .NET Form? Thanks for any help! /Andreas
|