all groups > visual studio .net general > july 2005 > threads for july 22 - 28, 2005
Filter by week: 1 2 3 4 5
compiling app without NET Framework
Posted by jaLe at 7/28/2005 12:34:35 AM
I have small app with jost few commands which are using
My.Computer.Network.DownloadFile, so ut's using .NET Framework.
Is there a way to compile that application so it doesn't need .NET
Framework to installed on user computers.
Which references should I check to have application without setup... more >>
Need to make a CheckAll Button
Posted by Lee ALICEngineer at 7/27/2005 1:33:08 PM
I have a software tool that has 15 check boxes. I'm trying to add a CheckAll
and a ClearAll button that will check all the boxes and uncheck all the boxes.
I've tried the several ways of coding it such as:
((CButton *)GetDlgItem(IDC_CHECKALL))->SetCheck(TRUE);
This works in the older micro... more >>
HTTPWebRequest Connection closed
Posted by wendld at 7/27/2005 9:06:14 AM
I am trying to post some information using the httpwebrequest object. I am
getting an error of "The underlying connection was closed: The request was
canceled." evertime I close the stream writer. I have already set the
keepalive property to false and even tried changing the protocal version t... more >>
VS.NET and special diacritic characters in html
Posted by JanAdam at 7/26/2005 10:18:01 PM
I am trying to create an html document in Polish using VS.NET.
When using Polish special diacritic characters I am inserting their
hexadecimal codes, e.g., ą for an ‘a with ogonek’. However, when saving the
document or switching between Design and HTLM views, the VS substitutes my
cod... more >>
Where does VS.NET store the Task List?
Posted by uniquelikeu at 7/26/2005 4:17:53 PM
Hello.
Does anyone know where VS.NET stores the task data that is displayed in
the "Task List"? I would like to be able to accessing this data
directly so that I can try to integrate the VS.NET task list with a
Sharepoint task list.
Thanks for any insight!
... more >>
report created using crystal report for .net does not run onserver
Posted by royalcyber at 7/26/2005 1:29:02 PM
I have written a simple test report using crystal report for visual studio.net
than I copied the project on my server(windows 2003) and created a virtual
directory crtest
http://66.98.188.240/crtest/Report.aspx
do i need to copy any additional CR components
crystal report is not in... more >>
Template in C# VS2005
Posted by Marty at 7/25/2005 12:06:56 PM
Hi,
I installed the beta release of VS.NET 2005. I created a C# project and
I was looking forward to have Hashtable that allow to have at least a
base type for key/value pair. But it seem to be objects as the input type.
Is it still objects? How could we set a specific type to avoid to c... more >>
Creating Webproject via http fails!
Posted by MarkusPoehler at 7/25/2005 5:24:04 AM
I want to create a new .NET Webproject in the plece an older ASP App is
running today. I want to upgrade it, so I want to create a new one and
reimport the older ASP Files there so it still works, but I can use .NET
functionality and aspx Files.
But creating a new project on server via htt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with debugger VS.NET 2002
Posted by Dave at 7/24/2005 2:14:41 PM
Hello,
I'm using the first version of VS.NET with SP1. For some reason,
whenever I try to run a project VS.NET will compile the project, but
gives an error about the debugger not being installed properly. I've
tried repairing the installation of VS.NET. I've also tried completely
unins... more >>
Removing list of deleted projects from Start Page
Posted by Ross at 7/22/2005 1:55:01 PM
Hi folks
When I start VS.NET the start page displays a list of recent projects.
However, some of those projects no longer exist, so I would like to remove
those Projects from the list that appears.
How do I do it?
I am sure that somebody can help.
Kind regards
Ross Petersen... more >>
Advantages of VS.NET for ASP.NET
Posted by gogaz NO[at]SPAM rediffmail.com at 7/22/2005 9:45:07 AM
Hello friends,
I am new to this VS.NET but have got good exp in ASP.
Till last year i was using asp to develop websites and then i decided
to use asp.net
i started with webmatrix and got adapted to the coding style of using
subs and functions on top of the page with html at bottom. so all the... more >>
VS2005 Express Install Question
Posted by Bola at 7/22/2005 8:19:07 AM
I've downloaded and installed VS2005 Express Beta 2 C# and it works fine.
However, my friend want's to install this too, but he doesn't have fast
internet connection to download it and install. So, my question is: is there
a way I can find this install file(49MB) and burn it on CD ? Where is t... more >>
|