Context Switch Deadlock caused by Windows Media Player ActiveX
Hi,I have two windows media activeX components on a windows form, accessing the same media file so that I can play it synchronously without the use of a media server. The media file restarts at the end...
View Articlemswinsck.ocx latest version
What is the latest version of file mswinsck.ocx? Also where i can find that file?
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 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 ArticleDatagridview Checkbox column forecolor
Hello,i'm trying to change the forecolor of a checkbox cell but this does not work. This happens while the DataRowPainted event is thrown. I'm checking a statusfield and if the status is true i want to...
View ArticleC# Screen.AllScreens Not Updating (Changes in display resolution/position not...
Greetings,I am working on an application which automatically sizes a Windows Form to the size of a screen. I am using the Screen.AllScreens property to acquire a list of Screen objects, and using the...
View ArticleRichTextbox Deslect not working
Hi, I wnat to deselect the text in rich text box. There is some text which is already selected and highlighted in green color. Now I want to deselect that text. Have tried several options, but nothing...
View ArticleDatetime ParseExact not working
Hi,I want to convert the datetime from one format to other one..Below is my code.. inputFormat = "yyyy'-'mm'-'dd hh':'mm':'ss':'fffffff"; string inputDateString="2012-12-19 04:03:20:0123456";...
View Article.NET Reporting Controls: How can I set tick intervals on a Chart manually so...
I have a project that uses the .RDLC reporting designer and ReportViewer control with a number of data visualizations. In the latest update I need to print tick marks and labels on my charts at...
View ArticleHelp to arrange all the data in a c# winforms chart binding with SQL Express.
Hi everyone! I have trouble putting together a chart with the contents of a data table that is basically as sex, marital status, age, and DATE . Im working with a bar chart or column chart, but I can't...
View ArticleWindow class name is not valid.
I get this error about 75% of the time I try to debug in Visual Studio 2005. I have reinstalled VS and applied the latest service pack with no relief. It never happens if I run without debugging,...
View ArticleA better access protection?
Is there a way to protect the struct Info in the class? I want to make it a 'sealed class' but that is illegal. public class Guestbook_Lib : Basic_Valid { public struct Book//Main Book Structure {...
View ArticleWhy does my background thread raise deadth of my UI?
Pop-UP dialog is my other common Form.public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } private void...
View ArticleRegistry key for default browser
Hi,I have an application that checks for the default browser in the registry key [HKEY_CLASSES_ROOT\http\shell\open\command]. I've seen on one computer where this key where gone and this caused my app...
View ArticleHow to access the outlook email compose message body.
hi, I want to change the message body at runtime, I have created few email message template and a outlook ribbon for the email compose window. I want that when I select any template from the ribbon the...
View ArticleBypass read only cells in DatagridView when pressing TAB key
Can anyone show me some code of how I could bypass read only cells in DatagridView when pressing TAB key?
View ArticleSet show all option in flash with AxShockwaveFlash
Hi I am using the class "AxShockwaveFlash" to display flash object (swf) files in my project.Is thier any way to set "Show All" (it's in the menu when you right click on the flash file) by code...
View ArticleHow to programatically add a control to a group box within a tab page?
I want to programatically add a textBox to a groupBox that is within a tabPage. Can someone show me how to reference the groupBox within the tabPage?Something along the lines...
View ArticleHow to force refresh or delete the DISPLAY key on Win7 ?
Hi System Experts:I need to refresh the monitors recorded by my system (Win7) in the registry; I have a long list of monitors under:HKLM\System\CurrentControlSet\Enum\DISPLAY\I was trying to delete...
View ArticleMDI Forms Search Child form data from MDIparent
Hi everyone,I'm trying to develop an application using mdi forms, (I'm new in Programming), I have more than two child forms where on each form, I want to search by Student number using the textbox in...
View Article