Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score A null reference pointer was passed to the stub
Sushi - 25 Feb 2005 12:22 AM - 2 messages
I'm trying to use the IGetAppData interface, with no success! Reference: COMSVCS.DLL Dim b As COMSVCSLib.IGetAppData Dim nApps As System.UInt32 Dim aAppData As System.IntPtr b = CType(New COMSVCSLib.TrackerServer, COMSVCSLib.IGetAppData) b.GetApps(nApps, aAppData) ...
Score Tabcontrol tabpagebutton orientation
Zadkin - 21 Feb 2005 1:33 PM - 4 messages
Does anyone know, if it's possible to set the orientation of the tabpagebuttons to horizontal instead of vertical when the alignment property of my tabcontrol is set to left or right? Thanks in advance Zadkin ...
Next » 2 3 4