Answer Questions
Perm Property & Component
Hi all.. I created a UserControl where I implemented a property (MyComponent) of a class type (inherited from Component) When I place my UserControl in a form and I modify a property of MyComponent , property isn't updated So I define MyComponent property in my UserControl: [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public eComponent ep_Component { get { return this.eComponent1; } } If my prope ...Show All
cbenesh MaskedTextBox and the Decimal Type
Hello All, I'm hoping someone can help me with this one. I have a model object that represents a stock part. This part has a price. The price is stored on the database as type money. The price on the object is stored as type decimal. I have a binding source that has this object as it's datasource and it is bound to serveral controls on the stock part view. The bound control for the price is a MaskedTextBox. When I input a price, say 2.35, ...Show All
LAMArrano PocketPC/WebServices/Click Once
I've developed a PocketPC Webservice solution with Vs2005, and was assuming i could Publish/Deploy the solution just as i have done with a similar WinForms 2.0 application that uses the same WebServices. There is no option to publish in the Pocket PC project though. And none of the build directories include any manifest/setup files. Am i misunderstanding the concept of Pocket PC deployment in Visual Studio 2005 I assumed i would be able in ...Show All
Eugeniy Strange font size behaviour in Windows Forms Designer
We have just upgraded from Beta 2 to the release edition of VS 2005. I am noticing that the text in some of our controls no longer quite fits in the control, as if it has increased marginally in size. This may have something to do with a behaviour in Windows Forms Designer which I've never been able to understand: - If I add a button to a form and specify a font of MS Sans Serif, Normal, 8pt using the Font dialog, the setting I end up with is "M ...Show All
Joy19101 Centering Controls Vertically at Runtime
Hi everyone, I have user control lets call it A. I mad trying to make a collection of this control called ACollection, deriving from UserControl class. I am providing two methods Add and Remove that would allow adding or removing controls of type&nb ...Show All
Kevon Save File Dialog
My question is di I have to place menu on the Child Form for saving from RichTextBox or it can work by placing the code on the MDI Form and here what I am tying to use but it did save the file but it was empty. private void saveAsToolStripMenuItem_Click( object sender, EventArgs e) { saveFileDialog1.Title = "Specify Destination Filename" ; saveFileDialog1.Filter = "Text Files|*.txt" ; saveFileDialog ...Show All
Abhiram Khune Extra complex data layout.
I'm currently facing quite a complex situation, I have 3 tables: Products Groups Stock Data Stock Data has an external key to both the other tables so that I end up with Products Stock Groups ID <- ID_Prods ID_Groups -> ID And it's pretty simple up to now The hard part is showing it like I want... Product Name Other Product Cols (except the ID which I me ...Show All
bw_123 show selected items of listbox in another listbox
hello how can i show multiple selected items of listbox into another listbox. my second question how can i show multiple selected items of checkboxlist into listbox. thank you for the time and for the help ...Show All
Rajesh Kannan more on binding name/value
row = new Hashtable(); row.Add("name", "Wilson"); row.Add("age", 22); Console.WriteLine(row["name"]);& ...Show All
Netjunkie command line windows forms
ok first of all hi as this is my first post. until recently ive been using VS.NET 2002 on my laptop. however it died so i no longer have it installed (plus ive used all my activations). for the time being im being forced to use t ...Show All
tovvenki Datagrid Sort Problem
I have the following code: Dim al As New ArrayList Dim cm As CurrencyManager = Me.BindingContext(dg.DataSource, dg.DataMember) Dim dv As DataView = CType(cm.List, DataView) & ...Show All
Kwon-il Lee DataGridView - functionality
Hi, I have a question to this DataGridView control shown here: click I don't know how to achieve two of these effects: a) "This is custom drawn text" - how can I achieve something like that b) There is for example an image column but one cell hosts a ComboBox ... how is that done Thanks oh ok, I just solved problem b :) Works just like thise: dataGridView1.Rows[2].Cells[0] = new DataGridViewComboBoxCell ...Show All
tom-b Not understanding the printing tutorials
I must be missing something, for the <a href="http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsPrinting.aspx">Printing tutorials</a> are totally confusing me on how to properly constructor a PrintDocument and have it printed. The first example just instantiates a PrintD ...Show All
Alexoct EnableVisualStyles Method and CrystalReportViewer -- missing buttons and tree groups
(a) The missing Buttons: (1) I created a Form with a CrystalReportViewer and was able to open a Previously created Crystal Report. (Multiple Pages, Multiple Groups) (2) I added EnableVisualStyles to the application (3) The buttons for Printing, First, Previous, N ...Show All
Pachacutec Read and view PDF files like adobe activeX
Hi, How to read and view PDF files like adobe activeX Thank's Alexei Hi, My problem is that I connect application on my computer to Acrobat Reader 7. On clients computers I have both version 7 and 6 and 5. So this isn't work perfect. I need another solution. I want get the result like when I working on internet I click on PDF and it opens into IE. Thank's Alexei Yes, After know the version, you can know the control's f ...Show All
