|
-
Jul 9th, 2004, 12:29 AM
#1
Thread Starter
Lively Member
Embedding in reverse [Gave up on]
Ok... using the embedded RTF file is working great but in a discussion with another board member from another site that does some work for MS it's not an option to divert focus or prevent someone from resizing a picture from a RichTextBox unless the RichTextBox is locked/disabled and then wouldn't be scrollable anyway.
Now, going backwards with this embedded process, how would I read the embedded file and have VB.NET pull up Wordpad and display the file externally?
Just curious, I like to know how things work going in both directions.
Last edited by teamdad; Aug 3rd, 2004 at 01:07 PM.
-
Jul 9th, 2004, 12:33 AM
#2
Sleep mode
Easy if you mean this :
VB Code:
Process.Start("wordpad.exe", "c:\a.txt")
-
Jul 9th, 2004, 12:47 AM
#3
Thread Starter
Lively Member
My text file is embedded as a resource in vb.net and I want to open Notepad and extract the information from the text file into Notepad when it is started.
Almost like using Notepad and clicking File/Open and opening a file that way but the file is part of my vb.net program itself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|