blah blah blah is here! blah blah » Close

0
votes
2 answers

c# code and GUI on VISUAL STUDIO 2008 for build deployment!!.. urgent!!

Hi... I am very new to c#... I dont really know any object oriented programming languages either... I joined as an intern in a software company.. My first task was to write a batchfile which when run, asks the user for the "remote desk ...

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

Help with hiding buttons

Hey everyone, I am completely new to this forum business so I apologize if I post something wrong or something. Anyways, I am writing this program for this class and I have a Start_Screen which allows the user to select their level ...

0
votes
2 answers

determine how .net 2008 works all together

I am basically new to C#.net 2008 working with the professional version. I have a solution to work with that has lots of projects in it with no documentation. I need to determine how this solution works. I know I would look in the prope ...

0
votes
2 answers

Cannot implicitly convert 'System.Uri" to 'string'

Hi, I'm making a web browser in visual C# and I need to make the address bar change when a new page loads. Here is the code I am using: private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { ...

Feedback