SubWiz, COM interface constants for VB.Net / VBScript

SubWiz - interface constants

     This page contains simple VBA include for the SubWiz COM library.

library parameters

File NameProgram Files\Microsoft Visual Studio\Common\Wizards98\SUBWIZ.TLB
Guid{D7836000-1045-11D1-BE07-00AA00575603}
Enums4

NavigationResultConstants

enum, 4 members.
Public Enum NavigationResultConstants

  'Success
  navSUCCESS = 0  '&H0

  'Runtime Error
  navFAIL = 1  '&H1

  'Navigation to Beginning
  navBEGIN = 2  '&H2

  'Navigation to End
  navEND = 3  '&H3
End Enum

ReportTypeConstants

enum, 3 members.
Public Enum ReportTypeConstants

  'No Text
  rtNONE = 0  '&H0

  'Plane Text
  rtTEXT = 1  '&H1

  'HTML Text
  rtHTML = 2  '&H2
End Enum

DoHelpConstants

enum, 3 members.
Public Enum DoHelpConstants

  'DoHelp For HostWiz Intro Screen
  dhINTRO = 0  '&H0

  'DoHelp For HostWiz Summary Screen
  dhSUMMARY = 1  '&H1

  'DoHelp For current Wizard Screen
  dhWIZARD = 2  '&H2
End Enum

ShowStepConstants

enum, 3 members.
Public Enum ShowStepConstants

  'Show HostWiz intro screen
  stINTRO = 0  '&H0

  'Show HostWiz summary screen
  stSUMMARY = 1  '&H1

  'Show current wizard screen
  stWIZARD = 2  '&H2
End Enum
WUtils.com