|
|
|
collegati in rete; all'interno delle specifiche di ...
Replies (1) 12 January 2006
collegati in rete; all'interno delle specifiche di questo protocollo sono...
|
|
|
|
Re: SDK on CD?
Replies (1) 9 January 2006
Jon,
We're working on getting a DVD put together that will include the SDK along with other useful related products. We expect to have this ready in a month or so. I will post to this newsgroup whe...
|
|
|
|
Re: SDK on CD?
Replies (1) 9 January 2006
Jon,
You can now pre-order the SDK DVD from MSDN, please visit http://msdn.microsoft.com/netframework/ for details.
Thanks
Hari
-----Original Message-----
From: Hari Sekhar (MSFT)
Posted...
|
|
|
|
winres
Replies (3) 5 January 2006
winres is provided as a translation tool for .net apps.
We sell an sdk for our .net app, with a setup program. How can we make it
easy for our customer to use winres?...
|
|
|
|
wanted to write a solution Explorer kind of thing
Replies (1) 4 January 2006
Hi,
wanted to know wat are the files used in current project along with folder
structure.
Please let me know how do I go about this.
any help on DTE /ENVDTE will do.
Kishor...
|
|
|
|
VB.NET 2005 - Kb and mouse hook
Replies (1) 3 January 2006
I’m writing a program in VB.NET 2005 that hooks mouse and kb inputs to do
some processing. I’m not so experienced so I still have two problems:
1 – For each key pressed my procedure gets cont...
|
|
|
|
gacutil return code 9009
Replies (1) 30 December 2005
what does it mean when gacutil exits with error code 9009?
as in "The command "C:\Program Files\Microsoft Visual Studio
8\SDK\v2.0\Bin\gacutil.exe /cdl" exited with code 9009."
I receive this ...
|
|
|
|
SDK MISSING NAMESPACES
Replies (1) 29 December 2005
i installed the latest .net 2.0 sdk and it is missing namespaces
is microsoft planning on fixing the sdk and rereleasing it?...
|
|
|
|
SDK on CD?
Replies (1) 29 December 2005
Where can I order the .Net 2.0 SDK on CD? I can't find it on
Microsoft's site....
|
|
|
|
Add Custom Image Decoder?
Replies (1) 27 December 2005
This should be posted in the Drawing group, but so far no responses have
arrived.
Does anyone know how to add a custom image decoder to support image formats
outside of what is in System.Drawin...
|
|
|
|
requirements
Replies (1) 27 December 2005
Hello. Does anyone know if Visual Studio .net can be installed in Windows 98
or ME?
Thanks for help....
|
|
|
|
Windows Error Reporting
Replies (1) 27 December 2005
Hello,
I had been trying to implement the Windows Error Reporting in my custom
addin for Outlook 2003 developed in Dotnet 2.0. I would like to know if
there is any possible source which can help ...
|
|
|
|
Reg. [DllImport] using Vs2005
Replies (1) 26 December 2005
Hi!
I was using VS2003 to develope a Web Application and i was using a
[DllImport] with my own custom unmanaged Code. It was working fine.
When I migrate from VS2003 to VS2005, It was not worki...
|
|
|
|
why to call LoadLibrary() is error?
Replies (3) 23 December 2005
Hi all:
I call windows api LoadLibrary(), it returns error code : ERROR_NOACCESS
0x3E6,
why is it failure to call this api? how to fix this problem?
B.G.
Vic...
|
|
|
|
Obtaining build number of .exe or .dll
Replies (1) 23 December 2005
Using windows explorer, right-clicking on a .exe or .dll, selecting
properties, and then selecting the version tab displays the
major/minor/revision/build number of the object. I want to do this ...
|
|
|
|
.NET Component security considerations
Replies (1) 21 December 2005
Hello,
I'm designing new distributed application which may result in many .net
assemblies (dll/exe). Obviously there has to be mechanism for them to
communicate with each other. But I don't want ...
|
|
|
|
Add-ons
Replies (1) 20 December 2005
Hi,
We have developed a web solution using ASP.NET.
Now, there is a need of add-ons for our web solution.
We want to allow third party companies write their own code and put it to
our web sol...
|
|
|
|
building Page
Replies (1) 20 December 2005
I wan to build ASPX page from custom DLL, Please suggest how i can to do this.
SC...
|
|
|
|
Classes that implement IEnumerable
Replies (1) 18 December 2005
The 1.1 documentation for a FCL interface had a list of classes that
implement it; the 2.0 documentation doesn't seem to.
Are these lists still present, just cunningly hidden? Or is there any
way...
|
|
|
|
Click event fires twice
Replies (1) 16 December 2005
Has anyone noticed this besides me?
I've got the .NET 2.0 SDK. I copied and pasted the sample VB.NET program
from the documentation in the page "How To: Create a Windows Forms
Application from...
|
|
|
|
sdk documentation is missing namespaces
Replies (1) 16 December 2005
hello everyone,
i installed the sdk for the final release of .net 2.0
but when i click class library under contents, it doesn't show system.web.ui
and a bunch of other namespaces
should i reins...
|
|
|
|
msbuild ignores console.write("\r") ?
Replies (1) 15 December 2005
I'm testing to see whether msbuild can replace nmake.
project file
test.exe only print number.
using System;
namespace test
{
///
/// Summary description ...
|