- fixed issue 298 (resolve issue: resolution=RESOLVED status=Fixed)
0277bf21
Dimitar Tsenev
committed
2 changed files
Form1.cs
/BetterExplorerOperations/Form1.cs-2+3
/BetterExplorerOperations/Form1.cs
Add comment 228 case WM_COPYDATA:
Add comment 229 try
Add comment 230 {
Add comment 231 Plus   //MessageBox.Show("WM_COPYDATA");
Add comment 231 232 COPYDATASTRUCT cd = (COPYDATASTRUCT)Marshal.PtrToStructure(m.LParam, typeof(COPYDATASTRUCT));
Add comment 233 Plus   //MessageBox.Show("CD");
Add comment 232 234 ShareInfo shi;
Add comment 233 235
Add comment 234 236 shi = (ShareInfo)Marshal.PtrToStructure(cd.lpData, typeof(ShareInfo));
Add comment 237 Plus   //MessageBox.Show("SHI");
Add comment 235 238
Add comment 236 239 if (shi.lpMsg == "0x77654")
Add comment 237 240 {
Add comment 263 266 string source = sources[val];
Add comment 264 267 string drop = drops[val];
Add comment 265 268
Add comment 266 Minus  
Add comment 267 Minus  
Add comment 268 269 if (source.StartsWith("(f)"))
Add comment 269 270 {
Add comment 270 271
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs