No announcements
Found 2899960 threads
-
0 Votes
how open chrome with vbs file and type words on site
Dim iURL Dim objShell iURL = "www.google.ie" set objShell = ... -
0 Votes
How To Delete Chrome Cache With vbs
I want vbscript that delete all chrome cache , history , local storage file every 5 minutes .Discussion | 1 Replies | 589 Views | Created by RiogaRay - Thursday, April 6, 2017 12:32 PM | Last reply by Bill_Stewart - Thursday, April 6, 2017 3:25 PM -
0 Votes
How to open links in sharepoint site in chrome
Hi, Can someone please let me know how I can customize some links in SharePoint site to always open in chrome? Thanks in ...Answered | 1 Replies | 1304 Views | Created by Manvir singh pamma - Tuesday, April 7, 2015 7:21 AM | Last reply by taylor.l - Tuesday, April 7, 2015 7:36 AM -
0 Votes
How to Open WinExplorer and select a file(focus on) with .VBS?
file. Do you have any idea if this is possible with .VBS objects and if yes how?????? On the other hand if this is not possible do you know ...Answered | 4 Replies | 6398 Views | Created by Alexandros Biratsis - Thursday, May 25, 2006 9:44 AM | Last reply by Renee Culver - Monday, March 9, 2009 2:12 AM -
2 Votes
OPEN CHROME ON SECOND SCREEN?!?!
Hi all, i need to use chrome browser on my second screen when i open my application i have added --kiosk to chrome shortcut on the desktop and ...Answered | 4 Replies | 4227 Views | Created by VB_Newcomer_Kid - Thursday, April 12, 2012 8:24 AM | Last reply by zhuei - Friday, August 14, 2015 8:39 PM -
0 Votes
Trigger VBS Script on Folder Open Help
As in, click on it to view the contents. Right now I have the vbs file. I can double click on it and the computer ...Unanswered | 3 Replies | 1605 Views | Created by FionaC86 - Saturday, March 22, 2014 6:43 PM | Last reply by jrv - Saturday, March 22, 2014 9:25 PM -
0 Votes
App Wont Open with Chrome
My problem is the program will open in IE and wont open in Chrome. What could be preventing it from opening in Chrome? Most ...Proposed | 3 Replies | 857 Views | Created by Darious Draconious - Friday, January 5, 2018 2:33 PM | Last reply by Stanly Fan - Monday, January 8, 2018 5:47 AM -
0 Votes
Chrome and File://
share and clicking on a file in the result, it does nothing, with some research i see Chrome doesn't like links that contain "file://" ...Answered | 4 Replies | 772 Views | Created by eim-operator - Tuesday, March 1, 2016 7:28 PM | Last reply by eim-operator - Tuesday, March 15, 2016 9:16 AM -
0 Votes
How we get rid of Chrome type Image on webpart
Hi, We are adding the custom webpart to sharepoint page.Only admin can edit the webpart and make changes. But here user who have limited access able to ... -
0 Votes
"Open with Explorer" in IE& Chrome - SharePoint 2013 on-premises
Hi, As we already know that "Open With Explorer" option in SharePoint library works only in IE. But few of our customers are using the Chrome ...Unanswered | 1 Replies | 501 Views | Created by Subash V - Monday, November 16, 2020 1:15 PM | Last reply by KHURRAM RAHIM - Monday, November 16, 2020 1:32 PM -
0 Votes
VBS to Open URL
Hi Evernite, What's the kind of macro do you want? VBA code or VBS code? Your problem seems not related with Outlook development related ...Answered | 1 Replies | 4676 Views | Created by e v e r n i t e - Monday, June 27, 2011 7:40 AM | Last reply by Bruce Song - Thursday, June 30, 2011 11:51 AM -
0 Votes
How do i create a VBS file?
I want to give a friend a test over notepad in a vbs file. i want to giveDiscussion | 1 Replies | 415 Views | Created by Jason Piedrasanta - Tuesday, December 31, 2013 2:38 AM | Last reply by Eugene Astafiev - Tuesday, December 31, 2013 8:41 AM -
0 Votes
Add vbs file
add after adding the vbs as a custom action. What I'm doing now is, I add the vbs file in the Application Folder and then I add a custom ...Answered | 5 Replies | 3496 Views | Created by Rashdan - Monday, May 24, 2010 2:57 PM | Last reply by Rashdan - Monday, May 24, 2010 8:10 PM -
0 Votes
Help needed with VBS file...
Wrote a VBS to get comments from all the word documents present in a folder and write them into an excel sheet with separate sheets for each document. But the page number ...Answered | 2 Replies | 1672 Views | Created by bijunator - Monday, September 17, 2012 1:56 AM | Last reply by bijunator - Monday, September 17, 2012 4:49 AM -
0 Votes
create new chrome type?
Hi All. Im modifying the style of a webpart, buy i cant seem to find any topics on google regarding, how to make a custom chrome type ...Answered | 4 Replies | 5847 Views | Created by Juel - Wednesday, July 15, 2009 10:06 AM | Last reply by Serge Luca [MVP] - Thursday, July 16, 2009 12:21 PM -
0 Votes
open chrome with certain windows size and location
I use (start chrome 'https://www.google.com') to open webpages in PS. I am wondering if there is a way to open chrome withUnanswered | 1 Replies | 459 Views | Created by Ian3 - Thursday, May 21, 2020 12:50 PM | Last reply by jrv - Thursday, May 21, 2020 2:57 PM -
0 Votes
new chrome type
Hello All, I have one question, is it possible to add new chrome type which could i use with my ...Unanswered | 0 Replies | 6497 Views | Created by Krzysiek_z - Monday, December 17, 2007 9:49 AM | Last reply by Krzysiek_z - Monday, December 17, 2007 9:49 AM -
0 Votes
Microsoft words file can not be open
Hi riten, Please have a look at the below article. It will tell you how to make a window form application to read text of MS-Word file (Not image) and ...Proposed | 9 Replies | 1642 Views | Created by riten - Monday, October 29, 2012 3:03 AM | Last reply by Bob Shen - Monday, November 26, 2012 6:36 AM -
1 Votes
VBS and VBA with PPT
slides and pages, and so on (this I have already written the "normal" way - and works perfect). This is basically no problem with a ...Answered | 4 Replies | 780 Views | Created by Sycho - Saturday, October 25, 2014 4:37 PM | Last reply by Sycho - Monday, October 27, 2014 10:10 AM -
0 Votes
open dialog in chrome
Hi, I found a work around for this issue. The Window.Invoke method works fine in Chrome by calling the showModalDialog method. Hence,you could place a fake async web call ...Answered | 1 Replies | 1346 Views | Created by 14japipip - Monday, October 27, 2014 8:17 AM | Last reply by Jonny_D - Tuesday, October 28, 2014 2:50 AM - Items 1 to 20 of 2899960 Next ›
No announcements