Answer Questions
Bart Elia MSB3110
Hi, I am using mage.exe to deploy a simple clickonce application but I keep on getting the warning MSB3110 after mage -New application ........... I have read this MSBuild Error MSB3110 MSB3110: Assembly '<assembly>' has mismatched identity '<AssemblyIdentity>', expected filename: '<file>'. This error is generated when the assembly file name obtained from the assembly identity does not ma ...Show All
HippyCraig TreeNode custom editor
I want some of the nodes in the TreeView to be edited with calendar control. Is it possible in .NET to do it Thanx. I was able to solve this. Just in case anyone else will need it I post a code example. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace WindowsApplication1 { /// <summary> /// Summary desc ...Show All
Redrado03 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
spireite How do you get RichTextBox's cursor location in pixels.
I am trying to place a listbox in a richtextbox as people type and offer suggestions (just like in intellisense in VS). How can I get cursor's location ...Show All
Cooperphile DataGridView Image Columns
I have been pulling my hair out on this one and decided it was time to post it here after Googling for countless hours without finding an answer to my problem. I have a simple databound datagridview that I am trying to display an image on a cell by cell basis based on the cell value (stop, started, finished) etc.. The values are int values and so far I have been able to get it to work but I have noticed lots of flickering while using the grid ...Show All
Anders Lillrank when to dispose graphics
is it bad to have a graphics object declared globally, instantiate it in while loading the form, and dispose it while disposing the form as opposed to calling creategraphics() in each method I don't think it is safe to hold a  ...Show All
IMclgonzo datagridview: need to format and give localization to Columns
My problems are follow: on my datagridview, my columns are days of a month, and i need to: 1) Give a different color at days which are holidays (ex.: 25 dicember) 2) Format the columns in this way: M 1 (means Monday 1st) instead of Monday 1 3) Need to localize my months and my days in some other country format (ex. Spanish or German etc..) Thank you in advance :) Just solved point 2 and 3 :) only ne ...Show All
Skip Floyd change the font size of ErrorProvider's quickinfo
Hello, know someone how i can change the font size and font style in the quickinfo tooltip from the errorprovider Greets swizz_balu The ErrorProvider internally uses TOOLINFO_T structure and params1 = new CreateParams (); params1.Parent = base .Handle; params1.ClassName = "tooltips_class32" ; params1.Style = 1; internally to create the tooltip. Hence I guess it canno ...Show All
Paul A. Mestemaker II - MSFT click event on hidden window
I have an application (visual basic) in wich about 20 forms are running. I would like to simulate a click event on those forms without them to come in first plan. all those forms are in full screen mode so just one of them is ...Show All
Shahab03 toolStripStatusLabel1 is invisible.
I have an MDI application. I have a statusstrip in my parent form(frmMain). In the child form, I have get the instance of the parents form and set the status control like this. frmMain .GetChildInstance.statusStrip1.Text = "Set from Child"; frmMain .GetChildInstance.statusStrip1.Visible = true ; frmMain .GetChildInstance.toolStripStatusLabel1.Text ="Set from Child"; frmMain .GetChildInstance.toolS ...Show All
Tollens Using MS Office to do a mail merge
Ok I know that I have a large number of questions here. Please, I need all the help I can get on this one. I have an application that is putting data into an Excel spreadsheet. I have also created a mail merge document to ...Show All
Anshu Giri 2005 RTM: A circular control reference has been made. A control cannot be owned by or parented to itself.
Well, dang. I had re-done a form that was causing me other problems with the designer. All seemed fine, I went home, and returned to the form this morning to find this: A circular control reference has been made. A control cannot be owned by or parented to itself. This form has a few split containers on it. This instability is very frustrating. Anyone else ever see this If you are confident that this ...Show All
jhoney Copy a form
I got two child forms, and I want to copy the buttons I make in one of the forms, into the other form. When I try this, the buttons just moves from one form to another. HELP! inherit the form you want to grab the&n ...Show All
PederO Error when commiting the Row to the Original Datasource.
Hi there, I have this problem with a DataGrid, when you click on a BoolColumn in quick succession a messagebox pop’s up with the following description and a Yes and No button: Caption: Error when commiting the Row to the Original Datasource. The Li ...Show All
lym51 Combining VB6 forms with VB.Net forms
Hi all,,, I have a project developed using VB6, and I want to add many other functionalites and forms to that project. Im thinking of developing the new forms and functionalities using VB.Net. The question is: can I combine the two environments for developing a single project, and if yes what is the side effects and the drawbacks Thank you Hi, You can use the Upgrade Wizard to move your existing VB6 project to VB.NET and then everything ...Show All
