Answer Questions
tnec Needed: tutorial with VS2005/MSBuild, Dotfuscator CE and satellite assemblies
ClickOnce has great potential, but it turns out to be poorly documented when like me... - you want to obfuscate your application (a sensible requirement for a commercial application), for instance with Dotfuscator CE - you want to localize your application (again, a sensible requirement) - you prefer VS2005 settings and MSBuild over Mage command lines (a sensible requirement if MSBuild is to become our unique build tool) What would b ...Show All
Wlodek Loboz TextBox
Hy every one i don't want to extend the text box control i need to know how to create it from scratch i mean like M.S Word it has the white background you write on and another thing the textbox control is only limited& ...Show All
Scott Hathaway localization
Hi All, I am currently preparing to develop a globalized application and have the following problems: I have a .Net project containing the major classes (business logics). How these classes can correlate the resources files (any code samples). My target is t ...Show All
Imperabe Problem inheriting DataGridView
I've a problem when I create a Windows Control that inherits from a DataGridView : When I place the control in a form, all the properties are ok, the context menu works perfectly for adding or editing columns. But no columns are visible at design time and at runtime no data is displayed. The code works correctly because if I change the user control with the DataGridView control everything is ok. There is no runtime error when I u ...Show All
TDSdev Problem with databinding?
I have a Windows form for accounts/products. There are three tabs, the first (LIST) has a datagrid with account number and name, the second (EDIT) has text boxes for account data and a datagrid listing products, the third (PRODUCTS) contains textboxes&nb ...Show All
Philsky Get Visual Studio 2005 IDE Style in your Apps!
I was browsing around the VS2005 directory and messing with things... when I came across something very interesting. I was able to find a bunch of controls (some working, some not), including that really cool VS Tab control! The tab control and about&nbs ...Show All
JJoergensen MDI in Whidbey
Hi, ive two question: if I create a WinForm app with one parent form marked as mdi-container and <maximize> a new child form (to open is no problem) i always get the following error: "Requested value 'Strg' was not found" anyone ones a solutio ...Show All
jayakris GUI Alignment
Hi, I've designed and developed my VB.NET apps in windows XP desktop. Now i have to deploy it into a laptop running on windows xp. the problem is , GUI alignment has been changed when i execute the apps in laptop. The resolution of the development system is 1024 by 768 pixels. ,, ,, deployment system is 1400 by 1050 pixels. i hope this one is changing the GUI alignment. so, i changed the deployment systems resolution to 1024 by ...Show All
KateJT ADO.net update question
I am attempting to update my data grid, and then update the datasource with the following code. When I run the application I don't get the MessageBox error. However, when I open the datasource no information has been put into the row. Can ...Show All
Noli San Jose DataGridView Filter
Hello, I'm using DataGridView to display about 50,000 records. I've added a filter to the dataview, tried to use various implementations, but all of them work very slow (same implementation on .net 1.1 gave a much faster performance). I've tried RowFilter, RowCount, etc. I understand that there is an option of using VirtualMode in DataGridView for a large number of records, but have found no way of filtering when using it... Can you please ...Show All
CengMAT event handler question
hi guys, i have a form that has two buttons, Button1 and Button2, both of them has a onClick event, my question is how can i fire the event in Button2 if i press Button1. thanks a lot!. it works great! thanks a lot!!!! ...Show All
GouletPO windows distributed application and web application
I have developed a .net window application using a database connection string to access a network SQL server database. Now I was told that the front end window application will be installed on a doctor's home at California, and the SQL server i ...Show All
Maurice Maglalang Designer Support for Custom Controls in Compact Framework
How can I obtain Visual Studio Designer support for the following properties of my Custom Control public object DataSource { get { return this.bindingSource.DataSource; } set { this.bindingSource.DataSource=value; } } private BindingSource bindingSource; public string DataMember { get { return this.bindingSource.DataMember; } set { this.bindingSource.DataMember=value; } } public DataGridTab ...Show All
Sam_L [C#] Only the visible Rows of my DataGrid
Hi, I have a little question. I have a DataGrid with a DataTable as DataSource for it. Now I do some Row Filtering in my application and at some points I need a DataRow[] Array which contains only the Rows that were actual in my DataGrid. For example: My DataTable shows some customer information from a database. Now I filter all persons who starts with a "s". And after that I need a DataRow Array which elements are only the rows with the pe ...Show All
Unitrip GridView has no AutoFormat?
Is there an equivelant of the DataGrid's AutoFormat wizard for the GridView ...Show All
