Click here to Skip to main content
15,915,975 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to declare an "any" argument in VB.NET? Pin
Richard_Wolf31-Oct-05 13:29
Richard_Wolf31-Oct-05 13:29 
QuestionForm with the last raws empty Pin
Ionas_Had31-Oct-05 4:58
Ionas_Had31-Oct-05 4:58 
QuestionUploading files to a remote server Pin
Qariuki30-Oct-05 23:40
Qariuki30-Oct-05 23:40 
QuestionSSH connection Pin
Spaz8030-Oct-05 20:59
Spaz8030-Oct-05 20:59 
QuestionADODC control and SQL query Pin
jenagan30-Oct-05 17:59
jenagan30-Oct-05 17:59 
AnswerRe: ADODC control and SQL query Pin
MalikRizwan31-Oct-05 21:10
MalikRizwan31-Oct-05 21:10 
QuestionPrinting a Form in VB.net Like Access 2000 Pin
Rich Locus30-Oct-05 15:24
Rich Locus30-Oct-05 15:24 
AnswerRe: Printing a Form in VB.net Like Access 2000 Pin
Rich Locus30-Oct-05 15:42
Rich Locus30-Oct-05 15:42 
I should have included a code sample from Access.
The function, which I call from a Form Event, prints an exact copy of the form.

This is all it takes in VBA on Access:

Function PrintWYSIWYGForm()
On Error GoTo macPrintForm_Err

DoCmd.PrintOut acPrintAll, , , acHigh, 1, True

macPrintForm_Exit:
Exit Function

macPrintForm_Err:
MsgBox Error$
Resume macPrintForm_Exit

End Function

Sure would be nice if something existed like that in Visual Basic.net.

Rich Locus
AnswerRe: Printing a Form in VB.net Like Access 2000 Pin
Christian Graus30-Oct-05 16:01
protectorChristian Graus30-Oct-05 16:01 
QuestionInvalidate and Flicker Pin
rwestgraham30-Oct-05 13:51
rwestgraham30-Oct-05 13:51 
AnswerRe: Invalidate and Flicker Pin
Christian Graus30-Oct-05 14:39
protectorChristian Graus30-Oct-05 14:39 
GeneralRe: Invalidate and Flicker Pin
rwestgraham30-Oct-05 16:22
rwestgraham30-Oct-05 16:22 
QuestionRead From Text File Pin
kenexcelon30-Oct-05 11:23
kenexcelon30-Oct-05 11:23 
AnswerRe: Read From Text File Pin
kenexcelon30-Oct-05 11:27
kenexcelon30-Oct-05 11:27 
AnswerRe: Read From Text File Pin
Steve Pullan30-Oct-05 12:30
Steve Pullan30-Oct-05 12:30 
GeneralRe: Read From Text File Pin
kenexcelon31-Oct-05 4:14
kenexcelon31-Oct-05 4:14 
GeneralRe: Read From Text File Pin
Steve Pullan31-Oct-05 13:37
Steve Pullan31-Oct-05 13:37 
Questionwhat control does Word use for its texteditor? (like advanced rich textbox?) Pin
HeroRaven29-Oct-05 19:05
HeroRaven29-Oct-05 19:05 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
Colin Angus Mackay30-Oct-05 5:06
Colin Angus Mackay30-Oct-05 5:06 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
Moonark30-Oct-05 10:28
Moonark30-Oct-05 10:28 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
toxcct31-Oct-05 0:34
toxcct31-Oct-05 0:34 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
cynferdd31-Oct-05 0:37
cynferdd31-Oct-05 0:37 
GeneralRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
HeroRaven31-Oct-05 12:46
HeroRaven31-Oct-05 12:46 
QuestionVB.net and Access dB Pin
JMS7629-Oct-05 14:44
JMS7629-Oct-05 14:44 
AnswerRe: VB.net and Access dB Pin
KaptinKrunch31-Oct-05 2:07
KaptinKrunch31-Oct-05 2:07 

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.