blah blah blah is here! blah blah » Close

0
votes
0 answers

Looking for developers to help in free and opensource project

Hello, I am not sure if this is allowed or not – if this post is against any Rules i apologize in advance and this post can be removed. I am in the process of creating a open-source project to track the Psychological Mood of a person, ...

0
votes
0 answers

Looking for developers to help in free and opensource project

Hello, I am not sure if this is allowed or not – if this post is against any Rules i apologize in advance and this post can be removed. I am in the process of creating a open-source project to track the Psychological Mood of a person, ...

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

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

Dynamic Layout Manager

I need to display a set of images as rows and columns in a form. The layout should be user selectable similar to MS Word 2007+ - Table Insert functionality ie. rows & columns need to generated during runtime. Is there a built-in layout ...

0
votes
1 answers

Merging List of word-documents in .NET

Hello, I'm trying to merge a bunch of word-docs into one. I've found a lot about this subject on the web, but they all start from documents saved on file and reading it into a string.. I have a list of word-documents created in my app ...

0
votes
1 answers

multiple panels in a tabcontrol

I have a form that has 2 tabs in a tabcontrol. I want to add 5 panels to one tab. My problem is that I try but get the panels overlapping each other. Any help is appreciated. Yesterdays's answer was very helpful.

0
votes
1 answers

what's the vb.Net counterpart of the following blocks in Csharp?

[code]public class NullableDateTimePicker : System.Windows.Forms.DateTimePicker { // Default Constructor public NullableDateTimePicker() : base() { base.Format = DateTimePickerFormat.Custom; NullValue = " ...

0
votes
1 answers

Open Word Document

How can i open a word document on click event of menu item in toolbar? A full fledged example will do. Thanks sumit

1
votes
1 answers

What does MustInherit translate to in c#

Looking at some vb.net code here, what does the following translate to in C#: MustInherit MustOverride

Feedback