Все вопросы: [explorer]
56 вопросов
Веб-сайт открывает пустые страницы в IE6
- Узнав больше о своей проблеме, я изменил свой вопрос Один пользователь жалуется, что (в XP и IE6) он не может переходить по ссылкам на моем сайте.При нажатии на ссылку отображается пустая страница, но не изменяется URL-адрес в адресной строке браузера.Если в этот момент нажать кнопку «Обн...
В папках, которые находятся в SVN, удален пункт контекстного меню "свойства".
В папках, где есть папка .svn, я больше не могу щелкнуть файл правой кнопкой мыши и выбрать "Свойства". Контекстное меню отображается правильно, но список заканчивается прямо перед тем местом, где должны быть "свойства". Когда я удаляю папку .svn, элемент снова возвращается. У меня установлен...
ViM: minibufexpl против плагинов bufexplorer
Я подумываю установить проводник буферов для vim.И minibufexpl , и bufexplorer имеют очень хорошие оценки.Может ли кто-нибудь объяснить различия или плюсы и минусы между ними.Или дело вкуса? Спасибо!
C # Обновить проводник
В моей программе я переключаю значение реестра для скрытых файлов, чтобы указать проводнику, скрывать или показывать их. Однако, поскольку проводник не обновляется сам по себе, я отправляю событие SHChangeNotify(0x8000000, 0x1000, IntPtr.Zero, IntPtr.Zero); , чтобы все обновить. Однако, к...
Как наследовать от проводника Windows (на любом языке программирования, с помощью любого инструмента)
Как наследовать от проводника Windows (рабочего стола, с помощью которого мы исследуем наш компьютер Mu и т. д.) (на любом языке программирования)? настроить добавить программные сборщики (добавление в Windows Explorer Mac учителей или алгоритмов сортировки, или добавление кнопок и т. д...
Folder Explorer in C#
I'm trying to create an easy money folder explorer in c# and, because I'm a noob, I don't have many ideas except using webbrowser, which works (if anyone has a better idea please let me know it). THE QUESTION: how do I make it start in "view - medium icons" instead of "view - details" ? Thanks ...
Far Manager file view customization
maybe some of you use Far Manager as a file manager and could help me with this. I want to be able to call a custom command on viewing a file with a specific extension, i.e. when I press F3 (command for viewing the contents of a file), some custom command is executed on that file and the output i...
Javascript and Windows
I noticed that if I have a .js file in windows explorer (not Internet Explorer, I'm meaning the folder explorer...) I can actually click on it and it will execute, giving error messages, like say "window object is undefined". Is there more information about the environment where the .js script ar...
getElementById.contentDocument error in IE
<html> <script type="text/javascript"> function func() { alert(document.getElementById('iView').contentDocument); } </script> <body> <iframe id="iView" style="width:200px;height:200px;"></iframe> <a href="#" oncl...
Embed Windows Explorer inside an MS Access form
Is there a widget to embed an explorer-like view inside an ms access form? I have a folder with the name of the primary key, which holds documents (.doc, .xls) for that dataset (it’s an employees table) Currently I have a button which opens an explorer window, but having it embedded would be re...
Open Explorer window from Website
My company has a shared network folder for projects. This folder contains a sub-folder for each of our clients. Each sub-folder contains all the information for the projects done for those clients. Makes sense, yea? OK. I have been given a task: When in our company's MS CRM and viewing a client...
How to I launch a ruby script from the command line by just its name?
On windows, I can run my ruby script like this: > ruby myscript.rb but I want to set things up so that I can just do this instead?.. > myscript.rb How do I do this? I know it's possible because I've recently moved from one PC that had this set up to a new PC that doesn't (yet).
Interesting observation with IE memory management and javascript
In windows, when an application is minimised the OS frees up memory associated with application by placing the data within a page file. Other garbage collection may also execute. In the case of internet explorer running my javascript app I find that if the memory usage starts at 60mb then minim...
explorer get image's thumbnail really fast, how does it work?
I am using explorer to view image in thumbnail mode. It is really fast to get thumbnail of each image(bmp, jpg). I am using the following code to generate thumbnails for each image. however it is much slower than the explorer, How can I write a part of code to generate thumbnail as fast as syste...
How to open windows explorer when I click a button?
I have a form in a Delphi project. There is a button on the form. When the user clicks the button, I want it to open Windows Explorer. What code will I need to achieve this?
Use Windows Explorer in .NET code?
Does anyone know if it's possible to use the bits and pieces of Windows Explorer in .NET code? That would be nice, for example, to write file management forms in other programs, and get that to look just like the explorer, and "follow" the different Windows versions.
Creating new mail (default client) from Java/Windows
I want to open the "new mail" view using the default mail client (i.e. open a new mail form in Outlook). But when I go String cmd = "explorer.exe \"mailto:[email protected]?subject="+ subject+"&body="+body+"\""; Runtime.getRuntime().exec(cmd); the mail shows up, but I have a problem: ex...
pushing screen saver as wallpaper
var ScreenSaver:String; var handle:HWND; begin Handle := FindWindow('Progman', 'Program Manager'); Handle := FindWindowEx(Handle, 0, 'SHELLDLL_DefView', 0); Handle := FindWindowEx(Handle, 0,'SysListView32', 'FolderView'); ScreenSaver := 'C:\windows\system32\Mystify.scr /P' + InttoStr( Handle ); ...
How to get a fully qualified path to MS Explorer in .NET?
How to get a fully qualified path to MS Explorer in .NET? The path will be used to launch a new instance of MS Explorer with some command line parameters.
What could cause VS2008 to crash and then take explorer.exe with it?
This happens to me quite frequently...at least once every 1 or 2 weeks...and it is currently driving me insane. I can be working in VS2008 performing the most basic of tasks and the entire program will stop responding. After waiting quite a while the only option I find myself with is to open the...
Batch file I wrote will not close automatically or on EXIT
I made this batch file to close explorer before launching Worms because for some reason my colors get messed up if I don't. The batch file works fine except that it doesn't close when it's finished. What did I do wrong? @echo off echo Closing explorer and launching worms taskkill /F /IM explorer...
(Rails) How do I mimic Finder/Explorer views with contextual menus, etc?
I'm looking for some quality techniques for mimicking a Finder (or "Explorer View"). Eventually I want to have treeviews, contextual menus, etc. I'm guessing there is going to be a good deal of Javascript, which is fine, I'm just curious as to whether there are quality existing helpers, etc for...
Open a folder using Process.Start
I saw the other topic and I'm having another problem. The process is starting (saw at task manager) but the folder is not opening on my screen. What's wrong? System.Diagnostics.Process.Start("explorer.exe", @"c:\teste");
Добавление определенных файлов или папок в представление проводника Windows
Я работаю над программой добавления тегов для своего компьютера. Мне нужна возможность передавать список файлов или папок в проводник (или что-то подобное), чтобы отображать их и иметь возможность манипулировать ими так же, как вы это делали бы с представлением папок в Windows. Я уже написал ...
Как получить указатель LPITEMIDLIST в соответствии с путем к папке?
Я хочу получить системный значок указанной папки, но, возможно, единственный способ получить значок - использовать метод SHGetFileInfo (). Первый параметр метода SHGetFileInfo () - это указатель на LPITEMIDLIST. Если у меня есть только абсолютный путь к папке, как я могу получить указатель в ...
Интерфейс типа «проводник Windows» в ASP.NET?
Кто-нибудь знает о стороннем элементе управления или наборе кода, который позволяет просматривать каталоги, интегрированные в веб-страницу, использующую главные страницы? Поэтому мне понадобится элемент управления содержимым, которому я могу просто назначить каталог локального сервера в качестве...
Правила для папок «Дата изменения» в проводнике Windows
Как проводник Windows определяет поле «Дата изменения» для папок? [Кроме того: я знаю, что это вопрос с точки зрения конкретного исследователя, но такое поведение может быть полезно для кодирования действий типа поиска / сортировки] Есть ли где-нибудь подробное описание этого - поиски в Mic...
Почему проводник Windows не сортирует каталоги в каталоге «Временные файлы ASP.NET» по имени?
Когда я перехожу к C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET Files \ myfirstproject \ 202aebd2 \ f0e764e2 \ assembly \ dl3 в проводнике Windows, появляется 108 папок с 8-символьными шестнадцатеричными именами. . Проводник не сортирует эту папку по имени (или значе...
Как лучше всего отладить сбой explorer.exe?
Я работаю в организации, у которой есть собственное приложение Access / SQL. У нас есть проблема, из-за которой Explorer.exe выдает ошибку и дает сбой. Это изображение аварии: Как лучше всего начать отслеживать эту проблему и находить решение?