Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 10:36
tanstaafl2825-Jun-04 10:36 
GeneralRe: Most Commonly Used Classes Pin
VenkatFor.NET25-Jun-04 11:51
VenkatFor.NET25-Jun-04 11:51 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 11:53
mveDave Kreskowiak25-Jun-04 11:53 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 17:18
mveDave Kreskowiak25-Jun-04 17:18 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 20:32
tanstaafl2825-Jun-04 20:32 
GeneralProbs with Faxing Pin
sandeegk7725-Jun-04 8:19
sandeegk7725-Jun-04 8:19 
I have a vb.net windows application which sends out faxes. It works OK but it seems like the Fax service on Win 2000 hangs after a while. It works fine, as soon as the machine is re-booted. I'm not sure whats causing this. Is there some setting to set the fax service right? Or is my code causing probs?

This is my code:
FaxSvr.Connect(Environment.MachineName.Trim)
FaxSvr.Retries = 10
FaxSvr.RetryDelay = 1
Doc = FaxSvr.CreateDocument(DocPath)
Doc.FaxNumber = Global.FaxNumPrefix & Recipient.RcptFax
Doc.SenderFax = Sender.SenderFax
Doc.SenderName = Sender.SenderName
hresult = Doc.Send()
Return True

Thanks.

GeneralCrystal Report Problem Pin
htourne25-Jun-04 7:56
htourne25-Jun-04 7:56 
GeneralRe: Crystal Report Problem Pin
Mekong River26-Jun-04 18:32
Mekong River26-Jun-04 18:32 
Generalreading from a notepad Pin
GaryKoh25-Jun-04 6:36
GaryKoh25-Jun-04 6:36 
GeneralRe: reading from a notepad Pin
Dave Kreskowiak25-Jun-04 7:21
mveDave Kreskowiak25-Jun-04 7:21 
GeneralRe: reading from a notepad Pin
GaryKoh25-Jun-04 16:12
GaryKoh25-Jun-04 16:12 
GeneralRe: reading from a notepad Pin
Dave Kreskowiak26-Jun-04 18:07
mveDave Kreskowiak26-Jun-04 18:07 
GeneralRe: reading from a notepad Pin
GaryKoh27-Jun-04 16:49
GaryKoh27-Jun-04 16:49 
GeneralPutting Controls on MDI Parent Window Pin
gthompson200525-Jun-04 1:52
gthompson200525-Jun-04 1:52 
GeneralRe: Putting Controls on MDI Parent Window Pin
Dave Kreskowiak25-Jun-04 4:19
mveDave Kreskowiak25-Jun-04 4:19 
GeneralRe: Putting Controls on MDI Parent Window Pin
gthompson200525-Jun-04 15:10
gthompson200525-Jun-04 15:10 
GeneralRe: Putting Controls on MDI Parent Window Pin
Dave Kreskowiak25-Jun-04 17:17
mveDave Kreskowiak25-Jun-04 17:17 
GeneralRe: Putting Controls on MDI Parent Window Pin
gthompson200525-Jun-04 17:28
gthompson200525-Jun-04 17:28 
GeneralRe: Putting Controls on MDI Parent Window Pin
Dave Kreskowiak25-Jun-04 17:44
mveDave Kreskowiak25-Jun-04 17:44 
GeneralRe: Putting Controls on MDI Parent Window Pin
gthompson200525-Jun-04 18:40
gthompson200525-Jun-04 18:40 
QuestionWindows Services Problem? Pin
mythinky24-Jun-04 19:05
mythinky24-Jun-04 19:05 
AnswerRe: Windows Services Problem? Pin
Dave Kreskowiak25-Jun-04 3:47
mveDave Kreskowiak25-Jun-04 3:47 
GeneralRe: Windows Services Problem? Pin
mythinky27-Jun-04 15:24
mythinky27-Jun-04 15:24 

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.