Results for the wordpad open word docHow can I open a Word Document in Word Pad using VB/VBA -Hi all, I need to open my Word document in Wordpad (which comes with Windows operating system for some specific purposes) and save it as Word 6.0 document / Rtf format. So, How can i do that? Pls help me. Thanks, CS. Windows WordPad - Question: Can WordPad be used for object programming from VB like Word or Excel ? Word document inside IE !!!!!! - How do we get the word functionalities when I open a word document through an IE?? I am able to view all the menus and work with the file same way as a standalone word document. Is it possible to get anyother application like Notepad or wordpad documents inside IE like word?? matches whole word only - i open a text file, i want to find a particular word, which matches whole word only, like in a wordpad application. how to do it. thnx in advance -- BSK -- Open a word doc with Wordpad and Save as a text file{Resolved} - Hello I have a Ton of Word docs that I need to open in Wordpad and then save as a .txt file. I have an app that parses the txt file and loads that data into a DB. If I open .doc file with word and save it as a .txt file it crashes the parser. If I do it with Wordpad it works fine. wordpad in every win version - I think wordpad came with every version of windows Yes? Did every wordpad open .rtf files? WordPad limitations - Does anyone know if WordPad can only display a certain amount of info? I've got a huge dat file that I need to seperate into smaller dat files in order for this preprocessor to be able to parse them without crashing, so I opened up this 139 mb dat file in word pad, copied and pasted s java acting up when switching from notepad to wordpad{resolved} - I usually use notepad to construct programs. Lately I tried to do one in wordpad and it shows up a bunch of errors. I cannot even compile working source code off the internet that was done in wordpad. I tried a simple hello world program in wordpad and it would not compile. It's do Can I bring up Wordpad or simulate it using VB - I want to create a large textbox in a form and have it load information from WordPad or act like WordPad (allowing me to use bold and color formatting). Is this possible? Thank you, Brad Process.Start with spaces in path - Hello I am trying to get WordPad to open a document. I was simply using Process.Start("wordpad.exe", path) but that gave me an error when the path had spaces in it. WordPad would open saying it couldn't find "C:\Program". I tried doing path = ""&q Open TXT file in WORDPAD - hi friends, As we know whenever we open a .TXT file by double-click, it opens in NOTEPAD, as we have already asked our operating system to do so, now I want to develop a small program, which will make changes in my windows systems, where by if I open a TXT file, it should get open in Default program for apps - Is it possible to find what the default application is for a particular program and then run it with VB? For instance is it possible to find out what the default program would be for manipulating DOC files (like if the user has StarOffice or uses wordpad, etc) and then find where th using wordpad - With This code ShellExecute 0, "Open", sFileName, 0, 0, 3 i can open a file using notepad, but if i want to use wordpad? Can anyone help, pls? Calendar program - I need someon to write a program for me, I don't have the time to do it myself because I haven't used visual basic in about 3 to 4 months. The program will reside in the system tray and should run on start up(be hidden as well). To launch it I need a menu that pops up when you righ Location of WordPad - Is there somewhere that tells you the location of WordPad on your users harddrive? I want to load my log files into WordPad without having to change the person's file association. Problem with running wordpad from inside of visual basic program - Hello I have to do such kind of application from inside of vb code; - open an text file which is not recorded in sqeuantial format with wordpad program - replace certain text with a new value - Than save this file's content with using wordpads save facility. I have to use wordpa Run Wordpad from a VB app - Hi all, I have a small Vb application and I want to open Wordpad and transfer the text of a text box when you double click on it. Can anybody please help? Thanks a lot, Chris Talking to lots of WPs - Hi (Hopefully) i am writting an application and need to be able to comunicate with mutiple word porcessors for example maybe Ms Word, Lotus Wordpro, Wordpad and Ms Works. The operations i need to be able to complete are things like insert text into the document from a floating too pass string to wordpad - How can I open wordpad and pass it text that I have in a table? thanks Launch Wordpad from VB6 app - I need to add a feature to my app allowing the user to launch WordPad. I'd also like it to specify the target directory and "files of type" so that when the users do a file/open in WordPad they will be presented with only the files of specific type and in a specific director |