VB.NET

Moderators: seancampbell
Number of threads: 4020
Number of posts: 10026

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Open file from server with user input from combobox Posted by sannanderson on 22 Sept 2011 at 8:14 AM
Hello! I am new to this forum and new to programming. Any help that anyone can give would be very much appreciated. I am trying to write code that will open a file with the input from a combobox from the user. My code is below:



Private Sub OpenTaxBillLogToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenTaxBillLogToolStripMenuItem.Click


System.Diagnostics.Process.Start("T:\PP CLIENTS\A-E\Bimbo\AP Feed File Project\" & ComboBox1.Text & "\" & "Bimbo Tax Bill Log.xls")

End Sub

Thanks!
Report
Re: Open file from server with user input from combobox Posted by SoEnLion on 23 Sept 2011 at 2:49 AM
Are you getting the ComboBox values Dynamically?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.