Skip to content

Commit 3a6dd5e

Browse files
authored
Add files via upload
1 parent 489c7af commit 3a6dd5e

File tree

8 files changed

+1968
-140
lines changed

8 files changed

+1968
-140
lines changed

DemoMain.twinproj

160 KB
Binary file not shown.

FileDialogDemo.twinproj

223 KB
Binary file not shown.

ShellControls.twinproj

5.01 MB
Binary file not shown.

ShellControlsTB.twinpack

5.05 MB
Binary file not shown.

UCSBDemoVB.twinproj

223 KB
Binary file not shown.

tbShellTree.twinproj

151 KB
Binary file not shown.

ucShellBrowse.twin

Lines changed: 1967 additions & 115 deletions
Large diffs are not rendered by default.

ucShellTree.twin

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,31 +2675,7 @@ End Sub
26752675
Private Sub UserControl_ExitFocus() Handles UserControl.ExitFocus
26762676
RaiseEvent ExitFocus
26772677
End Sub
2678-
Private Sub Class_Terminate()
2679-
ExperimentalLog("myToolWindow::Class_Terminate")
2680-
2681-
End Sub
2682-
2683-
2684-
' The twinBASIC UserControl currently provides a logging facility so that we can monitor the calls
2685-
' to the various OLE interfaces from the ActiveX host. Set the LogPath to use this feature.
2686-
Private Const LogPath = ""
2687-
Private logCount As Long = 0
2688-
Private Sub ExperimentalLog(ByVal Text As String) Handles UserControl.ExperimentalLog
2689-
DebugAppend "TWINBASIC MSG: " & Text, -1 'tbShellTree has it's own logging facility
2690-
' If Len(LogPath) = 0 Then Exit Sub
2691-
2692-
' If logCount = 0 Then
2693-
' Open LogPath For Output As #1
2694-
' Close #1
2695-
' End If
2696-
' logCount += 1
2697-
2698-
' Open LogPath For Append As #1
2699-
' Print #1, Text
2700-
' Close #1 ' close for each entry to ensure file buffers flushed
2701-
End Sub
2702-
2678+
27032679

27042680
Private Sub UserControl_Initialize() Handles UserControl.Initialize
27052681
DebugAppend "UserControl_Initialize "

0 commit comments

Comments
 (0)