Click here to Skip to main content
15,898,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Please Help me!! Pin
Christian Graus9-Sep-07 6:34
protectorChristian Graus9-Sep-07 6:34 
GeneralRe: Please Help me!! Pin
Paul Conrad9-Sep-07 6:37
professionalPaul Conrad9-Sep-07 6:37 
GeneralRe: Please Help me!! Pin
Christian Graus9-Sep-07 6:39
protectorChristian Graus9-Sep-07 6:39 
GeneralRe: Please Help me!! Pin
buzz59589-Sep-07 7:51
buzz59589-Sep-07 7:51 
GeneralRe: Please Help me!! Pin
Paul Conrad9-Sep-07 7:57
professionalPaul Conrad9-Sep-07 7:57 
AnswerRe: Please Help me!! Pin
Colin Angus Mackay9-Sep-07 0:06
Colin Angus Mackay9-Sep-07 0:06 
QuestionProgrammatically vertical datagrid scroll issues Pin
jensenx8-Sep-07 19:49
jensenx8-Sep-07 19:49 
QuestionPlz help for print? Pin
chintuu18-Sep-07 6:09
chintuu18-Sep-07 6:09 
Private Sub Print_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Print.Click
PrintDialog1.Document = PrintDocument1
PrintDialog1.PrinterSettings = PrintDocument1.PrinterSettings
PrintDialog1.AllowSomePages = True
If PrintDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
PrintDocument1.PrinterSettings = PrintDialog1.PrinterSettings
PrintDocument1.Print() 'this is the line where its showing the
error:uable to handle event.win32 exception
End If
PrintPreviewDialog1.Document = PrintDocument1
PrintPreviewDialog1.ShowDialog()
End Sub


what should i do.i m getting printer settings page but when i click print i am getting that error.plz mail me at niteshaga@gmail.com
AnswerRe: Plz help for print? Pin
Paul Conrad8-Sep-07 16:36
professionalPaul Conrad8-Sep-07 16:36 
Questionhow to create a websetup file? Pin
rrrriiizz7-Sep-07 23:49
rrrriiizz7-Sep-07 23:49 
AnswerRe: how to create a websetup file? [modified] Pin
Dave Kreskowiak8-Sep-07 2:49
mveDave Kreskowiak8-Sep-07 2:49 
Questionvb.net Pin
abcumesh7-Sep-07 22:35
abcumesh7-Sep-07 22:35 
AnswerRe: vb.net Pin
Hadi Hassan7-Sep-07 23:09
Hadi Hassan7-Sep-07 23:09 
AnswerRe: vb.net Pin
nishkarsh_k8-Sep-07 9:50
nishkarsh_k8-Sep-07 9:50 
AnswerRe: Office.Word Question Pin
Dave Kreskowiak8-Sep-07 2:47
mveDave Kreskowiak8-Sep-07 2:47 
GeneralRe: Office.Word Question Pin
Trupti Mehta8-Sep-07 6:51
Trupti Mehta8-Sep-07 6:51 
GeneralRe: Office.Word Question Pin
Paul Conrad9-Sep-07 6:38
professionalPaul Conrad9-Sep-07 6:38 
QuestionSubclass control Pin
jensenx7-Sep-07 21:55
jensenx7-Sep-07 21:55 
AnswerRe: Subclass control Pin
Dave Kreskowiak8-Sep-07 2:45
mveDave Kreskowiak8-Sep-07 2:45 
GeneralRe: Subclass control Pin
jensenx8-Sep-07 4:49
jensenx8-Sep-07 4:49 
GeneralRe: Subclass control Pin
Colin Angus Mackay8-Sep-07 5:54
Colin Angus Mackay8-Sep-07 5:54 
GeneralRe: Subclass control Pin
Dave Kreskowiak8-Sep-07 6:12
mveDave Kreskowiak8-Sep-07 6:12 
QuestionSystem is not accessible on network is VPN is installed on machine Pin
Rizwan Bashir7-Sep-07 21:40
Rizwan Bashir7-Sep-07 21:40 
AnswerRe: System is not accessible on network is VPN is installed on machine Pin
Dave Kreskowiak8-Sep-07 2:43
mveDave Kreskowiak8-Sep-07 2:43 
GeneralRe: System is not accessible on network is VPN is installed on machine Pin
Rizwan Bashir9-Sep-07 23:18
Rizwan Bashir9-Sep-07 23:18 

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.