Debugging C# and C++ mixed solution
Wed, 17 Sep 2008 16:20:33 +0200
I work with VS2005.
I managed to add to my C# solution a C++ MFC regular dll project. I added
win32 functions and managed to export them to the c# code and call them with
the interoperability machanism.
Trying to debug the unmanaged code I saw that I simply jump across it and
never jump into it.
Is there a way ...
|
html/asp.net designer refuses to resize controls with the keyboard?
Wed, 17 Sep 2008 09:49:06 -0400
Hi...
At this point, I can't use a mouse due to physical imitations. I found a way
to resize controls and drag them around the designer using the keyboard!
Pretty cool if I had to say so myself! Anyways, I found these hotkeys to be
quite useful when dragging/resizing controls with the keyboard:
down / up ...
|
Simple Web Question
Wed, 17 Sep 2008 02:20:59 -0700
Hi Folks:
Can VS 2008 Pro compile C++ code into a web based
application?
Thanks
Larry ...
|
Problem Debugging Windows App in VS 2008
Tue, 16 Sep 2008 21:16:58 -0400
I must be .having a mental lapse ... I am getting back to a VB windows app
in VS 2005 that I wrote a year or so ago. I have opened it in VS 2008 and
the conversion [from 2005 to 2008] seemed to go fine (no errors). After
making a change to the program and hitting F5 to debug it it does not bring
up the ver ...
|
Removal of Windows 98 when Windows XP is also installed
Tue, 16 Sep 2008 06:31:02 -0700
I have a Sony Vaio laptop with both Windows 98 and Windows XP installed. how
do i remove Windows 98?
--
gambo ...
|
How to disable DEP for the visual studio hosting process?
Tue, 16 Sep 2008 04:43:00 -0700
Recently I upgraded from VS 2005 to 2008 running on Vista x64. Unfortunately,
the software I am debugging is not compatible with DEP. For that reason I
disabled DEP using the following post build step:
call "$(DevEnvDir)..\tools\vsvars32.bat"
editbin.exe /NXCOMPAT:NO $(TargetPath)
For VS 2005 this worked, bec ...
|
Beginner SiteMap Question
Mon, 15 Sep 2008 15:07:18 +0100
Hi all
I am just beginning to develop a new application which works as an addon to
an exsting site. The second line is supposed to be the one which returns to
the home site. The URL is a working site in my machine. The whole line is
omitted from the TreeView , whereas it is shown if I enter a URL within the ...
|
|
|
changing how VS generates comments in sources
Mon, 15 Sep 2008 03:45:54 +0200
Hello NG,
actually I use VS (2008 SP1) as my primary editor,
but I would like to setup VS 2008 in a way that it
doesn't generate C++ Style comments in source files.
For example: In resource.h VS typically generates:
---snip---
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Use ...
|
VS 2008 control property cut and paste ?
Sat, 13 Sep 2008 06:21:17 -0700 (PDT)
Is there a way to tell VS, take the properties of this control and
apply them to this one ?
Like the little "broom" in Word, where you can select a text, copy its
formatting, and apply it to other text?
For example, I have a control with the right anchor and margin
properties. I would like to apply these two ...
|
Expression syntax in watch window (VC++ 2008 Express)
Sat, 13 Sep 2008 14:10:54 +0200
Hi group,
I'm attaching to a process in native mode. Symbol files are loaded. The
following line from the disassembly shows that it can resolve symbols
("MySymbolName" in this case):
fild dword ptr [MySymbolName (65436543h)]
Now I want to add the same symbol name to the watch window. However, it
s ...
|