No web application project in Vs.2005 SP1
Tue, 17 Jun 2008 09:37:32 +0200
Thanks to the PowerShell template for VS.2005 wiping out all my standard
templates I had to uninstall (pretty long) and reinstall the whole thing
again. My setup is:
Microsoft Windows Vista Business
Visual Studio 2005 SP1
Ajax Extensions
So I installed products in this order (SQL Server is already instal ...
|
Water mark on windows controls
Mon, 16 Jun 2008 21:44:00 -0700
hi all
greetings of the day...
can we attach a water mark on windows controls ..
as we are able to do in asp.net controls ...
thanks in advance .. ...
|
Auto Complete Text box in WINDOWS FORM
Mon, 16 Jun 2008 20:48:01 -0700
hi all,
greetings of the day
i have a use case like this . ..
the user may manually write a project name in the associated project text
box .after typing at least three characters the utility attempts to much
string to the exiting project name. a drop down list will appear below the
entered text bo ...
|
PowerShell Visual Studio project template wiped out all other templates
Mon, 16 Jun 2008 14:03:12 +0200
I installed the so called PowerShell Visual Studio template that allows
creation of PS scripsts in VS.2005. To my astonishment now when I open any
other project (web or otherwise) the only templates group is C# and therein
ONLY the PowerShell script template!!!
Everything else is gone (VB, Database projects ...
|
Autocomplete textbox in widows form
Mon, 16 Jun 2008 02:15:01 -0700
hi,
i have a use case like this . ..
the user may manually write a project name in the associated project text
box .after typing at least three characters the utility attempts to much
string to the exiting project name. a drop down list will appear below the
entered text box with potential matches . ...
|
Problems to make a login Page
Sat, 14 Jun 2008 05:18:00 -0700
Hi all
I have iniciating in a ASP.NET . And I have a problem. I can't do a login
page that can call a Master Page.
What the best way to call a Marter Page as a second form?
--
Thanks ,
Pedro ...
|
/stub linker option and embedded manifest corrupts the executable
Thu, 12 Jun 2008 17:26:00 -0700
I'm using Visual Studio 2008 and find that if I use the /stub linker option
to attach a 16bit DOS program to the 32bit program the 32bit exe is corrupted
if the manifest is embedded. Is there something else I should be doing to
make this work? I do want to embed the manifest and I'd really like to
include t ...
|
|
|
Deploying CLR to a schema
Thu, 12 Jun 2008 12:52:23 -0400
When creating a Sql Server CLR project in Visual Studio 2008, is there any
way to specify the schema that an object (function, sproc, etc) should be
created in when deploying the project?
I'm thinking an Attribute on the function, something like...
<ObjectSchema("MYSCHEMA")> Public Function Something() As ...
|
use of core 2 duo
Wed, 11 Jun 2008 11:41:17 +0200
Hi,
I am using VC++ 6.0 and my application are often single tasks needing
maximum
cpu powerfull during short time.
On the actual PC, my application is only using 50% of cpu because only
one of the two processors available is used.(core duo)
I have read that wisual studio 2008 is capable to manage severa ...
|
Detect VS2005 SP1 installation
Tue, 10 Jun 2008 12:01:43 -0400
Hi,
Is there any way to detect that the user system does not have VS2005 SP1
runtime library installed from a C/C++ runtime ?
Because if we can do that, then the program can run the vsredist_x86.exe to
install the necessary library.
Thanks
ted
...
|