Parent Directory
|
Revision Log
|
Patch
revision 103 by william, Thu May 10 10:10:25 2012 UTC | revision 107 by william, Thu May 10 11:16:03 2012 UTC | |
---|---|---|
# | Line 91 namespace RomCheater | Line 91 namespace RomCheater |
91 | large_image_list = new ImageList(); | large_image_list = new ImageList(); |
92 | ListViewItem item = new ListViewItem(); | ListViewItem item = new ListViewItem(); |
93 | // process | // process |
94 | item.Text = p.FileName; | item.Text = p.Name; |
95 | if (p.ProcessIcon != null) | if (p.ProcessIcon != null) |
96 | { | { |
97 | Bitmap small_image = ProcContainer.CreateIconFromProcess(p, 1); | Bitmap small_image = ProcContainer.CreateIconFromProcess(p, 1); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |