API Hooking
-
Hi Experts, I want to Create a Virtual Drive using C#. Exactly same as M-files. Thanks & Regards Satish
-
Hi Experts, I want to Create a Virtual Drive using C#. Exactly same as M-files. Thanks & Regards Satish
-
HI,Tell me what is wrong in this code i am not able to view the Windows Folder openFileDialog1.CustomPlaces.Add("33E28130-4E1E-4676-835A-98395C3BC3BB"); openFileDialog1.AutoUpgradeEnabled = true; // Add Links custom place using GUID openFileDialog1.CustomPlaces.Add( new FileDialogCustomPlace( new Guid("BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968"))); // Add Windows custom place using file path. openFileDialog1.CustomPlaces.Add(@"c:\Windows\"); openFileDialog1.ShowDialog();
-
HI,Tell me what is wrong in this code i am not able to view the Windows Folder openFileDialog1.CustomPlaces.Add("33E28130-4E1E-4676-835A-98395C3BC3BB"); openFileDialog1.AutoUpgradeEnabled = true; // Add Links custom place using GUID openFileDialog1.CustomPlaces.Add( new FileDialogCustomPlace( new Guid("BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968"))); // Add Windows custom place using file path. openFileDialog1.CustomPlaces.Add(@"c:\Windows\"); openFileDialog1.ShowDialog();
-
Yes The the openFileDialog just opened without new custom Place.Tell me what to do ?
-
HI,Tell me what is wrong in this code i am not able to view the Windows Folder openFileDialog1.CustomPlaces.Add("33E28130-4E1E-4676-835A-98395C3BC3BB"); openFileDialog1.AutoUpgradeEnabled = true; // Add Links custom place using GUID openFileDialog1.CustomPlaces.Add( new FileDialogCustomPlace( new Guid("BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968"))); // Add Windows custom place using file path. openFileDialog1.CustomPlaces.Add(@"c:\Windows\"); openFileDialog1.ShowDialog();
Don't ask the same question in two places at once!! It is rude.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Yes The the openFileDialog just opened without new custom Place.Tell me what to do ?