Programatic Access to the Theme File in VS 2008;
Mon, 25 Aug 2008 23:30:21 +0100
Hi
I am creating a system that hopefully will be used by a lot of users each
having their own website
The system works as an add- on to an existing site and its appearance
needs to blend into to the mother site.
I can't see in VS 2008 any features to allow me to overwrite the values of
the CSS and Skin File ...
|
VS2005 does not INCLUDE file from specified DIR
Mon, 25 Aug 2008 08:04:00 -0700
Hello All,
For some strange reason, my VS 2005(with Plat Builder for CE 6.0) does not
include the header files from a directory that I am trying to explicity
specify. Now, I have to manually go in and replace my header files, with
relative path names. For example: #include "A.h" would have to changed to
# ...
|
VS2005/2008 device compiler, ARM assembler?
Fri, 22 Aug 2008 14:43:01 -0700
I'm interested in learning ARM assembly language and possibly using it in
some Smartphone projects. However, the examples of inlining ARM assembler
I've found all rely on GCC's inline assembler syntax. Does VS200x support
inline assembler for ARM? If so, can someone point me to somewhere I can
learn more?
...
|
Error while compiling assembly
Wed, 20 Aug 2008 18:00:13 +0200
hi @all,
I get this error while compiling an assembly: CS1548
My problem is: I don't have changed any settings involving the signing
of the assembly. There is no key file specified in the AssemblyInfo.cs.
So I don't know how to solve this error.
tia
--> stefan <-- ...
|
custom errors not working in .net 2005
Tue, 19 Aug 2008 14:48:46 -0500
I have two problems with custom errors. Both involve code that I've been
using since VS.NET (1.0) but the code now behaves differently in the two new
project that I've created. One project I created was just a single web form
and a couple of html files just to see if there was an issue with the
application that ...
|
ATL Service Question
Tue, 19 Aug 2008 12:01:35 +0100
Hi there,
if you use the ATL wizard to create a service, build it, run
it with the -service command to register the service and then start it, it
does not run. Are you supposed to override something to make it stay
running?
...
|
How to print a spool file.
Mon, 18 Aug 2008 11:53:13 -0500
I have large number of spool files that I need to send to a printer in my
.net 2 C# code.
I am trying to write a load testing app that can take these spool files and
print them over and over.
What's the best way of doing this print?
Thanks
Ertan Zanagar
...
|
|
|
VS2003 solution problems after installing VS2008
Thu, 14 Aug 2008 07:28:01 -0700
I have a solution in VS2003 that has a ton of dependency errors since
installing VS2008 on my pc this week. This was not a problem before
installing VS2008.
The dependency 'xyz' could not be found.
I have reviewed all the references in my solution and all seems to be correct.
Any ideas?
Is anyone else ...
|
CheckedChanged Event on Radio control is not compiling
Thu, 14 Aug 2008 10:18:42 -0400
I have a winform app that contains a radio control. I hooked up the
CheckedChagned event using the form designer but when I compile the app in
VS2008 (Team system edition), I get this error:
'System.Windows.Forms.RadioButton' does not contain a
definition for 'CheckedChanged' and no extensio ...
|
Suspending threads
Thu, 14 Aug 2008 14:31:32 +0100
Hi,
If I create a thread in the non-suspended state and then call:
SuspendThread(hThread);
how do I know that the thread isn't already suspended when I call this?
Ideally, I'd like something like this:
if (GetThreadSuspendCount(hThread) == 0)
SuspendThread(hThread);
but the MSDN documentation is ...
|