all groups > visual studio .net general > recent posts
RE: Copying code to Word
Posted by michael at 12/11/2007 6:21:16 AM
can i have some of codes in visual studio.net
From http://www.developmentnow.com/g/54_2007_10_0_0_1033790/Copying-code-to-Word.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
RE: CD Key Recourse
Posted by sadanand at 11/24/2007 7:24:29 AM
pl send the cd key of visual studio 2005
thanks you sir,
sadanand hudge
From http://www.developmentnow.com/g/54_2003_11_0_0_284652/CD-Key-Recourse.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
Re: Multiple Programmers Working on Same Visual Studio 2005 Project
Posted by Andrew D. Newbould at 11/2/2007 10:41:40 PM
It sound like you should be using some form of Source Control software
to control who has write access to individual source files etc. The
obvious answer would be "MS Visual Source Safe" or if you prefer None MS
solutions then "SourceGear" Vault or even "WinCVS" (amongst many
others).
The... more >>
Re: How to sense ESC key was pressed
Posted by Girish at 11/2/2007 9:06:00 PM
Bob, thanks for your reply, but these events don't trigger until the loop
completes execution. If the ESC key is pressed, even after a couple of
seconds after execution is inside a loop then the ESC key is sensed only
after completion of the loop. I have also set the forms keypreview propert... more >>
Re: How to sense ESC key was pressed
Posted by Girish at 11/2/2007 9:02:00 PM
"Crest Teethgel" wrote:
> Girish <Girish@discussions.microsoft.com> wrote:
>
> > I have a long running loop that I want to exit/terminate from when the user
> > presses the ESC key in a Windows forms application (VS2005, VB language).
> >
> > Can someone tell me how to achieve this?
> ... more >>
Re: How to sense ESC key was pressed
Posted by Girish at 11/2/2007 9:01:00 PM
"Crest Teethgel" wrote:
> Girish <Girish@discussions.microsoft.com> wrote:
>
> > I have a long running loop that I want to exit/terminate from when the user
> > presses the ESC key in a Windows forms application (VS2005, VB language).
> >
> > Can someone tell me how to achieve this?
> ... more >>
RE: Problem with Windows Form
Posted by Maria Paz at 11/2/2007 12:38:05 PM
I resolved the problem.
My problem was not ShowDialog or Show method.
The source is in dll. This dll it is another company.
"Maria Paz" wrote:
> I have a windows application with c#.
> This application have 6 forms.
>
> The line code in my program.cs is:
> [STAThread]
> s... more >>
TFS project template - add more source control folders
Posted by Larry at 11/2/2007 8:13:00 AM
When adding a team project the project template can add a folder using the
team project name, branch, or not create a SC folder.
I would not only like it to create a folder using the project name but I
would also like it to add additional folders under that root name. This would
be a standa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re: Installer for Windows Service fails on Vista
Posted by Gary McGill at 11/1/2007 4:27:41 PM
Phil,
I tried using Orca to edit the MSI. I've never used (or heard of) Orca
before, and I really have no idea what it was that I was editing, but from
what I could gather after a long trawl on the net, I decided that the
numbers in the "Type" column were the ones I should change, and that ... more >>
Invalied_Viewstate exception question
Posted by Paul Phillips at 11/1/2007 12:50:01 PM
I have read many things about this but I haven't got a clear vision on what
to do if anything about this.
I have a system that tries to find holes in my web site. One of the things
it has found and has been sent to me is
an Invalid_Viewstate exception. I will provide the stack trace ... more >>
Automated build of a solution with web projects and changing dependencies
Posted by m00lie NO[at]SPAM hotmail.com at 11/1/2007 8:48:26 AM
Hi all,
I have the following issue with automated builds using Visual
Studio .NET 2003.
I have a solution containing multiple web projects, class library
projects and a windows application project.
Several projects have a reference to a library that is found on a
network drive (lets say: G... more >>
Re: Team Foundation Server 180 day trial - CALs required?
Posted by v-wywang NO[at]SPAM online.microsoft.com at 11/1/2007 12:00:00 AM
Hello David,
Thanks for your reply.
It's trial edition. I think it's not necessary to pronounce the trial
edition don't require license. As we discussed before, it doesn't make
sense to pay to evaluate something. If what you need is a document which
explicit to say CALs isn't required for ... more >>
Re: (IIS6) Server.MapPath(strPath) - Bug 4 folders not under \inetpub\wwwroot?
Posted by Anthony Jones at 10/31/2007 10:29:23 PM
"Ravi, Dallas, Texas" <mravichandran@gmail.com> wrote in message
news:1193854770.231903.66980@d55g2000hsg.googlegroups.com...
> Dear Readers,
>
> good afternoon. i am trying to identify the physical path
> programmatically when my server application drops a file inside c:
> \MyServer\MyServer... more >>
Re: How to sense ESC key was pressed
Posted by eBob.com at 10/31/2007 9:30:06 PM
I'm a novice here, but when I look at a form's "Events" I see KeyDown,
KeyPress and KeyUp events. That sounds like what you are looking for and
should be easy to try. But, like I said, I am a novice.
Bob
"Girish" <Girish@discussions.microsoft.com> wrote in message
news:308222C3-1F79-4E... more >>
edit the clean command
Posted by Christopher at 10/31/2007 8:27:23 PM
During build of a project I edited the build event to copy header
files to an "($ProjectDir)$(ConfigurationName)\Includes" directory.
Now I want to delete those copied files when a Clean is performed. How
do I tell VS to do so? I tryed->properties->general->Extensions to
Delete on Clean->$(Proje... more >>
(IIS6) Server.MapPath(strPath) - Bug 4 folders not under \inetpub\wwwroot?
Posted by at 10/31/2007 6:19:30 PM
Dear Readers,
good afternoon. i am trying to identify the physical path
programmatically when my server application drops a file inside c:
\MyServer\MyServerOutput folder. this folder at the lowest level is a
virutal directory called 'myserveroutput'. i get a file name:
http://localhost/my... more >>
Re: How to sense ESC key was pressed
Posted by Crest Teethgel at 10/31/2007 2:08:52 PM
Girish <Girish@discussions.microsoft.com> wrote:
> I have a long running loop that I want to exit/terminate from when the user
> presses the ESC key in a Windows forms application (VS2005, VB language).
>
> Can someone tell me how to achieve this?
Check for message WM_KEYDOWN or WM_KEYUP an... more >>
Unable to Load Web Application Project
Posted by Derek Curtis at 10/31/2007 11:41:03 AM
When I try to open a web application project on a network share, I receive
the following error message:
Unable to read the project file 'Benchmark.vbproj'. The Web Application
Project Benchmark is configured to use IIS. Could not find the server
'http://webdev01' on the local machine.
If... more >>
Problem with Windows Form
Posted by Maria Paz at 10/31/2007 7:17:03 AM
I have a windows application with c#.
This application have 6 forms.
The line code in my program.cs is:
[STAThread]
static void Main()
{
try
{
Application.Run(new frmPrincipal());
}
... more >>
RE: Team Foundation Server 180 day trial - CALs required?
Posted by v-wywang NO[at]SPAM online.microsoft.com at 10/31/2007 4:21:42 AM
Hello David,
Thanks for your waiting,
The answer is that Team Foundation Server 180 day trial does NOT require
CALs.
It's an EVAL copy. It's free. It doesn't make sense that you would need to
PAY to eval something.
But, please notice, at 180 days it will stop working anyway.
Have a gre... more >>
How to sense ESC key was pressed
Posted by Girish at 10/31/2007 3:34:02 AM
I have a long running loop that I want to exit/terminate from when the user
presses the ESC key in a Windows forms application (VS2005, VB language).
Can someone tell me how to achieve this?
Thanks
Girish... more >>
Multiple Programmers Working on Same Visual Studio 2005 Project
Posted by Simon Anderson at 10/31/2007 12:00:00 AM
Hi there,
We have run into a problem where two programmers want to work on the same
project (different forms) at the same time from a network share.
First Programmer opens the project and all is fine,
Second Programmer opens the project and is ground to a halt, clicking on
things in visua... more >>
Performance Wizard tool does not respond
Posted by Benjamin Fallar III at 10/31/2007 12:00:00 AM
Hi,
When using the Performance Wizard in the Tools menu, it does not response.
I have Visual Studio 2005 Team Suite edition, and before I was able to
profile my application using Performance profile using the Performance
Wizards in the Tools menu... after installing Visual Studio 2008 Team S... more >>
Copying code to Word
Posted by Vicente_GarcĂa at 10/31/2007 12:00:00 AM
Hi all,
First of all, apologies for my English. I am making up the documentation of
a project. The project is in CSharp and when I copy the source code to
Microsoft Word the lines are moving a lot and It is very bad. May anyone
please tell my how I could do it correctly?
Thanks a lot,
R... more >>
Re: Team Foundation Server 180 day trial - CALs required?
Posted by David Hearn at 10/31/2007 12:00:00 AM
Thanks for the update. That's what I expected (as you say - why pay to
evaluate?) - but I hadn't seen anything explicit to say that CALs
weren't require, only that the full 5 user workgroup edition didn't.
D
WenYuan Wang [MSFT] wrote:
> Hello David,
> Thanks for your waiting,
>
> The... more >>
Re: Installer for Windows Service fails on Vista
Posted by Gary McGill at 10/31/2007 12:00:00 AM
Thanks Phil. I'll try the MSI hack.
"Phil Wilson" <pdjwilson@nospam.cox.net> wrote in message
news:OtFJ5G%23FIHA.1188@TK2MSFTNGP04.phx.gbl...
> This type of custom action fails on Vista because they run with
> impersonation of the installing user but as as a limited user. Visual
> Studio d... more >>
Enum Problem
Posted by Sriman at 10/30/2007 3:19:03 PM
I want to call a dotnet Enum from VB6.
C# Enum:
public enum grpType
{
personalGroup = 1;
}
I am accessing the c# class/enum through .tlb in the vb6.
But the issue is the enum types. like in vb6 it is showing enum value like
grpType.grpType_personalGroup instead of grpType.personalGroup.... more >>
RE: Team Foundation Server Project Portal
Posted by v-wywang NO[at]SPAM online.microsoft.com at 10/30/2007 3:19:57 AM
Hello Spamoni,
This is Wen Yuan again. I just want to check if there is anything we can
help with.
Please feel free to let us know if you need further assistance. It's my
pleasure to assist you.
Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
===========... more >>
RE: Team Foundation Server 180 day trial - CALs required?
Posted by v-wywang NO[at]SPAM online.microsoft.com at 10/30/2007 12:00:00 AM
Hello David,
I understood you want to know whether the 180 day trial requires CALs,
correct? If I misunderstood anything here, please don't hesitate to correct
me.
In order to confirm this issue, it's nessary for me to consult Product
Team.
Please wait me one more day. I will update he... more >>
Team Foundation Server 180 day trial - CALs required?
Posted by David Hearn at 10/29/2007 5:31:27 PM
We're looking at evaluating TFS, and have both the 5 user workgroup
edition (no CALs required) and the 180 day trial of the full version.
The problem is that I cannot find anything anywhere which makes it clear
whether the 180 day trial requires any CALs.
There's no point buying CALs if we... more >>
|