all groups > visual studio .net ide > august 2005 > threads for august 22 - 28, 2005
Filter by week: 1 2 3 4 5
DataSet sorting and user
Posted by Jack at 8/28/2005 12:00:00 AM
Hi again,
The datagrid will get a dataset. We can find out what record the user
double-clicks by the this.myDataGrid.CurrentCell.RowNumber property. But if
the user 'sorts' the datagrid, then this RowNumber property is no longer
valid - is that right? If so, how can this be tracked?
Than... more >>
Add-in for enhancing Solution Explorer
Posted by Tony Maresca at 8/25/2005 12:00:00 AM
QXMgcGVyIHRoZSBzdWJqZWN0LCBpcyB0aGlzIHBvc3NpYmxlPw0KDQotLSANClRvbnkgTS4=
... more >>
VSNET05 - Can't turn of C++ warning
Posted by AVee at 8/24/2005 11:40:57 AM
I need to turn off C++ warning C4996 (deprecated function). According to the
docs this should work:
#pragma warning(disable:4996)
It doesn't. Am I missing something, or is it not possible to suppress this
warning?
Thanks.... more >>
still no fix to the HTML modifications?
Posted by jason at 8/24/2005 10:26:14 AM
hello everyone,
i'm just curious, i've read several threads (most about a year old)
about the horrible rearrangement issues with MS VS.NET 2003. are these
issues STILL around? have they not given us a way to turn off all html
re-formatting?
at this point, i could care less if i lose intelli... more >>
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET
Posted by mayamorning123 NO[at]SPAM yahoo.com at 8/24/2005 12:28:03 AM
A comparison among six VSS remote tools including SourceOffSite ,
SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET
To view the full article, please visit
http://www.BetterVssRemoting.com
Better VSS Remote Access Tool
This article makes a detailed comparison among SourceAnyWher... more >>
Remember FTP username/password
Posted by Rasmus at 8/23/2005 11:46:31 AM
In VS2005 beta 2 there a great feature that lets you open a website through
FTP suppling ftp-url, username and password.
But how do I get VS to remember the username and password?... more >>
Tab order
Posted by AndrewDucker at 8/23/2005 3:52:21 AM
When I press Ctrl-Tab to move between tabs, it moves through them in
the order of last use, rather than left->right across the top. As I'm
generally looking at which tabs I have open, and wanting to move 5
right (or 4 left, or whatever), this is entirely un-useful.
Is there an option to make ... more >>
stepping into code file of dll using
Posted by TS at 8/22/2005 11:52:49 AM
HI, i have this dll that i am using in my project. Whenever i would step
into the method of the dll object, it would automatically open the source
file and step into the correct line of code so i could debug in it. Now it
won't do it.
Anyone know why and what has changed?
thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Undo is always greyed out (i.e. does not work)
Posted by Ronnie Smith at 8/22/2005 11:46:37 AM
Hello,
I have just purchased Visual Studio.NET 2003 [Version 7.1.3088.]
The undo/redo seems to be completely disabled - i.e. I cannot undo anything.
If it matters - I am developing in VC++.
Can anyone help?
Thanks!
... more >>
Need to change Active Solution Configuration
Posted by Juan Dent at 8/22/2005 9:54:06 AM
Hi,
I am using EnvDTE to modify and control a solution and its projects in
VS.NET 2003, however I have not found how to change programatically the
Active Configuration for the solution.
Am I missing something?
--
Thanks in advance,
Juan Dent, M.Sc.
... more >>
Tooltip on the Solution Explorer?
Posted by Holger Pedersen at 8/22/2005 12:40:05 AM
I would like to ask, if we could get a tooltip in the Solution Explorer. When
hovering over a filename.
The reason for asking, is the need to be able to see the whole path to the
file, since treeview isn't the optimal way to show this structure, without
moving, especially, when we have lar... more >>
|