Firstly my apologies if I have posted to the wrong group.
Using visual Studio 2005 and programing in VB.net
I have an application which, in the event of an unhandled exception, sends
an e mail back to me giving as much information as it can from the exception
message that was generated. N...
more >>
'[VB2005]
sub loadform(ByVal strformname As String)
Dim frm As form
'haw to show frm where (frm.Name.ToString()=strformname)
'thanks a lot.
frm.show
End sub
...
more >>
Hi,
Can we print a pdf document using .Net PrintDocument class? If yes then how?
I dont wanna use Win32 spooler functions as it require all that DLLIMports
etc.
Thanks...
more >>