Answer Questions
Eugene_B Deployment - Multiple Sites (ex: QA/Production)
How do you deploy multiple versions of the same application to different web servers For example lets say I have 2 QA sites that will run the same version or different versions of the application. Currently I am getting the following error: + Inplace update of an application is not possible, please revise its version. I have two sites: qa1.app.com qa2.app.com I have even gone as far as changing the .application name from app.a ...Show All
Tres London - MSFT Trigger fill dataset from other form
Hellow, This is the situation: I have one form (form1) and another form (form2). Form1 is the standard form that opens on application run. In form1, there's one datagrid, bound to a dataset (members of form1). When I click on a button "new row" in&n ...Show All
RobJohno Property DefaultValue of type Point or Size
I have a usercontrol with many public properties and I want to set their default value. For those that are int and string, I know how to do that ( [ Category ( "Layout" ), DefaultValue (10)] ), but how do I do it with type point or type size Thanks JGA So you have a property called MonthFont. ShouldSerializeMonthFont should work assuming _MonthFont has been initialized in your constructor to be equal to base.Font. You can debug ...Show All
pbeash SelectedIndexChanged in C# WinFrms databind listbox
I am having a problem with coding the SelectedIndexChange event on a listbox that's bound to data from a database. When I code the SelectedIndexChange event, it is fired when the listbox is populated with the data from the database, which resu ...Show All
snap_ml DataGridView - Programmatic Cell Updation Problem
Hello, I am developing a VC# application, where I am using unbound DataGridView to input data from users. Here, first cell is for ItemCode and Second Cell is for Item Description, and other cells are for other dataentry which are not of much concern here. If user Right-Clicks first Cell (Item Code) with entering 'A', then List of ItemCode and corresponding Item Description will be displayed where starting charter is 'A' in other window and user ...Show All
Patrick Roberts Overlaping
Hi everyone, I am working on Vb.net and I want to make a simple Msgbox to pop up when two images over lap each other can u please tell me if you know thanx, Simon No I want it so that when one picture overlaps another a message box or somin will pop up Dean Ok, I am making a program where a little man runs along and if he tuches a badguy then he i ...Show All
dpechter Build Solution
Hey, I was making a print functiojn in my program and I used this page to know how to do it: http://support.microsoft.com/kb/811401/EN-US/ But on one of the steps to make a dll apear I had to finaly goto the build menu and clikc on Build Solution, but there is no option that says that.... CTRL-B will do the same thing. It's just a build command, but I don't think Express supports solutions ( multi projects at once ). ...Show All
Matt213213 Problem with Databinding to Datagrid
Hello, maybe I'm just blind to see the error, but I have the following problem. I try to populate a datagrid from a dataset with exactly one table. But the datagrid displays no records. my Code: DataTable oDataTable =& ...Show All
Armin Prosch Using Windows.Forms-Designer to create an office-CommandBar??
Is it possible to use the Windows.Forms-Designer to create a CommandBar, that can be added to the commandBars in MSOffice I know how to create a new commandBar and how to add it to the commandbars in office, but it's a lot of work to do it by hand. So it would be nice, if I could create the buttons and actions in the Forms-Designer and afterwords add it to the new commandBar. Is there any way to do this Well, ...Show All
Gary RUsh Windows Service
I have a basic windows service that I have created. Unfortunately when I install the service using the installutil, it doesn't appear in the service menu. I don't receive any error except for a minor note in the logs saying <i>"No public& ...Show All
Aaron Winters Can't get images on toolbar buttons when running
Hi everyone, I have a VB.net application that has a toolbar with several buttons. The first two buttons are the standard "save" and "print", with those typical images. My problem is they show up and work fine in the form designer,& ...Show All
SujathaB Dynamically generate menu using reflection
I have an application which has a MDI parent form and a simple menu bar. Using reflection I can get access to other assemblies and add an item to my parent menu which when clicked opens up the main form of the assembly. Within this new window I can run my application as normal. The problem is that I do not want the child application to have its own menu. I want the parent form to add items for every form which exists in ...Show All
Dipti Bangalore Databound ComboBox + Adding "Select" Item
I have a combo box which is databound to a dataset coming from my database. When the control loads I want to the selected item to say "Select Item" so that the user is forced to pick something other than the first value returned& ...Show All
Falken359 pass string value to another form
I am looking to pass a string value from one form to another. Basically, I have a form with a reportviewer control which points to a report server. I want to use the viewer for many reports, so I need to be able to pass a string value (the report path) from any form in my application and populate a "report path" variable in the form with the report control. I know I can create a property for the path in each of the forms that will open ...Show All
Steve Greatrex #develop
I was justing loitering in the Community page of windowsforms.net and hit the following link: <A HREF="http://www.icsharpcode.net/OpenSource/SD/">http://www.icsharpcode.net/OpenSource/SD/</A> This is the web page for an open source IDE for C# and VB.NET called #develop. ...Show All
