No announcements
Found 2164391 threads
-
0 Votes
Something like openfiledialog in HTML / JS
If you want to XHR the data or manipulate it client side using 3rd party libraries you'll likely need to either convert the data to a blob or convert the StorageFile to a W3C ...Answered | 1 Replies | 3188 Views | Created by Giorgio Marchesi - Sunday, July 1, 2012 4:11 PM | Last reply by Matthew C Phillips - Sunday, July 1, 2012 4:34 PM -
0 Votes
Opening HTML files with OpenFileDialog in Richeditbox
using Microsoft.Win32; using System.IO; private void button1_Click(object sender, RoutedEventArgs ...Answered | 1 Replies | 3757 Views | Created by alexanderschunk - Tuesday, January 26, 2010 7:42 AM | Last reply by Andre N. - MSFT - Tuesday, January 26, 2010 7:59 PM -
0 Votes
Show a directory in a textbox using something like the openfiledialog option
Hi, Vou can use the property SelectedPath like this : FolderBrowserDialog.SelectedPath = "c:\RELSIM" Regards,Mathieu ...Answered | 1 Replies | 2613 Views | Created by issbrian - Tuesday, January 5, 2010 6:12 PM | Last reply by Mathieu Francesch - Tuesday, January 5, 2010 6:30 PM -
0 Votes
HTML with JS to SHAREPOINT
You can create a page and add the Content Editor Webpart and just copy paste the HTML in the html view.Answered | 3 Replies | 4588 Views | Created by SRPD - Tuesday, October 4, 2011 7:13 PM | Last reply by Senthamil Selvan - Thursday, October 6, 2011 6:16 AM -
0 Votes
how to filter the php and html files in openfiledialog in vb.net
Hi, do you mean the FileTypes, the Filter-Property of the OPenFileDialog?Answered | 1 Replies | 5477 Views | Created by Deo GM Cabral - Sunday, July 24, 2011 9:06 AM | Last reply by Thorsten Gudera - Sunday, July 24, 2011 11:09 AM -
2 Votes
openfiledialog
I suspect that by "opening" the file, the OP meant actually reading it and doing something useful with it (of course I could have misunderstood the OP).Answered | 6 Replies | 1636 Views | Created by sql table asp.net membership users - Tuesday, May 7, 2013 11:35 PM | Last reply by Adnan Dedic - Wednesday, May 8, 2013 1:03 AM -
0 Votes
WebBrowser and Openfiledialog's
You could try it like this.Answered | 6 Replies | 4212 Views | Created by Marc Moore88 - Thursday, May 23, 2013 6:42 PM | Last reply by IronRazerz - Monday, May 27, 2013 2:02 AM -
1 Votes
Supported Orientations in HTML/JS
Hi, like said above you should try to support all orientations, but if you only want to support some orientations you can specify them in the manifest file of the app.Answered | 3 Replies | 2680 Views | Created by Aleksey Tsvetkov-Omelichev - Sunday, April 29, 2012 8:24 AM | Last reply by Justin Cooperman - Tuesday, May 1, 2012 10:57 PM -
0 Votes
How do you center common dialogs like OpenFileDialog on the screen?
Please refer to the following links for more information about how to specify the position of the OpenFileDialog control:Answered | 5 Replies | 7165 Views | Created by Will Pittenger - Sunday, August 10, 2014 7:19 AM | Last reply by Magnus (MM8) - Sunday, August 10, 2014 2:26 PM -
1 Votes
Questions about developing a HTML/JS + C# app
It feels like a good idea to me but what do you think?Answered | 7 Replies | 2429 Views | Created by jfrtc - Wednesday, March 28, 2012 11:21 PM | Last reply by jfrtc - Thursday, March 29, 2012 6:43 PM -
0 Votes
OpenFileDialog
In the IDE, highlight the openfiledialog class and press F1 and it will take you to the docs which talk about the class.Answered | 2 Replies | 3640 Views | Created by jurgen73 - Sunday, June 14, 2009 8:37 PM | Last reply by OmegaMan - Sunday, June 14, 2009 8:49 PM -
0 Votes
JS, CSS, HTML intellisense referencing is pain in the ***
>so the problem is that there's no way to include Intellisense from other .CSS, .JS files without using <script src='path'></script> and <link ...Answered | 3 Replies | 410 Views | Created by gdpm - Tuesday, March 8, 2016 12:22 PM | Last reply by lake Xiao - Thursday, March 10, 2016 1:03 AM -
0 Votes
Run HTML/JS W8 App on real device
I think I cannot make a HTML/JS project on windows Phone...Answered | 11 Replies | 1203 Views | Created by Ruben De Luca - ICTeam - Friday, May 31, 2013 9:16 PM | Last reply by Ruben De Luca - ICTeam - Saturday, June 1, 2013 9:33 PM -
1 Votes
HTML\CSS\JS app packaging.
how to package html/js/css and c# in windows 8.Answered | 2 Replies | 3797 Views | Created by Cynthia Mareia - Thursday, April 5, 2012 12:07 PM | Last reply by Candy Chiang - Friday, April 6, 2012 1:42 AM -
0 Votes
Automating OpenFileDialog
Is there a way to automate clicking of the "Open" and "Cancel" buttons on the OpenFileDialog form?Answered | 1 Replies | 1106 Views | Created by asena11787 - Monday, January 12, 2015 7:53 PM | Last reply by Carl Cai - Tuesday, January 13, 2015 6:52 AM -
0 Votes
[UWP][Xbox] Suspend and Resume with a JS/HTML application
</div> <script src="js/main.js"></script> </body> </html>Answered | 6 Replies | 1471 Views | Created by RoxyFree - Friday, August 5, 2016 8:48 PM | Last reply by RoxyFree - Thursday, August 18, 2016 5:33 PM -
0 Votes
OpenFileDialog
OpenFileDialog can be used in VB.Net.Answered | 1 Replies | 2186 Views | Created by VM23 - Tuesday, January 24, 2012 3:00 PM | Last reply by Konrad Neitzel - Tuesday, January 24, 2012 3:17 PM -
0 Votes
How do I get the path lastly accessed like OpenFileDialog does?
It is true that Environment.CurrentDirectory is set to whatever the directory selected by OpenFileDialog when it returns DialogResult.OK, but, before ...Answered | 12 Replies | 8228 Views | Created by JaeHyeok14 - Friday, July 3, 2009 12:10 AM | Last reply by JaeHyeok14 - Wednesday, July 8, 2009 10:29 PM -
0 Votes
are html5 + win-js apps compatible on other OS like linux, Mac ?
I was still wondering , did Microsoft have something in their Win-JS libraries, which would enable the app to work on multiple platforms ?Answered | 4 Replies | 3339 Views | Created by Shoeb Sayyed - Friday, October 19, 2012 1:21 PM | Last reply by Shoeb Sayyed - Thursday, November 15, 2012 10:23 AM -
0 Votes
openFileDialog
I have a problem using the openFileDialog.Answered | 1 Replies | 4902 Views | Created by AProgrammer1972 - Tuesday, June 30, 2009 8:04 PM | Last reply by liurong luo - Thursday, July 2, 2009 8:55 AM - Items 1 to 20 of 2164391 Next ›
No announcements