⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pbdlgsub.f90

📁 Intel Visual Fortran 应用程序开发 周振红编著
💻 F90
字号:
subroutine PBDlgSub( dlg, id, callbacktype )
  use ProgressBox
  use user32
  implicit none
  ! Arguments
  type (dialog) dlg
  integer id, callbacktype
  ! Variables
  type(PBContext) context
  pointer ( pc, context )
  integer iret
  if (callbacktype == dlg_destroy) then
      !  Remove the window property
      pc = GetProp( dlg % hwnd, "PBContext" )
      iret = RemoveProp( context % PBDlg % hwnd, "PBContext" )
  endif
end subroutine PBDlgSub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -