all groups > visual studio .net general > april 2004 > threads for april 8 - 14, 2004
Filter by week: 1 2 3 4 5
How do I remove a project from my "start up" page
Posted by Saeid at 4/14/2004 5:37:33 PM
I ahve number of old projects that I no longer use them but they still show
up on my "Start Up" page of the Visual Studio . Net. I have removed the .sln
and .csprj files related to these projects and all I get is that "VS is not
able to locate these projects" when I click on their names on my "St... more >>
WM_ENDSESSION msg and "The app is not responding"
Posted by Viviana Vc at 4/14/2004 2:19:08 PM
Hi all,
I developed an application that is running all the time in the
background. When the system is shut down there are 2 msgs sent by
Windows:
1) WM_QUERYENDSESSION
2) WM_ENDSESSION
I am doing the needed cleanup in the WM_ENDSESSION because you can not
assume in WM_QUERYENDSESSION that t... more >>
Command Buttons
Posted by Alex Bombino at 4/14/2004 12:15:00 PM
Hi guys,
I am doing the transition from VB6 to VB.net and I notice
that the commnand buttons in vb.net don't have indexes.
In other words in VB6 by simplily coping and paste a
commnad button you would create an additional command
button with the same name but different index number. In ... more >>
VS.NET 2004?
Posted by Jack Steele at 4/14/2004 5:40:50 AM
Hi,
I got VS.NET 2002 in Christmas 2002 and then was rather
annoyed when 2003 came out very soon after. So this year
I was waiting for 2004 but there is no more information
about it.
So my question is: Will the next VS.NET be 2005 and
roughly when will it come out and should i bother w... more >>
scanner
Posted by Sera at 4/14/2004 5:01:08 AM
Hello,
I am new in Visual Studio .NET 2003. I have a form as a visula basic application and I need to add a component to my form so that I can scan a business card with a BizCard Twain card scanner. Scanner is working fine with its application however I need to add the feature to my application. Wh... more >>
Upgrading to VS.NET 2003
Posted by MB at 4/13/2004 9:19:58 PM
I have been using Visual Studio 6 Professional for some
time now. However, I mainly use the VB and InterDev
components. I haven't had much of a need for the other
components(VFP, etc.) I'd like to upgrade to Visual
Studio.NET 2003 but wasn't sure if I needed this full
blown version. Maybe ... more >>
.NET gurus
Posted by Uhway at 4/13/2004 8:20:30 PM
I need help from guru's...
1) How can I declare global variables in .NET (declare once and use any
where inside the application).
2) From form A, I am displaying form B using Show method. But when B is
closed, How can I return a value from B to A?
3) Declaring a SQL connection once and resui... more >>
Image Editor tool bar
Posted by Alex Bombino at 4/13/2004 8:19:31 PM
Hi guys,
I am new in VB.net and I like so far. This is an easy
question but I just don't know how to draw a simple line
in a form. In a design mode I made the image editor tool
bar to display but all the icons are disable. How can I
make the icons in the image editor enable so I can us... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unable to open web project '/'
Posted by Brian Bradley at 4/13/2004 7:31:44 PM
I am using Windows 2000 server and Visual Studio .Net 2003.
I was having a problem copying a project from my development server to my
Intranet server. Specifically, I was getting an error message stating that
the project DLL could not be added to the project - Server Error.
To resolve this ... more >>
Whidbey preview problem
Posted by Gary Hughes at 4/13/2004 5:06:08 PM
I've just installed the whidbey preview on an XP pro machine. I chose VC as the default environment and it works fine, however when I attempt to add a new project of another language type (C#, J#, VB) to my solution it gives the following error and fails
The project file "c:\winnt\temp\tmp3E1.tmp\... more >>
Number of projects on the Start Page
Posted by SteveS at 4/13/2004 3:07:32 PM
Hello. Is there a way to increase the number projects on the start page so
they stay on longer? Also, is it possible to remove an item from the list?
Thank you.
... more >>
Question (I want to learn Visual C++)
Posted by Lamar Thomas at 4/12/2004 9:22:32 PM
I am a Network Administrator but I don't code. I have been wanting to learn
Visual C++ for a long time now. Now I think I am ready to get started. I
have Visual Studio .NET Pro. 2002 and 2003. The first thing I need to know
is do I want a book on Visual C++ or Visual Studio .NET? Is VS Studi... more >>
What do icons mean?
Posted by Wilson Chang at 4/12/2004 8:21:58 PM
Hi,
There are many icons in VS.NET IDE.
But I don't all of them what're their meaning.
I tried to seach by the keywords in the .Net framework SDK
document but I can't get any result.
Can you tell me how can I find their meaning?
Thanks... more >>
Properties Window Bug (VS.NET 2002)
Posted by Shane S. Anderson at 4/12/2004 6:48:51 PM
My properties window in VS.NET 2002 never contains
anything except when i'm working with C# forms. If I want
a file's properties (e.g. to set a custom builder), or
even just a C++ resource's to rename it, it is completely
empty. I tried clicking properties, hiding it, showing
it, moving it... more >>
Is VB.net/Asp in Visual Studio.net
Posted by Val at 4/12/2004 4:16:07 PM
Hi
I thought I had inputted this question earlier but I cant seem to find it on the discussion board. Anyway my question was, if I buy visual studion.net can I code vb.net and asp.net applications? prob a silly question but I dont know much about .net technology! ... more >>
OutOfMemoryException
Posted by lesley.walls NO[at]SPAM xtra.co.nz at 4/12/2004 4:04:23 PM
I'm using Visual Studio.NET (VB) to create a system as part of a
college project. It's been working fine until this morning. Now when I
try to run it I get an OutOfMemoryException as soon as it starts. I've
gone back to the code version that was working yesterday and I have
the same problem.
... more >>
User Breakpoint crash when there is no breakpoint
Posted by Ryan at 4/12/2004 12:03:29 PM
I've seen this bug before but now I'm ready to throw my
copy of Visual Studio .NET through the window because
this one is driving me insane. It defies ALL logic...
I get the User Breakpoint crash only when I comment out
this line...
cout << "Turn " << Counter << " Time: " << nTotalTime
... more >>
VS EA 2003 & .NET compact framework
Posted by Ioannis Vranos at 4/11/2004 3:29:08 PM
Is there any way to develop .net compact framework applications from within
VS 2003? There isn't such an option in the new project options.... more >>
How to create a 3 layered project template?
Posted by Thomas Jespersen at 4/11/2004 11:44:29 AM
How do I create a 3 layered project template?
I've looked at a guide for creating "Enterprise templates"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsent/html/vsent_enterprisetemplatesbk_part1.asp.
But I don't like the project structure that it creates with a solution
p... more >>
Cannot deploy from VS .NET 2003 to PPC 2002 device
Posted by rick cameron at 4/11/2004 12:38:52 AM
Hi, all
I can't deploy a C# app from VS .NET 2003 to my Pocket PC 2002 device. I get
the classic message "Error: Cannot establish a connection. Be sure the
device is physically connected to the development computer.".
I have no trouble deploying from Embedded VC++ 3.0, and I have no trouble
... more >>
Error in mscorwks.dll
Posted by Rob Oldfield at 4/10/2004 9:52:25 PM
I've got a copy of VS.Net 2003. The only things that I have installed are
VB.Net and Crystal Reports. And it's been working fine. Today, I restarted
my computer and when I go back into the program it opens normally and gives
me my 'recent project' list. If I click on any of them I get the won... more >>
io redirection
Posted by macin at 4/10/2004 5:16:02 AM
how can i redirect the input/output of any executable. normally id type myprog.exe < inputfile > outputfile. but visual studio doesnt seem to accept that in the project preferences. any hints
greets... more >>
how to dynamically declare & create new thread
Posted by Anon at 4/9/2004 5:11:06 PM
Hi
I would like to implement multi threading and have the ability to create N number of threads. But all the books say to declare the thread within a parent form or so. If I do it this way, I can only use one instance of that thread. What I'd like to do is the allow the app to multiple threads ... more >>
question
Posted by Vladimir Scherbina at 4/9/2004 2:48:55 PM
hello all, is there any way to configure VS in a such way, that for example,
while creating any classe, it will be derived from specific class (specifyed
by me) ?
does VS provides such features ?
thx a lot.
--
Scherbina Vladimir
UA, Kiev.
... more >>
.resx unique resource name problem
Posted by Maxim Izbrodin at 4/9/2004 9:41:07 AM
We have chosen to store the string resources in standart .resx files, because VS has great support of visual editing of these resource files
But we're experiencing a problem concerning the unique resource names control
The fact is, we CAN add two or more resources with the same name to the .resx f... more >>
vs.net 2003 crashes when opening html or xml files from solution explorer
Posted by Hazzard at 4/9/2004 6:52:21 AM
..aspx pages work fine and vsnet.2003 runs fine with all functionality except
when I try to open a .html file in the project or a .xml file. Dr. Watson
comes up immediately in order to send an error report to Microsoft. I don't
really think I should have to reinstall visual studio. Any ideas?
... more >>
reopening form many times and Data Binding
Posted by Marcin Floryan at 4/9/2004 1:16:46 AM
Hello!
My question regards opening (and re-opening) Form and the Load event.
I have a main form (frmMain) and I also have a data form (frmData).
In the main form I have created:
Private fData as new frmData()
And later, as my application is running, I open data form many times (even a... more >>
Upgrading Errors from VB6 to VB.NET
Posted by NO[at]SPAM p__ucha__lapa_lli.com at 4/8/2004 10:24:07 PM
Hello, I'm getting the following errors upgrading from VB6 to VB.NET:
Control Lbl8Cbo1 could not be resolved because it was within the generic namespace Form.
The error occurs on this line:
frm.Lbl8Cbo1.Visible = True
There are about a few hundred of these errors, if you would like... more >>
intellisense dead after 30 projects in solution?
Posted by T H at 4/8/2004 5:02:49 PM
Anyone has the same problem here? And is there a way to fix it?
... more >>
MSDN Subscription Question
Posted by Jeff at 4/8/2004 4:43:36 PM
Hi -
I have an MSDN subscription, and I'm wondering what to do with the monthly
update DVDs. Specifically, how do I know what's changed??
For instance, I'm using Visual Studio .NET 2003 and Framework 1.1. The
April DVD labels include "Visual Studio .NET 2003 Professional" and
"Microsoft .... more >>
Is there a way to only visual basic?
Posted by Ed Newcomer at 4/8/2004 1:25:19 PM
Hi,
I just tried to install visual studio .net via cd.
I have an older computer with smaller storage and I could
not install the entire package.
Is there a way to only visual basic?
Any thoughts?
Thank you,
Ed N.... more >>
Possible Bug in VC.NET compiler?
Posted by Eugene Ching at 4/8/2004 12:48:04 PM
Hi, I have the following program, which compiles fine
under vc5.0, and bcc32 (Borland compiler). However, when
compiled under vc.net (command line), it compiles but
outputs nothing.
I believe it's something to do with cout. printf works
fine..
Any ideas?
Eugene.
------- Program ... more >>
Oracle
Posted by Dan at 4/8/2004 7:06:09 AM
In Visual Studio 2005, will designing database forms by drag and drop from "Server Explorer" work for Oracle databases too?... more >>
|