Answer Questions
gemma Changing MDI Child form icon
I'm writing a WinForms application using VB.Net 2005, with an MDI interface. Each MDI child form can change its form icon at any time (it's a monitoring app, and the icon is a quick visual indicator of status). However, if the MDI child is maximized, then the icon doesn't update. Icons change just fine if the child form is in normal ir minimized state. CommonGenius.com wrote: That's because when ...Show All
Lierni Custom toolbox component not working properly in VS.Net 2005
I have a custom component I wrote in VS.net 2003 that you drop onto a webform to perform database operations. When converting a website to vs.net 2005, the component wasn't added to the toolbox like it was in 2003. I went ahead and tried to add it to the toolbox, which shows up, but is greyed out and cannot be accessed by my webforms anymore. What are some things i need to check to see if its compatable with VS.Net 2005 Thanks, ...Show All
cgwaters "Custom" MasekdTextBox - BackColor prob
Hi, I build a control derived from MaskedTextBox with regex matching on the content and depending whether the content is good or bad I change the back color of the the textbox. The only problem I have is that sometimes, yet not always, 1px wide of the inner border remains the old color until the textbox is hovered. So, when the textbox backcolor changes to green, there's still a 1px wait border of the previous red background. However, this does ...Show All
shazi Flickering effect
Hi folks, I have a control with 100 controls inside. The problem is the control takes too much time to render and a flickering effect is unacceptable. How can I avoid the flickering effect Thank you. Depending on the type of contro ...Show All
Chris98765 I am new, can anyone help me?
Hi, I am new to terrarium. Is there anyone who can help me with the following problems: - Where can I find tha "farm" - My terrarium never make a connection with the internet, the server is set to "http://www.terrar ...Show All
richmtl Problems with the CollectionEditor and Properties
Hi I have a simple UserControl with a property that looks like this: [ System.ComponentModel.Editor (typeof (System.ComponentModel.Design.CollectionEditor), typeof (System.Drawing.Design.UITypeEditor)), Description ("test property"), Category ("Misc"), DefaultValue ("") ] public List<Element> Elements { get { return elements; } set { elements = ...Show All
MS Student Accessing PDF file properties in code
I am trying to use access the properties of adobe acrobat PDF files. I am able to edit or add information into MS application properties windows from code using the Built-in properties collection. For my pdf files in question I can view and change the Title, subject and author by right clicking on the PDF file and then selecting properties. I wish do do this programatically. Any suggestions ...Show All
BozUK Multi Column List
How can i create a list with multiple columns i've spend days trying to figure this out with both lists boxes and the datagrid control Check out the links I sent you. If you want to select the entire row, see here: http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#8y225t5b Or go here for a VB version: http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q689q If you don't want to show th ...Show All
Roman S. What is the AddNew method of BindingContext???
I need to try this question again: Does anyone know what the AddNew method of BindingContext Class is It is not documented in the Class Members. Here is the code that generated this question. This code is found on a form displaying one ...Show All
Evangelos Error Trying to Install Issue Vision
I am trying to install issue vision to have a play, but I keep getting this error message. I am running Windows XP home SP2 and I have SQL Express 2005 installed as well as Visual Studio C# Express Here is the error message that I am getting See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Data.SqlClient.SqlException: Passw ...Show All
ShimpiSuhas Method of web service, about database?
Hi all ;) I create s web service, it have a method updateDemo. The method use to update data of dataset. When it is runed only one row executes successfully. However I added new or modifyed records. But also method here, when it is runed&n ...Show All
John Tolmachoff scrollable panels without a scroll bar
Can I have functionality of programmically AutoScrollPosition for a panel but without actually showing the scroll bar Senerio: I have several panels that are programmically set to hor or vertical position controlled by a master panel's scroll bar (not using ...Show All
Anni VS 2005 RTM WINFORM DESIGNER BUG IS DRIVING ME CRAZY
I have a project with various forms but when I try to view the designer for one of the forms I get the following error messages -even though the project atually compiles : I Have looked around and if you type "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. " IN GOOGLE you gets loads + a notification by Microsoft that says that they could not fix it before release http://lab.msdn.mi ...Show All
MrHeo MDI data structures
I want to write a document editor which can handle a large number of documents simultaneously, any of which can ioncrease in length arbitrarily. A multidimensional byte array is not suitable because only the last dimension can be redimensioned. Does anyone know how standard editors like Word etc. manage their data files JOLinton That will work. Collection classes are still better than arra ...Show All
F1rst_Kn1ght Subclassing DateTimePicker to support DBNull values
My table is designed to support Nulls in the datetime columns. So I've subclassed the DateTimePicker and added the following code... public new object Value { set { Type t = value.GetType(); if (t == typeof(DBNul ...Show All
