954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help for printing button & browse button

Dear sir,
I need your help for VB.net 2008.
Currently i am MCA student.
I have develope a small apllication. I required help for Browse button & Print button.
Browse button can accept path of image from any drive & of any type.
And print button gives command of print to connected printer.

So please help me.

Thanks & Best Regards,
Bharat Bodage
9561374795

BharatBodage
Newbie Poster
3 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

Below is the code for selecting or browsing the image file. i have just mentioned jpg for example u can include what all u want.

Dim fBrowse As New OpenFileDialog
        With fBrowse
            .Filter = "Image files(*.jpg)|*.jpg|All files (*.*)|*.*"
            .FilterIndex = 1
            .Title = "Load image file"
        End With
        If fBrowse.ShowDialog() = Windows.Forms.DialogResult.OK Then
             'Do what u want to do..
         End If
Pgmer
Master Poster
714 posts since Apr 2008
Reputation Points: 54
Solved Threads: 121
 
ChrisPadgham
Posting Pro in Training
413 posts since Sep 2009
Reputation Points: 102
Solved Threads: 78
 

Thanks Sir for giving help.
This code is run..
Thanks so much.

BharatBodage
Newbie Poster
3 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

Thanks for previous coding.
Right now i need your help for changing font of datagridview in VB.net 2008
So, Please give me code for that.

Best Regards,
Bharat Bodage

BharatBodage
Newbie Poster
3 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

>>Right now i need your help for changing font of datagridview in VB.net 2008
Entirely different question; start a new.thread and mark this one as Solved.
.thanks and welcome to the forum.:)

codeorder
Posting Virtuoso
1,913 posts since Aug 2010
Reputation Points: 255
Solved Threads: 384
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: