all groups > visual studio .net ide > december 2004 > threads for december 15 - 21, 2004
Filter by week: 1 2 3 4 5
Everything disabled in Toolbox
Posted by OrbitalTug at 12/21/2004 11:29:25 PM
Hi
I am programming on an unmanaged C++ application developed using MFC.
Previously we worked in VC6.0, but now for a while we have been using VS7.1
for coding.
For the first time in quite a while I was going to add a new MFC dialog
using the resource editor. I added the dialog by right ... more >>
cl.exe /G7 option problem
Posted by SLASH at 12/21/2004 7:23:01 PM
when i open /G7 option, compiler optimize float to long data cast instead of
calling _ftol2 function.But make some mistake when float = 0xffffffff; long
will be 0x80000000.
Assembly code:
00401032 mov eax,dword ptr [yy]
00401035 mov dword ptr [ebp-158h],eax
0040103B mov ... more >>
How to link 2 projects in a solution
Posted by hn at 12/21/2004 7:11:04 AM
Hi,
I have a asp.net solution with 2 projects under it. I set project A to
depend on project B. When I build the solution, both of my projects get
compliled but they don't link to each other. when I run a page in project A,
it doesn't pick up the updated things in project B. As a result, I... more >>
Custom Project - Linked files
Posted by Marc Jennings at 12/20/2004 5:16:21 PM
Hi There,
I am in the process of creating custom project types for ther commonly
used assemblies that I create.
What I'd like to be able to do it to automatically add a *linked* file
(AssemblyInfo.cs) to each of my new Class Library objects.
I can add a templated version easily enough (i... more >>
Color coding in the IDE for System Types (Int32, Double, etc)
Posted by Brian R. at 12/20/2004 8:59:08 AM
I know that VS 6.0 supported the ability to color code a user defined list of
terms in the IDE. I would assume that VS2003/VS2005 would do the same. Can
anyone confirm or deny this and tell me how to do it?
Our developers would like to see items such as Int32, Int16, Double, and
others sh... more >>
How to use an external library
Posted by Gandalf at 12/20/2004 2:11:04 AM
Hi,
I had to use an external in a Visual Studio .NET C# project.
I see the documentation associated to this function in VS .NET.
But when I want to use the function, I have the following message :
"C:\Documents and Settings\TOTO\Mes documents\Visual Studio
Projects\NetworkUtilitiesCSharp\Net... more >>
Finding block begin/end in VBScript
Posted by Agoston Bejo at 12/18/2004 2:14:00 PM
Hi!
I am using VS.NET 2003. In the editor with CTRL+] I can easily find the
closest opening/closing parenthesis. What I'm looking for is the same
functionality for VBScript blocks, e.g. when the cursor stands on an "If...
Then" statement and I press a certain key combination, the IDE should find... more >>
Viewing files after precompiler's session
Posted by Agoston Bejo at 12/17/2004 10:58:55 PM
Hi all!
What I would like to see is the cpp files _after_ the precompiler has
expanded all the macros and such, but still the source code, so not the
object file or like that.
Is there a debug option or a utility to generate such files?
Thx, Agoston
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Cannot stop VS2005 using Mozilla
Posted by Dave at 12/17/2004 4:17:02 PM
Hi,
November CTP of VS2005 Standard Beta 2. ASP Web Project. Completely new
website.
I normally use Mozilla, and so VS starts a ASP.NET app using that. Perfect.
However because the ASP Website Configuration tool doesn't quite work using
Mozilla, I decide to use Internet Explorer to c... more >>
Can I show/Hide an entire window of panels?
Posted by darrel at 12/17/2004 3:02:34 PM
I have my Solution explorer, class view, properties, task list and output
all grouped in one window. I like to use two monitors so I place this on my
second one. However, there are still times when I'd prefer that this entire
window just be hidden. Is there a way to set up a keyboard command to
... more >>
More projects in a C++ solution: how to link them together?
Posted by Agoston Bejo at 12/16/2004 8:56:02 PM
Hi!
I have two projects, one depending on another. In the first a global
variable is defined:
x.hpp:
extern int x;
x.cpp:
int x = 5;
When in the second project I try to use this global variable, I get a linker
error:
[...].obj : error LNK2001: unresolved external symbol
How do I tell t... more >>
"New Project" folders
Posted by Marc Jennings at 12/16/2004 11:18:08 AM
Hi,
Is it possible to create folders in the "New Project" wizard? I'd
like to be able to group all the commonly used projects into one
folder, and have them customised to suit my needs. I am OK with
adding new project types, but only within the existing folder
hierarchy.
Thanks in advan... more >>
How do I add Visio UML Add-in Toolbar in Visual Studio .NET
Posted by Sophia Liu via DotNetMonster.com at 12/15/2004 5:57:28 PM
Currently, visio UML is not on the list of the available Add-ins in my Visual Studio .NET IDE? I do have visio installed on my computer though. Can somebody tell me how I can add visio to my add-in list, and thus I can use the Visio UML Add-in toolbar to reverse engineer my code?
Thanks.
Sophia... more >>
Double clicking cs component files bring up [design] "form"
Posted by Ingvar Nilsen at 12/15/2004 4:35:17 PM
When I double click a cs file in the solution explorer, a cs file that
contains a component, a gray "panel" always comes up with:
"To create methods and event for your class, click here to switch to
code view".
This is becoming really annoying. Is there a way to turn this off?
I want the cs... more >>
Why does MS play these FIX games???
Posted by Bret Pehrson at 12/15/2004 9:51:35 AM
One of *MANY* 'available' fixes for VS (and related):
http://support.microsoft.com/default.aspx?scid=kb;en-us;822759
But, you have to play the "contact Microsoft Product Support Services to obtain
the fix" game -- *WHY*???
What is the malfunction over in Redmond that disallows posting thes... more >>
How to create Docked Addins ?
Posted by John Bampton at 12/15/2004 9:05:07 AM
Does anybody know how to create an Addin that can be docked within the Visual
Studio .NET IDE.
Thanks
John
... more >>
Lock toolbars
Posted by tschock at 12/15/2004 8:09:02 AM
Sorry for the crosspost... I didn't realize that there was a vsnet.ide
newsgroup.
Is there a way to lock these toolbars? Everytime I misclick on the bar it
drags out the toolbar and then I have to spend time putting them back into
place.
... more >>
|