Possible To Set CSID On Fax Document?
Feb 12, 2010Is there a way that I can set the CSID on a FaxDocument or Fax Server? I can set the TSID by ... FaxDocument.Sender.TSID?
View 3 RepliesIs there a way that I can set the CSID on a FaxDocument or Fax Server? I can set the TSID by ... FaxDocument.Sender.TSID?
View 3 Repliesi am using VB. net 2008. I am having a hard time using this code: ("L:SWPPPSWPPPBookMerge.doc") what is the shortest method that the system will search for the document without placing the document address.
View 1 RepliesWe are opening a Word document from our Visual Basic 2010 application using the Word object. When we run our application under Windows Server 2008 the document name is truncated in the main window title for the document. This is not the case when we run our application under Windows XP. Is there a way to prevent this truncation under Windows Server 2008?Mary Leathem
View 3 RepliesWhere can I find information on how to use XPS Document Writer to create a Word or Adobe document?I can print my VB2008 print document to a file, but how do i convert this file to Word?
View 1 RepliesI just begin learn VB .net. I met a problem which axwebbrowser.document can not cast to mshtml.document. My webbrowser is loaded a PDF screen from some web site. My purpose is to get the content from PDF page.
View 1 Replieshow to write the document properties in an Excel document? (ie. author, title, comments, etc.)
View 3 RepliesI need to be able to create an xml document given that the format is specified in a given xsd document and the data is in a dataset. Is there an easy way to do this in Visual Studio or Access 2007 or will this require writing out the xml document one item at a time to match the xsd?
View 4 Replieswhy I get There is an error in XML document (5, 14) while Iam trying to Deserialize an XML document.? This is the XML document:
[Code]...
I have a function on my program that allows a user to load a listbox filled with words that are matched with words inside a databank. The databank is filled with 2 string arrays and file of .jpg Pictures. The Arrays attached to each word inside the listbox are approximately one page. Each page is two paragraphs of Text(string Array) and one Picture(20Kbytes).My problem is this. When the user selects the option print all, the listbox with approximately 10255 words is selected and begins to fill a Microsoft Word Document.Because the alotted amount of space needed for the MS Word Document is approximately 5 Gbytes,I need to open about 10 Documents and insert the String Array's and Pictures into each document one at a time.Is there anyway to check the filesize of the Open Document before saving the document.This way I could check the open document inside the algorithm for 512 Mbytes of memory and save the document before the size gets above 512 Mbytes.[code]
View 2 RepliesThe application I support is creating an amalgamted Word document by copying couple of Word documents in one document right after each other. The problem is the format of the some of the fields of the document that gets appended is changed in amalgamated document while the amalgamated document is the copy of AppendDocument (imagine if we have one document to copy in the amalgamated document)
[Code]...
I have been trying to switch my code from using an ie object to using a built in webbrowser. Most of the properties are the same but I have run into an issue getting an xmldocument from a page.
'Internet Explorer Object
Dim oXML As Object = oIE.document.XMLDocument
nodeList = oXML.SelectNodes(path).length
Trying this method on webbrowser obviously doesn't work. But does anyone know the path to get the XMLDocument object from webbrowser?
In microsoft word we can add a textbox o document. Is there a way to add the same in rtb in vb.net
View 1 RepliesI have a problem that I have a used drive and a dir list box, and have a start search button.When i press the button it will start serching in the drive and folder for the file e.g. a word document.But the problem is that it will not show that word document in another form.I have also used the OLE,but it doesn't work.
View 5 RepliesI'v been reading and reading on this subject an from what iv got so far, you add a Node and then append elements to that new node which then appends to the parent node. My current schema for my xml document is as follows[code]...
View 1 RepliesI need to convert below mentioned file formats to pdf using C#/VB.Net. User will upload the file using FileUpload control and system will returns the pdf file after converting the document.
doc/docx to pdf
xls/xlsx to pdf
ppt/pps to pdf
Does ITextSharp provide such facility ? Please Only mentioned open source or free libraries.
How do I fetch the document id of an open document in Word? I need that doc id to upload the opened document to a server. Can I do this by creating an instance of that document and use some property?
View 3 RepliesI have simple XML file as follows:
<?xml version="1.0" ?>
<SampleData>
<Customer id="1">
<CustomerName>Customer1</CustomerName>
[code].....
Is it possible to create (set formatting, add text by form etc) a PDF document in VB.NET without using any third party libraries? This would be done in a website.
View 2 Repliesim having a document complete issue
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
[code].....
I am creating an XML table, and the table needs to have a title and then column and row headings. How can i write this in vb.net, the code in vb6 is below, is there something like XMLfile.Content = Blank? XMLfile is a class, cmbEngineOption is a check box on the interface. i'm not sure what tabstyle or frame are, but title is suppose to be refering to the title of the XML table.
[Code]...
I am trying to copy everything from a windows form from VB and paste it all as is in a word document.
View 3 RepliesI would like to get some of the data from this XML document:
[URL]
Using this code:
Dim Document As New XmlDocument
Document.LoadXml(xml)
Dim DocumentElement As XmlElement = Document.DocumentElement
[Code].....
But I get an Object reference not set to an instance of an object. exception on the last line of code. If I quickwatch the Location value it is the correct node
how to get document objects of a javascript ".js" file in an html page that uses <script src="....js">? Or any other way? I want to click on a link.
View 4 RepliesI have a list box, lisInsurers, which contains a list of Insurers. I want to step through the box, and for each checked item add an entry in a XMLDocument. I'm then going to pass this XML document as a parameter to a stored procedure. I've found loads of samples for the stored procedure, but can't find anything for creating the XML doc itself.
I want it to look like
<Insurers>
<Insurer>Test 1</Insurer>
<Insurer>Test 2</Insurer>
</Insurers>
I am trying to protect a document. I made a macro but it gives me an error in VB.net. I just need to find out how to change one bit to get it working in VB.net.
oDoc.Protect(Password:=".protect", NoReset:=False, Type:=wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=True)
I want to open a PDF document when I click on a button.I know the way to open a word document but couldn't apply the same method to open a PDF document.
View 5 RepliesI'm currently using System.Diagnostics.Process.Start("..Documentssam ple.pdf") to open the document. It works great but in my program when I open up a document using the OpenDialog control it will break something. After opening up a file using the OpenDialog control I try to open up the PDF but then the file cannot be found. I think current path changes... and is no longer in the directory I need it to be in.
How do I get VB to tell me its current directory or even tell me the path of the install program so I can tell it where to go to find the document? The big issue is that I deploy this program to many users so they may install it in different areas so I cannot use the same file location such as C:ProgramFilesPDF_DocsmyPdf.pdf as the path/
Here is a snippet of an XML file that I need to read with VB.NET[code]...
I am familiar with creating a new XmlDocument and using the Load method to read the file. I know how to get a collection of child nodes and loop through them to get elements and attributes. But in this case, I need to extract all of the data between the two "verse" tags (the starting one with the "sID" attribute and the ending one with the "eID" attribute), including the tags and the data in between as one continuous string. I can loop on the nodes, but I only get the "w" nodes and one final "#text" node for the period, but I don't know how to get the spaces and punctuation between the "w" tags.
I have a function that excepts a Message from MSMQ, I convert the body of the message into a string which represents an XML document. I need to parse through the XML document, grab the values from the nodes and process them. I am having problems using either XDocument of the XMLReader, both of them give me the error "Illegal characters in file". Here is a copy of the XML file as it is deserialized from the message:
<?xml version="1.0"?> <queueOrder xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InterfaceName>EPN</InterfaceName> <Ingot>U06506L</Ingot>
[Code].....
Assuming that I have all the details of a PDF file (file name, printer name, pages etc). Is there any way/code using which I can print a PDF document? (Send it to the printing queue)
But there are three conditions:
1. I have already used the Process.startinfo method and need something else.
2. I cant use any external COM or any other object like AdobePDF
3. I cant open the file and then let the user print manually.