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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|