Answer Questions
Silence Dogood how to create those dataset class files in web services?
I am new, and am learning the taskvision now. I noticed that there are a lot of DataSet classes files in the web services project. For example, DataSetTasks.vb, DataSetProjects.vb, DataSetProjectHistory.vb, ... I opened thoses files, at the beginning, it read ...Show All
FerNava Refresh Designer at Design Time?
Hi, I’ve created a simple user control which resizes its height automatically according to the image size loaded by a user at design time. After loading the image my control resizes but the control selection area doesn’t resize automatically - only when I click on the control. My control also has a custom control designer which restricts the control user to set the user controls height at design time. ...Show All
Rajeev Goel msft designer can't load form. Where is 'more information'?
after going from beta2 to rc1, the designer all of a sudden cannot load my forms anymore. instead, i get the infamous window with the red top that says some errors may go away building the project, while other need code changes. needles to say: the file compiles fine, the form could be opened with the beta2 and vs2003 designers and obviously doing a rebuild doesn't help at all. now what the additional error message says; Unable to load one or m ...Show All
traimo Combobox - prevent user input
Can anyone tell me if there is a property of a combobox that prevents the user from manually entering text I only want the user to be able to select options from the the dropdown list. Thanks! Set your ComboBox's DropDownStyle property to DropDownList . comboBox1.DropDownStyle = ComboBoxStyle.DropDownList; Regards, -chris ...Show All
Kevin Buchan datagrid header alignment
Hi. Is there any way to center-align columnheaders in a datagrid while the text in the rows of the column is still rigth-aligned I found out using datagridTextBox.Alignment, but this aligns both header AND text in the rows... any help ...Show All
Federico_Star AppUpdater component remove microsoft office program short cut
I used the AppUpdater component to develop our auto-update windows client application. It worked great. If you have not read the article, here it is: http://windowsforms.net/articles/appupdater.aspx However, I just found when I uninstalled the windows client application, it ...Show All
Whit Nelson Designing a WinForms application.
Such an embarrasing question, but i've been working in ASP.NET for so long that i've lost grasp with Forms design architecture. I'm designing an application using WinForms 2.0. The screen for the application will keep the same structure throught the App. For example, a user will create a new customer. Then he might want to create a new employee, so will click the "employee" button. This won't fire up a new employee form, but will display the emp ...Show All
Velocity_Brad Radiobutton event handler
Does anyone know why my radiobutton click event handler is running when I start my program The Checked property could be set to either true or false, it is something else in your code that does this and it will be hard to know without looking at the code. /Leyan Hi Could you please provide some small code to work around with Hi I think you need to set Checke ...Show All
ChetanC ListView Item can't show Icon
I have programatically and set the ListView item using Visual Effect, but it cannot shown the icon after visual effect being applied. ListView1.View = View.LargeIcon ListView1.LargeImageList = imgIcons ListView1.Items.Add("Item 1", 0) ListView1.Items.Add("Item 2", 1) If I didn't using Application.EnableVisualEffects() routine, everything workout normally. But if I code it at Routine, it will not shown out the icons being display. Ple ...Show All
Cinthia Junguitu Where does Windows.Forms implement the control property editor?
When you have a property on a control of type Button and then edit it in the property window it presents a drop down with a list of all the Button instances on the form for you to choose from. This is great and works for whatever type of control or component the property is defined as. But I want to be able to constrain this presented list to filter out some of the instances for my specific property that is of a control type. Does anyone know ...Show All
milton7072 controling dialog location
I'm displaying a form as a modal dialog... Form f = new MyForm(); f.ShowDialog(); How do I control this dialog's location I tried to create a Location object and specify the X and Y coordinates and assign it to the form's Location property, but tha ...Show All
wooten Default Publish Setting
By default whenever a new album is added the Publishing Settings is set to Upload. How can I make the default in FotoVision only thanks, jeff reed Ralph, Your feedback provided the information when creating a “new album”. \ However, when creat ...Show All
Catana missing storage-class or type specifiers error
i have declared a child form in the parent form 'Form1' . ' public: static Form2* childform; ' but in the line of ' public: static Form2* childform; ' where i ve defined the pointer, i receive the error 'missing storage-class or type specifiers' . i ve already included Form2.h in Form1.h and i create an instance of Form2 in Form1's constructor with 'new' operator... so why i receive this error... regards. ...Show All
qzrlsd How to view the childforms?
I'm going to make a MDI with several childforms. And I want some kind of designview of these forms so I can arrange them according to the parentform. How do I do that I have tried to create the childform in the initializeComponent(), but& ...Show All
Massimo Mascaro Bug in dataset.Merge???? Help!!
Well, is this a bug or is it just really late here is an example: Dim DS1 As New DataSet Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click Dim DS2 As New Dat ...Show All
