Visual Basic: 60 Projects With Source Code Exclusive
' --- Call this in a Command Button --- Private Sub cmdOpen_Click() CommonDialog1.ShowOpen Text1.Text = LoadFileToHex(CommonDialog1.FileName) End Sub
The best way to learn is to take the source code, break it, and fix it. Change the Hex Editor to an EXE patcher. Turn the Port Scanner into a Network Monitor. The source code is your oyster. visual basic 60 projects with source code exclusive
hwnd = GetWindow(GetDesktopWindow(), GW_CHILD) ' --- Call this in a Command Button