Tag Archives: Notepad

When I open a file it opens with notepad how do I change that?

Every time I try to open a file from the internet, like notes from a teacher or something like that, it opens into notepad with the rectangles and such. How do I change what program the documents are opened with?

Tagged , , , , | Leave a comment

Advanced notepad – Part Two

Part Two Of How To Make a advanced notepad richtextbox1.Copy richtextbox1.cut richtextbox1.undo richtextbox1.redo Richtextbox1.forecoolor = (Color U Want) printdialog1.showdialog() dim file as string File = openfiledialog.filename (srry if it does not work) openfiledialog1.showdialog() dim file as string File = openfiledialog.filename … Continue reading

Tagged , , | Leave a comment

How do i read a notepad file – VB?

I have a notepad file with a list of words. I want to be able to bring it up on a console App. in VB. What would be the code…

Tagged , , | Leave a comment