CreatePointFont creates different font size in VS 2005
Wed, 10 Oct 2007 16:08:00 -0700
Dear VSTudio expert,
We migrate our software from VC++ 6 to VC 2005. I just found out
CreatePointFont functions behaves differently:
/////// START CODE ///////////////////////
// Create the fonts used for the static and edit fields
CDC* pDC = GetDC();
Success = m_Font.CreatePointFont(140, _T("Arial ...
|
Re: Help - Missing manifest file
Tue, 9 Oct 2007 09:42:34 -0500
"RD" <RD@discussions.microsoft.com> wrote in message
news:F76189F9-F0B3-4609-90BC-6D96AFAF1A53@microsoft.com...
> I'm writting applications for XP servers only. In that case I won't need
> manifest file. Is that correct?
>
> I'm now trying to build an existing DLL without manifestation using
> /ALLOWISOLATI ...
|
Re: devenv.exe taking 200 mb ram?
Mon, 8 Oct 2007 22:11:53 -0400
Derrick,
Only 200 MB of RAM? How much memory does you computer have? My local
instance is using 283 MB, and I haven't even loaded a project yet. At a
minimum, you want 1GB of memory for your local machine. Ideally, your
machine should have 2GB or more.
Thanks,
Steve - dotneticated.com
"Derric ...
|
SendKeys cannot run inside this application .....
Mon, 8 Oct 2007 12:11:00 -0700
Hi,
We are launching .net window from vb6 form. In .net form tabbing(tab out
from one control to another control) was not working. for that i have written
a code like Sendkeys.send("{TAB}") in the textbox keypress event. I got the
following error msg:
{"SendKeys cannot run inside this application because t ...
|
Debugging a solution containing a Managed C# & a C++ DLL
Sun, 7 Oct 2007 19:29:32 -0700
I have a single VS2005 solution which contains three nodes:
1) C# class lib
2) CPP DLL
3) A test client which accesses both the 1) and 2)
VS 2005 has created subdirectoies for each sub-project. In project
properties for the DLL, I have changed the target directory for both the DLL
a ...
|
Unable to build
Sun, 7 Oct 2007 12:55:19 +0300
Hi guys,
If you don't help me I'll hang myself on the big tree in the back yard so
that kids couldn't find me.
I encountered a problem with VS 2005 trying to build VS 6.0 project.
The project linking fails because of unresolved external symbol.
It is searching for:
?GetName@CTestCases@@UAGJPAPA_W@Z
b ...
|
External Dependencies folder...
Wed, 14 Mar 2007 15:08:13 -0700
Hi All,
Can anyone tell me where I could get some information as of when to have it
displayed, when it gets modified, and how to modify it. I don't have it in
all my projects, and would like to know why because the projects are pretty
much similar.
Are the files contained within that folder treated the s ...
|
|
|
FrontPage Extensions available to Publish using VS 2005 ?
Wed, 14 Mar 2007 09:34:36 -0700
Very new to VS 2005. I've been using Frontpage 2003 for over a year and recently needed to install VS 2005 for some database implementations not available under FP2003.
Anyway, my Hosting site is established using the FrontPage Extensions. Can I Publish a VS 2005 Website Project using the FP extensions? or must ...
|
System.DirectoryServices is not recognized
Wed, 14 Mar 2007 08:28:21 -0700
Hello,
I am getting into writing an addition to our web app to be able to
view/manage AD users.
From what I have read 'System.DirectoryServices' has to be used.
The problem I am having is that when I do import, Visual Studio 2005 tells
me that "Namespace or type specified in the Imports
'System.Director ...
|
How to "Build Runtime License" in VS 2005 ???? Should there be an context menu item ??
Tue, 13 Mar 2007 11:00:07 -0700
I have been struggling with this issue for over a week. How do I "build runtiime license" with VS Standard 2005 ???? When I paste the .licenses file into my project, I do not see any contect item when i right-click on the file that says to "build runtime license" ... The HELP is useless in trying to figure this ou ...
|