vdproj build always reports failure
Wed, 12 Dec 2007 21:34:24 -0200
I've upgraded from VS2005 to VS2008 and my previously working setup
projects, now always report failure, even tough they correctly build MSIs.
I've tried creating a new empty setup project in a brand new blank
solution and building it returns failure too (failure being that from 1
project being built on ...
|
debugging BackgroundWorker
Mon, 10 Dec 2007 11:02:20 +1000
Don't know if anyone noticed but if you access the gui in a dowork callback
then the MDA does not fire, but instead the execution of the callback just
stops and returns without an exception.
...
|
Strange Behavior
Fri, 7 Dec 2007 09:48:00 -0800
I'm new to VS2005 and I'm trying to develop a winform which has a combo box
(Main form - employee name - combobox.tag = UnionID) controlling the the
records in the datagridview. I have two comboboxes in the datagridview one
that controls the State and the other the Skill which is dependent on the
State. I ha ...
|
VS 2005, C++ and GUIs
Wed, 5 Dec 2007 10:13:04 -0800 (PST)
I've been out of the SW dev game for a while, and I was wondering what
the current thoughts are on using visual studio 2005 and C++.
I know that one can use forms, but I don't want to use managed C++. I
know you can use C# (and forms, etc) but again, since I'm trying to
get back into this stuff, I'd like to s ...
|
Easy way to copy and write Registry keys
Tue, 4 Dec 2007 13:42:39 -0800 (PST)
I may have the need to copy keys from:
HKCU\Software\MyCo\OurApp7.0\DOMAINS
to
HKCU\Software\MyCo\OurApp8.0\DOMAINS
What is the best way to go about this code-wise?
Any pointers are Greatly Appreciated!! ...
|
Dates
Tue, 4 Dec 2007 03:34:02 -0800
I am using Visual Studio 2005, developing in Visual Basic.
I have a problem whereby since the 1st December date controls (DTP) and
variables return the error "String was not recognized as a valid DateTime
(mscorlib)". If I set the PCs system date back one month all works fine.
Has anyone else experienced t ...
|
Replace BindingNavigator Control
Tue, 4 Dec 2007 13:56:27 +0900
Hey,
I want to add a control practically identical to a BindingNavigator
control. The only difference is that I want it so that when someone
clicks F2, it calls New, F3 calls Delete, and F4 calls Save. A have
managed to achieve this on one form by replacing the Text property and
the Click property for each, ...
|
|
|
Assembling Visual Studio generated listing files
Mon, 3 Dec 2007 10:52:47 -0800 (PST)
I need to modify and assemble the assembler listing files generated
from the VS 2005 IDE.
A 'test generated' listing file did not assmeble 'as is'.
Has anyone tried this?
It seems to me the listing file should assemble. ...
|
.Net/C# - Deactivate Word/Office shortcuts
Mon, 03 Dec 2007 11:54:16 +0100
Hello,
i would like to disable keyboars shortcuts in Word.
I have realized this in VB6 mit Office97.
Now, I am using .Net/C#. The methode FindKey is not supported.
Sample:
wordApp.FindKey(wordApp.BuildKeyCode(WdKey.wdKeyP,
WdKey.wdKeyControl)).Disable;
FindKey is not supported.
BuildKeyCode is s ...
|
Visual Basic Deployment to a Server
Sun, 2 Dec 2007 22:46:00 -0800
I work with a small circle of programmers who create tools for the larger
group we work with. With VB6 we would develope our projects then publish it
to a specific server in the following way. First one or two of our
applications were installed to the users pc, this was to get the DLLs which
were common to a ...
|