Listbox hover states in an ElementHost
Hey all, I hope this is a quick question for someone.I have an ElementHost control on my Windows Forms form. The host is used for various reasons, but primarily for providing a nice UI for a long...
View ArticleShowDialog on the standard PrintPreviewDialog breaks modality!
The Questions:Has anyone seen invoking of one modal dialog from another modal dialog cause the modality to get undone?If you wanted to make a call with ShowDialog so that you get back a result, but...
View ArticleMake labeled Textbox with C#
Hi, Can I make a labeled textbox with C# like this?i49.tinypic.com/5ozc6p.jpgThank you...
View ArticleChange screen bounds in a multi-screen application.
My app is running a videos and it is working fine on extended monitors. I am providing admin section from where user can manually add the distance between the monitors. (this is the separation area...
View Articlewhen rdlc report load then invoke or begininvoke cannot be called on a...
I have form (rdlcreport.vb) to show monthly report, when the user click show button that time data fill in tmp table and bind to report. its open first time,but try to open multiple time. Then error...
View ArticleHow to speed up my code?
Hi,My program reads values coming from a microcontroller, writes them to a file and adds the values to a chart plot. The code is composed of a backgroundworker triggered by a timer. The user has the...
View ArticleWPF with MVVM pattern
Hello,I have WPF application with MVVM pattern. One of my window forms, I have a Grid View Control. And inside that a template column having a text box. For the text box there is a key binding command...
View ArticleTransparencyKey Form
Hello guys. I have a Form which I set the backgroundColor to CornflowerBlue. On this form I have put a .png picture which doesn't have a background. And look the...
View ArticleCan I add a BACKGROUND VIDEO to a IsMdiContainer form?
I want to know,wether it is possible to add a Background video to a IsMdiContainer Form and open the other forms on that particular video?
View ArticleReadOnly RichTextBox has white background.
I have a ReadOnly RichTextBox on my Form1 and it is indeed ReadOnly but the background is white rather than grey. It certainly seems to be a .Net bug but is there a circumvention?Thanks, Bob
View Articleclock drift at embedded XP
Hi I am using Windows XP Embedded on my machine which is installed from a backup image. Recently, I have detected a system clock drift on my machine. this drift is very large ( one second at every 5...
View ArticleUserControl.ActiveControl is getting cleared
When I switch between forms, the ActiveControl is getting cleared & so losing focus. UserControl is handling things to set ActiveControl updated. When I switch to other Form, the Form many not be...
View ArticleContextMenuStrip vanishes
Hi All,I have a custom control to display a graph , to add graph data i added a contextmenustrip, with submenuitems like("Add-->AddItem-->AddMin...
View Articlehow to give answer
i am new in msdm so i don't know how i give answer a question (which is asked by other members)or what is propose answer.
View ArticleSending Emails from Windows form with Progress Bar
Hi, I want to send multiple attachments using smtp client in my C# windows form application. Right now I am able to send the mail but I am not able to show any progress bar on the screen for the user...
View Articlehow can I manage the forms from the Parent Form
I have application with 3 forms , Parent and 2 child forms with names fristForm and secondForm.On parent form at public Form() I open the firstForm. as follow : firstForm _firstForm = new firstForm();...
View ArticleError while reading Custom elements in App.config
Hi,<sectionGroup name="propertyMappings" type="System.Configuration.PropertyMappingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ><section...
View ArticleSimple question abt Logoff from RDP session (not in full screen)
I really don't understand why it has become so very complicated to reach the Logoff button while on a RDP session of a Win 2012 server when not running in a full screen mode. The windows key only...
View ArticleComoBox MouseDown Event Problem
I have numerous ComboBoxes with DropDownStyle = DropDownList and several items in its Collection on a WinForm. When each ComboBox is populated, an AddHandler event is inserted,"AddHandler...
View ArticleMenu not shown on mouse click
I am working on a tabbed multi-process application. My child application(a third party application) contains context menus and menu bar. I have loaded my child application to a tab in parent...
View Article