blah blah blah is here! blah blah » Close

1
votes
2 answers

1000 separator as in Excel.

Have anybody implemented a 1000 separator as in Excel???? I wish that I can display the label text (int) with the 1000 separator applied to it. I mean instead of showing 2150052, the user should get 2,150,052. How can I do this????

1
votes
3 answers

FileSystemWatcher sentenced to Death.

I was trying to create a utility which should monitor a user specified drive.... but while troubleshooting I'm discovering that as I try to fetch (a particular) network drive..... my application is suffocated to death. The wait cursor (not ...

1
votes
1 answers

File overwrite dialogue

I want to do something like this:[code]. . if(ShowDialog(MessageBox.Show("File already Exists, do you want to overwirte the existing file?","File Overwrite???", MessageBoxButtons.YesNo))=="Yes") . . [/code ...

0
votes
1 answers

Timer Control's progress?????

In my Winform I'm having a export function. On the Export_LinkClicked event all components in my DGV is exported into a "New" xls file everytime. As u may understand that whenever the contents in DGV increases, it will take lon ...

0
votes
5 answers

WinForms DataGridView RowDataBound

Hi there, I know there's no RowDataBound event for the WinForms DataGridView. But there is CellFormatting event in WinForms DataGridView. So Cellformatting event is very very slow. Is there any solutions like RowDataBound event in Win ...

0
votes
1 answers

Connectionstring in win forms

Hi In asp.net you can easily put the connectionstring to your database in webconfig file and use configurationmanager to reach it from different pages. Is there a similair way in win form applications? Let say I create a class and call ...

0
votes
1 answers

Record Locking in MS SQL Server

The scenario... Multi-user, connecting to an MS SQL Server (either Enterprise or Express) database. Thankfully, at the moment, using Winforms. Users can access accounts, BUT If User-1 has Account-A displayed (and might be modifying it ...

0
votes
2 answers

Excel worksheet & C#

I just tried using Office Interop Excel = Microsoft.Office.Interop.Excel; I'm looking out for a way with which I can make a particular worksheet (as Active worksheet) in the Excel workbook. Something like this:[code]if (checkBox1 ...

0
votes
1 answers

MS Excel 2003 Graph in VS 2008 C#.

I'm just wondering how can MS Excel 2003's graph/chart be displayed on my WinForm created in C# using VS 2008??? What's the logic behind creating a graph in excel from C#? Any guidance please?

0
votes
9 answers

U think this is simple?

I got another problem::::::----- I'm not able to reach these folders via C# code:-[code] C:\\Documents and Settings\\gsvsnl\\My Documents\\y Pictures\\gs.bmp C:\\Documents and Settings\\gsvsnl\\Local Settings\\Application Data\\Microso ...

0
votes
3 answers

Datagridview cell position (.Net 2008).

How can I get the position of a certain cell of a datagridview. To be specific I don't want the mouse coordinates. Suppose I have a datagridview with Name (ReadOnly), ID and TransDate columns and I want to popup a tiny lookup form when the ...

0
votes
2 answers

Auto scaling of controls in a form (.Net 2008).

DESKTOP APPLICATION. Hi, below is the problem briefed: In my home form I have a splitcontainer and few buttons. When the buttons are clicked respective forms are opened in the splitcontainer. The splitcontainer is anchored- top, left, r ...

0
votes
1 answers

Problem With multiple instances of the same form.

I have a form that contains a Listbox. When I open two instances of this form (let's call them Instance1 and Instance2) as MDI children, the Datasource of both forms's listbox is [b]the same IList[/b] located in the MDI Parent form. Here ...

0
votes
0 answers

Cache MySQL data (from webserver) in Winforms

My Winforms read some data from MySQL database in Webserver. It is slow to display out the values. If it is a local database, it is not a problem. Even when the Winform is called, and go into the hidden mode and comes out again, that Win ...

1
votes
1 answers

Run WinForms Applications From The Web Browser

is this possible? If yes, it would be wonderful. Several related links below: (1) http://www.theserverside.net/tt/articles/showarticle.tss?id=RunFromWeb (2) http://www.visualwebgui.com/Developers/Resources/Tutorials/tabid/365/articleType ...

Feedback