Process Modules Project

Process Modules Project source code and complete project in "Process Modules and ProcessName Collecter" e-learning section.
Coded by: Wesam Naffaa

Puzzle Game project

Full Puzzle Game source code and complete project in "Puzzle Game project" e-learning section.
NOTE: You must read "Puzzle Game - Resources" to understand how to apply the sources & codes to your side.
Coded by: Wesam Naffaa

Accounting Manager project

Full Accounting manager source code and complete project in "Universal Accounting Manager project" e-learning section.
NOTE: You must read "Universal Accounting Manager - Resources" to understand how to apply the sources & codes to your side.
Coded by: Wesam Naffaa

File encryption project

Full File encryption center source code and complete project in "File encryption center project" e-learning section.
NOTE: You must read "File encryption center - Resources" to understand how to apply the sources & codes to your side.
Coded by: Wesam Naffaa

Universal Accounting Manager - Shortcuts.vb

Shortcuts.vb
  1. Public Class Shortcuts
  2.     Private Shared PanelInstance As Shortcuts
  3.     Public Shared Function GetInstance() As Shortcuts
  4.         If (PanelInstance Is Nothing) Then
  5.             PanelInstance = New Shortcuts
  6.         End If
  7.         Return PanelInstance
  8.     End Function
  9.     Private Sub Shortcuts_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  10.         AddHandler AccountingPIC.MouseEnter, AddressOf StartUp.PicMouseEnter
  11.         AddHandler AccountingPIC.MouseLeave, AddressOf StartUp.PicMouseLeave
  12.         AddHandler AccountingPIC.MouseDown, AddressOf StartUp.PicMouseDown
  13.         AddHandler AccountingPIC.MouseUp, AddressOf StartUp.PicMouseUp
  14.         AddHandler SettingPIC.MouseEnter, AddressOf StartUp.PicMouseEnter
  15.         AddHandler SettingPIC.MouseLeave, AddressOf StartUp.PicMouseLeave
  16.         AddHandler SettingPIC.MouseDown, AddressOf StartUp.PicMouseDown
  17.         AddHandler SettingPIC.MouseUp, AddressOf StartUp.PicMouseUp
  18.         AddHandler ImportPIC.MouseEnter, AddressOf StartUp.PicMouseEnter
  19.         AddHandler ImportPIC.MouseLeave, AddressOf StartUp.PicMouseLeave
  20.         AddHandler ImportPIC.MouseDown, AddressOf StartUp.PicMouseDown
  21.         AddHandler ImportPIC.MouseUp, AddressOf StartUp.PicMouseUp
  22.         AddHandler ExportPIC.MouseEnter, AddressOf StartUp.PicMouseEnter
  23.         AddHandler ExportPIC.MouseLeave, AddressOf StartUp.PicMouseLeave
  24.         AddHandler ExportPIC.MouseDown, AddressOf StartUp.PicMouseDown

Valuable E-Book

Hello,
Baby first step is a friendly flashcards offering a growing collection of creative and educational ideas to help the toddler to learn the alphabet, so I put images that would be attractive to babies.

Support independent publishing: Buy this e-book on Lulu.