Click here to Skip to main content
15,890,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: It's a dead language Pin
Paul Conrad28-Nov-07 15:15
professionalPaul Conrad28-Nov-07 15:15 
GeneralRe: CAPTION Pin
Irfan Baig29-Jan-08 18:13
Irfan Baig29-Jan-08 18:13 
QuestionWriting a code within a string Pin
mykingdomforanewusername12-Nov-07 12:41
mykingdomforanewusername12-Nov-07 12:41 
AnswerRe: Writing a code within a string Pin
Luc Pattyn12-Nov-07 14:57
sitebuilderLuc Pattyn12-Nov-07 14:57 
QuestionOpen a file from Local disk Pin
recono112-Nov-07 12:22
recono112-Nov-07 12:22 
AnswerRe: Open a file from Local disk Pin
Luc Pattyn12-Nov-07 14:54
sitebuilderLuc Pattyn12-Nov-07 14:54 
AnswerRe: Open a file from Local disk Pin
Baddog_52017-Nov-07 16:43
Baddog_52017-Nov-07 16:43 
QuestionFaxing from word.doc from VB Pin
simonk196912-Nov-07 11:59
simonk196912-Nov-07 11:59 
I'm trying to fax a word doc from VB using the code below on a windows vista mc, I'm assuming that the fax job should appear in the built in windows Fax printer queue but it just returns an error number 35 Operation Failed.


Dim objFaxDocument As New FAXCOMEXLib.FaxDocument<br />
        Dim objFaxServer As New FAXCOMEXLib.FaxServer<br />
<br />
        Try<br />
            objFaxDocument.Body = "C:\MyDocument.docx"<br />
            objFaxDocument.DocumentName = "TestFax"<br />
            objFaxDocument.Recipients.Add("01438123456", "Test")<br />
            objFaxDocument.Priority = FAXCOMEXLib.FAX_PRIORITY_TYPE_ENUM.fptHIGH<br />
<br />
            objFaxDocument.Subject = "Testfax"<br />
            objFaxDocument.Sender.LoadDefaultSender()<br />
            objFaxDocument.Submit("")<br />
<br />
        Catch ex As Exception<br />
            MsgBox("Fax Status : " & ex.Message)<br />
        End Try


Anyone point me in the right direction Confused | :confused:
QuestionDatagrid Hyperlink column Pin
Num1CodeStudent12-Nov-07 8:59
Num1CodeStudent12-Nov-07 8:59 
QuestionMake any sense? Pin
cstrader23212-Nov-07 5:06
cstrader23212-Nov-07 5:06 
AnswerRe: Make any sense? Pin
Paul Conrad28-Nov-07 15:14
professionalPaul Conrad28-Nov-07 15:14 
GeneralRe: Make any sense? Pin
cstrader23228-Nov-07 17:14
cstrader23228-Nov-07 17:14 
GeneralRe: Make any sense? Pin
Paul Conrad28-Nov-07 17:36
professionalPaul Conrad28-Nov-07 17:36 
GeneralRe: Make any sense? Pin
cstrader23229-Nov-07 3:31
cstrader23229-Nov-07 3:31 
QuestionMessageBox Pin
Abbhie12-Nov-07 4:20
Abbhie12-Nov-07 4:20 
AnswerRe: MessageBox Pin
Luc Pattyn12-Nov-07 4:31
sitebuilderLuc Pattyn12-Nov-07 4:31 
AnswerRe: MessageBox Pin
Paul Conrad12-Nov-07 4:36
professionalPaul Conrad12-Nov-07 4:36 
AnswerRe: MessageBox Pin
Vimalsoft(Pty) Ltd12-Nov-07 5:46
professionalVimalsoft(Pty) Ltd12-Nov-07 5:46 
QuestionHow to create a Wi-Fi Manager? Pin
Paramhans Dubey12-Nov-07 1:42
professionalParamhans Dubey12-Nov-07 1:42 
AnswerRe: How to create a Wi-Fi Manager? Pin
DigiOz Multimedia12-Nov-07 5:30
DigiOz Multimedia12-Nov-07 5:30 
AnswerRe: How to create a Wi-Fi Manager? Pin
mykingdomforanewusername12-Nov-07 12:54
mykingdomforanewusername12-Nov-07 12:54 
GeneralRe: How to create a Wi-Fi Manager? Pin
Paramhans Dubey13-Nov-07 1:52
professionalParamhans Dubey13-Nov-07 1:52 
AnswerRe: How to create a Wi-Fi Manager? Pin
Baddog_52017-Nov-07 16:58
Baddog_52017-Nov-07 16:58 
Questionmultiple String Table. Pin
birajendu12-Nov-07 1:21
birajendu12-Nov-07 1:21 
Questionhow to make xml comments in vb.net Pin
codeproject_buna12-Nov-07 1:01
codeproject_buna12-Nov-07 1:01 

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.