blah blah blah is here! blah blah » Close

0
votes
1 answers

Problem in painting custom panel control (.Net Framework 4.0).

I have inherited the standard panel control to create a panel having custom border color. The problem is, while the panel is on a form and any other form is moved across it, it paints hapazard lines of the same color as the panel custom bor ...

0
votes
1 answers

How to set borderstyle of a datagridview column at runtime (.Net Framework 4.0)?

I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one to have 'All' (i.e. all sides of the cell shall have a border) as cell borderstyle ...

1
votes
1 answers

DataGridView checkbox column header cell (.Net 4.0).

Hi, I'm trying to render a checkbox in a datagridview column header so that when the checkbox is checked/unchecked all the cells in that column should be checked/unchecked accordingly. The datagridview is bound to a database table but the ...

0
votes
0 answers

DisplayFormat/DisplayStyle property of TextBox (Visual Studio 2010, .Net Framework 4).

Is there any predefined property by which I can set the DisplayFormat/DisplayStyle of a textbox? Suppose I want a textbox to hold the actual value 888888888888.88 and show it formatted as 888,888,888,888.88. In short it should hold 'Double' ...

0
votes
1 answers

How to get reference information between parent and child tables (MS SQL Server/MSAccess)?

Is it possible to get information about whether a child table has reference to a parent table through a certain record? For example, tblParent has a record whose primary key value is 5. I want to know whether tblChild_A, tblChild_B and tblC ...

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
1 answers

Managing attachments with question.

While I start my new thread, how can I manage attachments e.g. attaching image files etc. from my computer? There's an option to attach image from URL but how to add images from my computer? Please help.

0
votes
1 answers

Problem in resizing controls (.Net 2008).

Hi, we all know how to dock or anchor controls so that they resize themselves accordingly when a form is resized. It works fine till we have rows of controls on left and right size of the form. But what if have three columns (Columns as in ...

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 ...

Feedback