 |
|
|
 |
|
 |
Seems about time to remove this article
|
|
|
|
 |
|
 |
Andreas Saurwein wrote:
Seems about time to remove this article
Why ?
I realy enjoyed reading it .
|
|
|
|
 |
|
 |
Or may be it can remain as in the 'classic' section
Nobody can give you wiser advice than yourself. - Cicero
ப்ரம்மா
|
|
|
|
 |
|
 |
After installing Components, I get "Microsoft FrontPage 2000 Server Extensions QFE" not installed. Why?
|
|
|
|
 |
|
 |
Hey ,
Even I had the same problem while installing VS.NET . I think the Extensions are
only for Windows 2000 Service Pack 1. I guess SP 2 does not require that . So
you can start the VS.NET setup straight away , by running
x:\setup\setup.exe , where 'x' is your CD-ROM drive with the first CD
Visual Studio.NET .
|
|
|
|
 |
|
 |
I have downloaded .NET Framework from MS Site, but they say VS.Net is only for the
subscribers. Do I have to pay money to get VS.Net Beta.?. Can anybody tell me
where to download it from?
Thanks
George
|
|
|
|
 |
|
 |
Hi,
I looked everywhere for this but could not find it. Microsoft now have a habit of selling Beta products in this way. I have since ordered the beta 2 CD which should be with me in about 4 weeks and cost $15. I would be interested if you do find a site which has the Beta software available for download.
Paul.
P.J.Hale
paul.hale@wapsprinter.com
www.wapsprinter.com
iwonder who developed this web site?
www.iwonder.co.uk
|
|
|
|
 |
|
 |
Good day,
Really? I tried to see if I could just get the beta CD's rather than subscribing to the Microsoft Subscription. Where could I go on Microsoft's site if I just wanted to order the CD's?
Duane Leem
ASP/ADO/SQL Programming Specialist
Duane@leemfamily.com
|
|
|
|
 |
|
 |
Go the site http://msdn.microsoft.com/vstudio/nextgen/beta.asp
It seems the CDs have only the SDK and you have to order the DVD to get the .NET framework and IDE.
|
|
|
|
 |
|
 |
i got a link
http://www.desenvolvedor.com.br/Download_res/VSNETdisco1.zip Cd1
http://www.desenvolvedor.com.br/Download_res/VSNETdisco2.zip Cd2
its a brasilian site but its in english hahah
|
|
|
|
 |
|
 |
i visited the site. but i think the link is broken and unfortunately i dont know brasilian. so i am stuck
|
|
|
|
 |
|
 |
Go the site http://msdn.microsoft.com/vstudio/nextgen/beta.asp
It seems the CDs have only the SDK and you have to order the DVD to get the .NET framework and IDE.
|
|
|
|
 |
|
 |
hi all
I generated default addin code selecting option
"Add menu item in the Tools menu" using Studio.Net,
after compiling this default code, generate an error + these problems i am facing:
How to rename the menu item name generated by this default code also
How to add my own icon along this menu caption??
Currently this menu item name appear like this :
ProjectName.Progid.AddinName
i want to replace this whole caption with my given title + icon.
waiting for early reply
Virda
|
|
|
|
 |
|
 |
hi all
I generated default addin code selecting option
"Add menu item in the Tools menu" using Studio.Net,
after compiling this default code, generate an error + these problems i am facing:
How to rename the menu item name generated by this default code also
How to add my own icon along this menu caption??
Currently this menu item name appear like this :
ProjectName.Progid.AddinName
i want to replace this whole caption with my given title + icon.
waiting for early reply
Virda
|
|
|
|
 |
|
 |
Where can I get the VC.net free???
|
|
|
|
 |
|
 |
I am trying to order the beta cd from http://msdn.microsoft.com/vstudio/nextgen/beta.asp and their site is down...this sucks man and i came home from work today hoping to get a good look at this thing..can;'t even download it...can someone tell me of an alternate site to download it
|
|
|
|
 |
|
 |
here the link to download .NET framework beta 1
http://msdn.microsoft.com/downloads/default.asp?URL=/code/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml
dogu tumerdem
dogu_research@hotmail.com
|
|
|
|
 |
|
 |
well actually, i kinda wanted to get the actual visual studio..what is the framework ??
|
|
|
|
 |
|
 |
i wanted to know where i can get the real thing (beta)..to download..
|
|
|
|
 |
|
 |
How stable is the .NET runtime and how stable is Visual Studio .NET? For a new project is it ok to go for C#? When will the first official release of Visual Studio .NET come out
|
|
|
|
 |
|
 |
The runtime and IDE seem reasonably-kinda-sorta stable. The debugger seems to bring the system down a fair bit though. With the preview release Microsoft are fairly clear that if you stray from the pre-tested demos then you are entering intop dangerous territory (stay off the moors!)
cheers,
Chris Maunde
|
|
|
|
 |
|
 |
Does anyone know if there are any new common controls in Visual Studio .NET, such as the Outlook Bar in MS Outlook
|
|
|
|
 |
|
 |
There are few new controls in this version, but some new features will be added to almost control, like Dock(Align in Delphi), Anchors, etc. Some components, like mainmenu, contextmenu, splitter is more likely coming from Borland Delphi or C++ Builder instead of Visual Basic.
I always think about it as a mixture of Java's syntax, VB's user interface and Delphi's component
|
|
|
|
 |
|
 |
Depending on what product you are comparing to, there are lots of new controls.
For Windows applications, the new WinForms part of the .NET Framework has all the standard controls (TabControl, Label, Button, etc.) and also has:
* LinkLabel - hyperlink style control
* Hierarchical DataGrid
* Splitter
* ErrorProvider - see below
* PropertyGrid - yes, the PropertyGrid is now a *reusable* control that you can use in your applications.
* ...
The ErrorProvider requires a bit of explanation. Basically this control allows you to have a small icon appear next to other controls to indicate an error or some other state. The control ties into the data binding model, so if you encounter a data error (required field, etc) you can have an exclamation point appear next to the required field.
Also many of the standard controls have been enhanced. For example you can now put an animated GIF on the face of a button!
In addition to the Windows based controls there is a completely new UI package for writing web based applications called ASP.NET. This has a whole host of controls (datagrid, validators, etc.) that you can use to write rich web applicaitons.
|
|
|
|
 |