Office Add-Ins (Word)/Templates/Excel?
Mon, 29 Oct 2007 02:07:00 -0700
Hi
Currently trying to develop some Addins/Templates for Microsoft Word.
Basically I am having problems with getting the ideal functionality that I
would like to use.
I am using Microsoft Office 2003 Professional and Visual Studio Tools for
Office 2005 on a Windows XP Professional System.
I know how t ...
|
Linking bug in Visual Studio 2005
Mon, 29 Oct 2007 14:58:31 +0900
Hi, I have the project which has more than 1000 files in a project.
When I try to linking this project,
linking time takes whole day! (more than 10~15min)
But, the funny thing is that if I stop linking and do compile it again,
it finished in 30 sec.
I think it would be some bug in MSVC 2005(x64).
If you ha ...
|
Help! How can a setup project / installer recursively include files?
Fri, 26 Oct 2007 09:26:00 -0700
I'm trying to create a setup / installer project to recursively
include files from a directory without having to explicitly define the
files within the project (the files are somewhat dynamic). Is there
any way within Visual Studio 2005 to specify a directory as a starting
point without having to individually de ...
|
HELP - Improper Registration.
Thu, 25 Oct 2007 03:47:49 -0600
G'day to all.
I've been using VID6 for some time and have recently run into the following
problems:
1) When I Start with Debugging, I get the infamous "Unable to set server
into correct debugging...". I Click YES, then get,
2) Application "...IExplorer failed to launch. The Debugger is not PROPERLY
regi ...
|
Website project setup
Wed, 24 Oct 2007 15:56:28 -0700
What's the best way to setup development of a asp.net website for a
multi-developer environment. FrontPage server extensions seems outdated and
doesn't work in the x64 world.
What's the best option?
...
|
MySQL database access help
Wed, 24 Oct 2007 09:49:57 -0500
Hey guys!! Look at the following code.
I am trying to get a recordcount to see if based on the query I entered,
there is a username and password that matches the query. And based on that,
give access to my Administration page. Very simple tool.
What am I missing in order to get a recordcount from the table I a ...
|
Setting Margins in Document From Rich Text Control
Tue, 23 Oct 2007 12:26:42 -0500
I'm using a rich text control (the FMS version), and am using the SaveFile
method to create an RTF document from the control. I need to be able to set
the right and left margins of the created RTF document.
The FMS control exposes the Microsoft TOM Interface by providing the
TextDocument property of the contro ...
|
|
|
Custom build rule - exclude files
Tue, 23 Oct 2007 02:24:03 -0700
How do I get a custom build rule to not build all file with same extension?
I have VS2005 SP1 C++/CLI project.
In this project I also got a number of C# files.
The C# files are 2 types
- files (a few) that are compiled to .netmodules and included in the output
assembly
- Example and test code (many file ...
|
USB device Descriptor not able to extract it!
Tue, 23 Oct 2007 00:20:33 -0700
Hi
I am trying to get the device descriptor of a storage device in order
to extract the vendor ID and Product ID. In the actual program the
handle for the device is obtained through another module which gets
the handle for the user specified mass storage device.
I had tried to get USB_DEVICE_DESCRIPTOR, D ...
|
Visual Web Developer Login page help!
Mon, 22 Oct 2007 16:23:32 -0500
Hey guys!! I am trying to develop a Login page to access a restricted folder
on my server. Which is the best way to create it?
I saw a tutorial using the included Login templates that come with VWD
however that's for pages hosted locally on the machine. If I have all the
files stored on a remote server, how c ...
|