blah blah blah is here! blah blah » Close

0
votes
0 answers

Excel process continues running (.Net Framework 3.5, VS.Net 2008, VB.Net 2008).

Hi, I'm calling the following method from a button click event to export a datatable to excel. After the export is completed, the excel application object is quit, released and assigned to nothing. But in reality it's not getting released a ...

0
votes
2 answers

Memory Leaks in Window Media Player + c#

Hi I am facing some memory leaks in windowmediaplayer after disposing it. Following is the code public partial class Form1 : Form { public Form1() { InitializeComponent(); } AxW ...

0
votes
1 answers

Problem in button (.Net 2008, Framework 3.5).

When a button is focused by pressing Tab key, a rectangle appears on it. Even if the button's TabStop property is set to false, when the button is clicked with mouse the rectangle appears. Is it possible to stop the rectangle from app ...

0
votes
0 answers

Problem in ToolStripButton (.Net 2008, Framework 3.5).

Hi, I have an editable datagridview that's been databound with dataadapter and datatable, and a normal button on a form. When i edit the dgv's cells and click the save button it fires the datagridview_cellvalidating event and if the cell ...

0
votes
0 answers

ASP.NET 3.5 ConfirmButton

with reference to this website http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ConfirmButton/ConfirmButton.aspx how do I implement that ConfirmButton (Click Me button), not the LinkButton which would display "Message from webpag ...

Feedback