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 ...
|
Vista - Launch Program from another
Fri, 30 Nov 2007 11:08:39 -0600
I am trying to launch a program from another program with no success, I
assume it is due to a security issue.
I have a program (actually a .Net dll) that downloads an installation
package (exe that runs as an update to an existing program) and once it is
finished downloading it will attempt to run the exe. ...
|
|
|
'Windowless ActiveX controls are not supported' error on Vista
Thu, 29 Nov 2007 08:46:16 +0100
Hi,
I'm having this strange behavior ever since I've upgraded to VS2008.
I'm using a ActiveX for viewing PDF's in my application. This contol works
great on a XP machine but gives me the error 'Windowless ActiveX controls
are not supported' when run on a Vista machine.
This control has worked for me the last ...
|
"Application has failed to start..." after upgrade from VC++9 Beta 2
Wed, 28 Nov 2007 18:55:25 -0800 (PST)
I have Win XP SP2 and an C++ application created in VC++ 9 Express
Beta 1 & 2. This is native code (and portable) application now using
dynamic RTL. Manifest file is switched on (I don't know what is it
good for and left the default).
After uninstalling Beta and installing the released VC++ 9 Express it
gives ...
|
Add new record form in Visual Web Express
Wed, 28 Nov 2007 18:28:17 +0100
How do I make a simple form to add a record in a database.
I can make a table / datagrid, modify, delete records, but I am not able to
make a simple
form with textboxes and then add the content to the database.
(The connection to the database is OK)
When I use the Details view, I get the New link button and th ...
|