Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms > july 2007 > threads for july 29 - 31, 2007

Filter by week: 1 2 3 4 5

Localization and resource management through XML files
Posted by Amb k at 7/31/2007 9:52:05 PM
I would like to do Localization in a sepearate way. I need to keep all the localized strings in XML files.For each culture there will be a seperate xml resource file. This files will be kept serialized. There will be a seperate Class file (Eg. LocalizationMAnager) to manage these xml files.We ...more >>

Which future for WINDOWSFORMS ?
Posted by Enrico Ghezzi at 7/31/2007 4:05:39 PM
Hi i must start this year a very big application. i think 2 possibilty : 1) Visual Studio (2008) with WindowsForms 2) Delphi 2007 VCL i have read some news on the web on windowsforms.... Is a dead tecnology ? without future ( long termine ) Are there other tecnology in substitutio...more >>

SmartClient app used by 10000 users
Posted by DieterL at 7/31/2007 12:25:28 PM
Hi, We need to decide if we our going for smartclients or webapps. I'm looking for a smartclient application that is distributed to 10000 users. I want to share some information like if there were problems with installing the smartclient app, ... Greetings, Dieter ...more >>

Using Visio InterOp in VB.Net - Loading Visio silently
Posted by Dean Richardson at 7/31/2007 12:08:57 AM
Hello, I am having problems loading the visio application silently. When I load word in the background in VB.NET, it remains hidden and the user doesn't know its loaded. However, when I load Visio in the background, the window pops up and then disappears. Is this a fault with the visio inte...more >>

Seeking advice for DataGridView with several Unbound Columns
Posted by Joseph Geretz at 7/30/2007 5:32:21 PM
Hi, I'm looking for advice or samples regarding the implementation of what is essentially a bound grid, most columns are bound, however there are a couple of unbound columns which are basically calculated totals (read-only) of data in the bound columns (which are read/write). I've implem...more >>

DataGridView Sort calls Form.Shown
Posted by mahesh.nimbalkar NO[at]SPAM gmail.com at 7/30/2007 4:20:54 PM
Hi, I have a form with DataGridView on it. Also I have hooked for Shown event of Form. Now when I click DataGridView header to sort column, Shown event of Form also gets called. I just want not to call Shown event of Form when header is clicked on DataGridView. Any idea how to do this? ...more >>

Changing ProductName in Setup Package
Posted by Elmo Watson at 7/30/2007 12:13:10 PM
I created a setup package, through the wizard, and realized I didn't like the form of the ProductName. Where can I find the place to change the ProductName property? ...more >>

programatically access property of a control placed on a windows f
Posted by Mahesh Deo at 7/30/2007 5:30:02 AM
Hi, I want to programmatically access property of a control placed on a windows form which is not a part of my application. Other application might have already launched and a form is opened. I just want to access properties of a control based on name of the control. Is this possible us...more >>



DataGridView and Binding Source
Posted by Mahesh Nimbalkar at 7/29/2007 3:56:04 PM
Hi, When I set DataGridView's DataSource property to Binding Source, DataGridView becomes invisible. If I comment that line, DataGridView is visible again. I am using another thread to get data from server and then using control.invoke on ui thread to set DataGridView's DataSource proper...more >>

User Control Localization
Posted by JB at 7/29/2007 6:14:43 AM
I have a user control with a public property, when I try to set the attirbutes of the property as so: <Localizable(True)> _ Public Property DisplayText() As String Get Return Me.DisplayTextLbl.Text End Get Set(ByVal value As String) M...more >>


DevelopmentNow Blog