ToolTipText = "Search for hippies in green jump suits"
Top = 120
Width = 975
End
Begin VB.TextBox txtCriteria
Height = 285
Left = 120
TabIndex = 0
ToolTipText = "Search Criteria"
Top = 120
Width = 3255
End
Begin VB.ListBox lstLinks
BeginProperty Font
Name = "Fixedsys"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2985
Left = 120
TabIndex = 4
ToolTipText = "Results"
Top = 480
Width = 5775
End
Begin VB.TextBox txtSummary
BeginProperty Font
Name = "Fixedsys"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2055
Left = 120
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
ToolTipText = "Program Description"
Top = 3600
Width = 9735
End
Begin VB.Menu mnuFile
Caption = "File"
Begin VB.Menu mnuFileOpts
Caption = "Options"
End
Begin VB.Menu mnuFileSep
Caption = "-"
End
Begin VB.Menu mnuFileExit
Caption = "Exit"
End
End
Begin VB.Menu mnuSpec
Caption = "Special"
Begin VB.Menu mnuSpecNew
Caption = "Newest Entries"
End
Begin VB.Menu mnuSpecMonth
Caption = "Code Of The Month"
End
Begin VB.Menu mnuSpecFame
Caption = "Hall Of Fame"
End
End
Begin VB.Menu mnuPop
Caption = "Pop"
Begin VB.Menu mnuPopVisit
Caption = "Open Project Page In Default Browser"
End
Begin VB.Menu mnuPopPreview
Caption = "View Preview Screenshot"
End
Begin VB.Menu mnuPopGet
Caption = "Download Project"
End
End
Begin VB.Menu mnuAbout
Caption = "About"
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long