Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Structured programming question Pin
Colin Angus Mackay2-Mar-07 6:32
Colin Angus Mackay2-Mar-07 6:32 
QuestionHow do I set selection in VBA Combobox with RowSource? Pin
DLipkie1-Mar-07 7:50
DLipkie1-Mar-07 7:50 
AnswerRe: How do I set selection in VBA Combobox with RowSource? Pin
DLipkie1-Mar-07 9:46
DLipkie1-Mar-07 9:46 
GeneralRe: How do I set selection in VBA Combobox with RowSource? Pin
DLipkie1-Mar-07 10:10
DLipkie1-Mar-07 10:10 
QuestionSelecting multiple rows in an MSHFlexGrid Pin
Barry True1-Mar-07 6:54
Barry True1-Mar-07 6:54 
AnswerRe: Selecting multiple rows in an MSHFlexGrid Pin
Barry True19-Mar-07 10:18
Barry True19-Mar-07 10:18 
QuestionPrinting?? Pin
KOKEMO1-Mar-07 6:27
KOKEMO1-Mar-07 6:27 
AnswerRe: Printing?? Pin
JUNEYT1-Mar-07 6:41
JUNEYT1-Mar-07 6:41 
In toolbox there is printdialog options. Simply drag it and drop it onto form and then you will able to use it inside your code. For example I want to open a print dialog when user clicks a button.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click


PrintDialog1.ShowDialog()
End Sub

However, there are more things to do for printing for example you should bind the content for a specific document.

I hope that helps WTF | :WTF:

What a curious mind needs to discover knowledge is noting else than a pin-hole.


AnswerRe: Printing?? Pin
Duncan Edwards Jones1-Mar-07 10:58
professionalDuncan Edwards Jones1-Mar-07 10:58 
QuestionMicrosoft.Interop.Office.Excel Pin
Jawa20061-Mar-07 4:52
Jawa20061-Mar-07 4:52 
AnswerRe: Microsoft.Interop.Office.Excel Pin
Dave Kreskowiak1-Mar-07 6:15
mveDave Kreskowiak1-Mar-07 6:15 
QuestionGetting the cursor position and.... Pin
NANCO1-Mar-07 4:45
NANCO1-Mar-07 4:45 
AnswerRe: Getting the cursor position and.... Pin
Dave Kreskowiak1-Mar-07 6:20
mveDave Kreskowiak1-Mar-07 6:20 
GeneralRe: Getting the cursor position and.... [modified] Pin
NANCO2-Mar-07 0:18
NANCO2-Mar-07 0:18 
QuestionExecuting VBS from a vb.net program Pin
TECABA1-Mar-07 4:19
TECABA1-Mar-07 4:19 
AnswerRe: Executing VBS from a vb.net program Pin
Dave Kreskowiak1-Mar-07 6:26
mveDave Kreskowiak1-Mar-07 6:26 
QuestionHow to ( - ) the date of the last to give me output Py days Pin
Ahmed El-Badry1-Mar-07 3:12
Ahmed El-Badry1-Mar-07 3:12 
AnswerRe: How to ( - ) the date of the last to give me output Py days Pin
Colin Angus Mackay1-Mar-07 3:31
Colin Angus Mackay1-Mar-07 3:31 
GeneralRe: How to ( - ) the date of the last to give me output Py days Pin
Ahmed El-Badry1-Mar-07 3:38
Ahmed El-Badry1-Mar-07 3:38 
GeneralRe: How to ( - ) the date of the last to give me output Py days Pin
Colin Angus Mackay1-Mar-07 4:13
Colin Angus Mackay1-Mar-07 4:13 
Questioncrystal report problem in vb.net 2005 Pin
amaneet1-Mar-07 2:39
amaneet1-Mar-07 2:39 
Questioncreate report without crystal report Pin
harsh_c1-Mar-07 0:31
professionalharsh_c1-Mar-07 0:31 
QuestionMicrophone input Pin
Member 183192428-Feb-07 23:27
Member 183192428-Feb-07 23:27 
QuestionSomething about Webbrowser control Pin
Misterdd28-Feb-07 23:08
Misterdd28-Feb-07 23:08 
AnswerRe: Something about Webbrowser control Pin
Tuwing.Sabado28-Feb-07 23:58
Tuwing.Sabado28-Feb-07 23:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.