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

0
votes
0 answers

How to ignore a folder in Team foundation during check-ins?

Rick_A
761

I want to ignore a particular folder in my vs.net solution, such that, when I go to check-in files into team foundation, the folder (and its files) will not appear in they list of files that have been added/edited/etc. Currently I have t ...

1
votes
2 answers

When deploying a asp.net application, do you need to .pdb files?

Rick_A
761

When I deploy my web applications, I always build in release mode. When ftp'ing the files to my web server, I just dump whatever is in the /bin folder of my vs.net project which usually has a .pdb file. Is this the file that just linger ...

0
votes
2 answers

How to open the immediate window in vs.net 2010?

Rick_A
761

I'm in debug mode, and I want to type some things into the immediate window but its not currently open. How can I open the immediate window in vs.net 2010? I want to somehow see what the current date format is for the current thread, ...

0
votes
1 answers

how to change the background color in vs.net 2010?

Rick_A
761

I want to change the background color in vs.net 2010 I like the vs.net color themes on [url]http://studiostyles.info/[/url], but I want to change the background color on one of them and can't find that option.

0
votes
1 answers

Is there a way to see the command-line arguements used by vs.net during a compile?

I want to see exactly what vs.net does behind the scenes when it compiles a asp.net web application. [code]csc.exe etc etc.[/code] Is this possible? I find that the IDE abstracts so many things away from us, we have no idea how to ...

0
votes
1 answers

using vs.net search and replace, can I convert a character to upper case?

Using vs.net built in search and replace functionality, I noticed you can use regular expressions there. What I want to do is search for all occurrences of: [code]#asdf[/code] and make the first character after the pound sign an up ...

Feedback