what are the best place on the web where I can find the list of all thh
constants like:
WM_QUERYENDSESSION As Integer = &H11 (possibly with some explanations)
... etc ...
to be used for instance with:
Protected Overrides Sub WndProc(ByRef m As
System.Windows.Forms.Message)
'...
End Sub
Thank you very much in advance
-Pam
Win32 API under library link.
tm
<pamela...@libero.it> wrote in message
news:1138312110....@o13g2000cwo.googlegroups.com...
tm
"Karol Deland" <Karol...@discussions.microsoft.com> wrote in message
news:0C76E50A-6C3F-4F07...@microsoft.com...
Thanks looks nice
Cor
"Karol Deland" <Karol...@discussions.microsoft.com> schreef in bericht
news:0C76E50A-6C3F-4F07...@microsoft.com...
The most reliable way is to translate the '#define's in the according header
files. The name of the header file containing the define is listed in the
documentation.
My ActiveVB-coworker Christoph von Wittich provides an API viewer that can
export declares/... for VB.NET:
ApiViewer
<URL:http://www.apiviewer.de/>
English translation:
ApiViewer (en)
<URL:http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html>
Ken Tucker [MVP] wrote an add-in for VS.NET 2003:
VB API Viewer 2003
<URL:http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=673d6b40-3b9b-46a7-a958-a25f4e87568a>
pinvoke.net is a web-based collaborative wiki that collects declares/... for
different .NET programming languages:
pinvoke.net: the interop wiki!
<URL:http://www.pinvoke.net/>
If you don't want to struggle with the declares yourself, you can use this
library:
A Win32 Library for .NET
<URL:http://www.codeproject.com/csharp/win32.asp>
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
impressive!
But isn't there a place where each one of these is explained, besides
than a list?
-Pam
The MSDN Library.
--
Larry Lard
Replies to group please
I just installed it!
PS
I saw that within the environment listed there is no .NET.
Is it the same to use vb6 ?
What did you install?
AFAIK it doesn't integrate with VS.NET, but in the ApiViewer's "Options"
dialog the programming language can be selected.
you are always so helpful !
-Pam