No announcements
Found 2895878 threads
-
0 Votes
Opening a file WITH your VB application
Hi everyone, Does anybody know how I would go about opening a file with my VB.NET application? My ...Answered | 5 Replies | 558 Views | Created by Aronics - Wednesday, September 6, 2017 11:04 AM | Last reply by Frank L. Smith - Wednesday, September 6, 2017 6:55 PM -
1 Votes
Opening a file with your program
How do you like add your program to the open with thing when you right click on a file (a text ...Answered | 2 Replies | 903 Views | Created by Luxidium - Tuesday, June 25, 2013 7:10 PM | Last reply by Wizend - Wednesday, June 26, 2013 12:48 PM -
6 Votes
Opening a new window/tab in your VB application?
Hey everyone, I need some help with opening a new tab or a new window with my VB application. I want to make a new window or ...Answered | 13 Replies | 3198 Views | Created by draining12aol.com - Sunday, January 17, 2010 3:54 PM | Last reply by John Bravo - Monday, January 18, 2010 8:51 AM -
0 Votes
Opening shorucut with VB application
Shortcut files have an extension of ".inf" if that helps you at all ;) I normally use batch files (.bat), but you should be able to open your text ...Answered | 2 Replies | 3433 Views | Created by BullZhot aka Klaes - Saturday, April 22, 2006 8:28 PM | Last reply by twostars - Sunday, April 23, 2006 10:51 AM -
0 Votes
Opening application with file
I know about this,. But if i double click a file that is associating to my Application, how can My application know about ...Unanswered | 3 Replies | 6722 Views | Created by BlackMan890 - Saturday, December 17, 2005 12:54 AM | Last reply by David Rainis - Saturday, December 17, 2005 3:04 PM -
0 Votes
Updating your VB application
value. I advise you to try this code, if you can create a windows forms application & run the code below it may tell you if the number is off or theirs ...Answered | 16 Replies | 1527 Views | Created by ne0ice - Saturday, December 17, 2011 6:03 PM | Last reply by Maya Key - Saturday, December 17, 2011 10:45 PM -
0 Votes
Opening a file with associated application.
How can I open a file in the associated application in Win32? For example, if it's a text file then it should open in notepad and if it's an excel ...Answered | 2 Replies | 3633 Views | Created by _rabin - Friday, July 6, 2007 11:42 AM | Last reply by _rabin - Wednesday, October 10, 2007 10:15 AM -
0 Votes
Opening a file using VB 2005
This is syntax that has been around in VB since at least version 6, but I believe still works (replace C:\Test.txt with the actual file ...Answered | 1 Replies | 4356 Views | Created by Arun Narayan - Wednesday, April 12, 2006 3:26 PM | Last reply by MacMatt_98 - Wednesday, April 12, 2006 6:13 PM -
0 Votes
Passing Excel File Name to VB Control with Opening File
How do I pass an Excel file name to a "VB 2005" control on a userform without actually ...Answered | 2 Replies | 3566 Views | Created by ExcelMonkey - Tuesday, April 17, 2007 9:20 PM | Last reply by Riceroman - Sunday, May 6, 2007 6:08 PM -
0 Votes
File Types Editor question: Opening a file with my application?
You'll need to supply more information about the app. For example, but maybe obviously, the application must have a Main (or equivalent) startup that opens the file path ...Unanswered | 3 Replies | 365 Views | Created by Jason Bodine - Friday, February 26, 2016 4:02 PM | Last reply by Andy ONeill - Saturday, February 27, 2016 3:28 PM -
0 Votes
VBS Help with .jar files
file isn't it? If you want to unzip a .Jar perhaps the code from this code project article - Opening JarsAnswered | 1 Replies | 605 Views | Created by terturl - Thursday, May 22, 2014 12:52 AM | Last reply by Mr. Monkeyboy - Thursday, May 22, 2014 7:09 AM -
0 Votes
question about opening another appliaction with in a VB application
'Run your application (e.g. Notepad.exe) inside Panel1 controlUnanswered | 3 Replies | 3652 Views | Created by Ljhopkins - Friday, March 7, 2008 6:53 PM | Last reply by Martin Xie - MSFT - Wednesday, March 12, 2008 7:57 AM -
0 Votes
Opening a file of associated type with a console application
Registry. To create a file extension associated with your application, you need to write a Registry Key to register it.Unanswered | 5 Replies | 4643 Views | Created by massiC - Tuesday, July 7, 2009 9:05 AM | Last reply by Riquel_Dong - Monday, July 13, 2009 7:55 AM -
0 Votes
Opening Console with in a VB windows application
trying to print stuff to a console with in a VB windows application. can someone help?Answered | 3 Replies | 3181 Views | Created by engrforever - Thursday, May 22, 2008 8:23 PM | Last reply by Jason Kresowaty - Friday, May 23, 2008 7:06 PM -
0 Votes
problem with opening a file
open .ppn files also.I build my program and create a shortcut from the application folder that i saved with VB and try to write a text ,save it ...Answered | 3 Replies | 2249 Views | Created by Dravener - Friday, February 24, 2012 6:26 AM | Last reply by Giftzwockel - Friday, March 2, 2012 9:05 AM -
0 Votes
Opening Files With Your Program???
What you want to do is have your application register a DDE server and register the filetype in the registry with shell/ddeexec. See this articleAnswered | 5 Replies | 2502 Views | Created by mjb123 - Thursday, August 13, 2009 8:55 PM | Last reply by mjb123 - Friday, August 14, 2009 7:51 PM -
0 Votes
how do you open a file with your application
This is probably extremely easy, but here goes anyway: How would I read a file, any file, if a user opens it with my ...Answered | 2 Replies | 2603 Views | Created by Omego2K - Tuesday, November 11, 2008 1:08 AM | Last reply by Omego2K - Tuesday, November 11, 2008 1:41 AM -
0 Votes
Opening a file through a specific application
send a certain file to a specific application. For example, I want to open a file name "test.edi" with ...Answered | 3 Replies | 2761 Views | Created by Firestarter_75 - Wednesday, October 29, 2008 4:07 PM | Last reply by Firestarter_75 - Wednesday, October 29, 2008 4:40 PM -
0 Votes
Opening a file form outside an application
I have assiciated a file type with my application so that when you run the file it will open my application. The problem is it doesn't load ...Answered | 4 Replies | 2568 Views | Created by jenx222 - Friday, March 14, 2008 9:27 PM | Last reply by jenx222 - Friday, March 14, 2008 9:50 PM -
1 Votes
System Defaults and opening file with your program
in your form_load event you are not using a NEW keyword to create your object. Something likeAnswered | 8 Replies | 4820 Views | Created by ComputerSolutionsinc - Monday, February 7, 2011 2:35 AM | Last reply by Allen Johnson III - Thursday, February 17, 2011 10:54 PM - Items 1 to 20 of 2895878 Next ›
No announcements