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

File encryption center - DragList.vb

File encryption center - DragList.vb
File encryption center - DragList.vb
File encryption center - DragList.vb
DragList.vb
  1. Public Class DragList
  2.     Dim MyName As String = My.Application.Info.AssemblyName
  3.     Dim MyDir As String = System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles) & "\" & MyName
  4.     Dim GetLinkPath As String = MyDir & "\Free GetLink.exe"
  5.     Dim SmallImageLV As New ImageList()
  6.     Dim LargImageLV As New ImageList()
  7.     Dim Clossing As Boolean = False
  8.     Public Sub CopyNJWMGetLink()
  9.         If My.Computer.FileSystem.FileExists(GetLinkPath) = True Then
  10.             System.IO.File.SetAttributes(GetLinkPath, IO.FileAttributes.Normal)
  11.             System.IO.File.Delete(GetLinkPath)
  12.         End If
  13.         My.Computer.FileSystem.WriteAllBytes(GetLinkPath, My.Resources.NJWM_GetLink, False)
  14.     End Sub
  15.     Public Sub LoadItems()
  16. LoadingItems:
  17.         'On Error Resume Next
  18.         LV.Items.Clear()
  19.         ' Set Images to Items :
  20.         SmallImageLV.Images.Add(My.Resources.KeyPIC)
  21.         SmallImageLV.Images.Add(My.Resources.KeyPIC)
  22.         LargImageLV.Images.Add(My.Resources.KeyPIC)
  23.         LargImageLV.Images.Add(My.Resources.KeyPIC)
  24.         ' Set Images size :
  25.         LargImageLV.ImageSize = New Size(32, 32)
  26.         SmallImageLV.ImageSize = New Size(32, 32)
  27.         ' Set Images to Items :
  28.         LV.LargeImageList = LargImageLV
  29.         LV.SmallImageList = SmallImageLV
  30.         ' Set Images size :
  31.         LV.LargeImageList.ImageSize = New Size(32, 32)
  32.         LV.SmallImageList.ImageSize = New Size(32, 32)
  33.         Dim Addad As Integer = 0
  34.         For Addad = 0 To ListDragTarget.Items.Count - 1
  35.             Dim FileFullName As String = ""

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.