VS2008 and user validation...
Mon, 18 Feb 2008 09:59:32 -0500
Hello all,
Please forgive the length...
I have a question about using the "My.User.IsInRole" (see below) code
for obtaining to which "groups" a user belongs.
A the MS url:
http://msdn2.microsoft.com/en-us/library/425t2bs5(VS.80).aspx
the documentation shows of this method as:
If My.User.IsInRole( ...
|
Visual Studio 2003 Projects
Fri, 15 Feb 2008 06:21:02 -0800
Hi All
Does anyone know/give me a link to a web site where I can download complete
Visual Studio 2003 c# Web Applications projects (ASP.net)?
TIA ...
|
Visual Studio 2003
Fri, 15 Feb 2008 03:49:00 -0800
Hi All
Ive created a VS ASP Web application and used the HTML image and Web Form
image. Both display the image via the browser when on the development machine
but when Ive deployed the Web App to another machine :-
1. The HTML image doesnt get displayed on the Host machine.
2. The Web Form Image doesnt ...
|
Link error with Rhapsody7.0
Thu, 14 Feb 2008 14:28:50 -0800 (PST)
Hi All,
I am using Rhapsody7.0 in C++ with Miscrosoft Visual Studio 9.0. I
wrote a simple "Hello World" project and while running (GMR) the
project I get this error:
Building ------------ Test.exe ------------
Executing: "C:\Rhapsody\Share\etc\msmake.bat" Test.mak build
Setting environment for using M ...
|
Exclude #include ... Files from Build VS 2005 Pro
Wed, 13 Feb 2008 09:11:03 -0800
Hello,
How do I exclude a particular include file from my VS 2005 Project/Solution?
Currently there is a code in my project/solution (written by some one else)
which has a class named say Class1. Apparently the same class Class1 is also
found in Platform SDK include file. So, when I try to compile, VS is
i ...
|
executable file
Mon, 11 Feb 2008 13:15:50 -0800 (PST)
i did a program in vc++ using visual studio 5. this program is in a
project. After i compiled it and ran it i want to get the executable
file to give it to someone. i looked for my "filename.exe", i could
not locate it. so how can i get this executable file and not the
source file?. or is it named differently u ...
|
I'm in over my head on this one. Clarification please...
Mon, 11 Feb 2008 13:33:04 -0500
Hello all,
First time in this specific NG but long time reader and applicant to
other NGs. I'm just beginning with VS2008 - a great took incidentally
- but I've run into something I've been unable to fathom. Will some-
one be kind enough to filter out some of the sediment so I can get
clear what I need to do ...
|
|
|
convert enumeration System::DayOfWeek to double
Sun, 10 Feb 2008 15:14:43 -0500
I am trying to run the line of code below and I am getting an error:
DateTime::Today.AddDays( DayOfWeek::Saturday -
DateTime::Today.DayOfWeek )
DateTime::Today.AddDays will return a DateTime value with today's date plus
the number of days that is passed as parameter of type double. The problem I
...
|
Is Visual Studio Necessary for Expression Studio?
Sat, 09 Feb 2008 18:16:12 GMT
I just received my Expression Studio. Visual Studio 2005 and MSDN Library
came with it. On one machine I installed all of it. On another, I just
installed Expression Studio. Does Visual Studio add anything to Expression?
It is way too much for my needs.
Thanks,
Andie Z
...
|
Create Excel Spreadsheet From Data Set - Visual Studio 2005
Fri, 8 Feb 2008 13:21:12 -0800 (PST)
Hello All,
I have a little application that is reading 'stuff' from and Access
Database. What I would like to do is to Display a Form of available
fields from the Data Set. Then, I would like to export records using
only the selected fields to an Excel spreadsheet.
How can I go about doing this?
I may ...
|