Notepad+ 2.0 **UPDATED**
If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
Image suport
working print,print preview images & text
colors for selected text & full text
page indent
bullets function
movable menus
text alignment
page zooming
an much more
view text in default browser
Text Conversion (Selected Text, Full Text) to UPPER or lower case
Line Counter
Font & Size changeable by comboBox
info:
no dll's for the office 2007 theme all the code is build inside
new richtextbox not the windows one
if you find any bugs let me know
i cant put it for free cause i've worked a lot on it if you want it for free go to my website


This file is hosted off-site.
You do not have the required permissions to view the files attached to this post.
Last edited by XTechVB on Wed Nov 23, 2011 10:30 am, edited 5 times in total.
You can find me on Facebook or on Skype mihai_92b
This is very good, How did you do the text coloring? ( For vb ) i couldnt find it
Edit: I pasted my code and BAM! wow, this is amazing
Edit: I pasted my code and BAM! wow, this is amazing

Lewis-Froom wrote:This is very good, How did you do the text coloring? ( For vb ) i couldnt find it
Edit: I pasted my code and BAM! wow, this is amazing
Thats just RTF textbox and he copy pasted it to there, or either loaded...
Dude nice but you should name controls like for a open file button
btnOpenFile.
btnOpenFile.
it's not finished yet i will ad more functions i don't know if you noticed but it has drag and drop and after you dropped your rtf, file the text will still be colored
You can find me on Facebook or on Skype mihai_92b
MTech010 wrote:it's not finished yet i will ad more functions i don't know if you noticed but it has drag and drop and after you dropped your rtf, file the text will still be coloredDid you use rtfContent.LoadFile() function? (+ ofcourse the drag drop)
yes this
Code: Select all
If e.Data.GetDataPresent(DataFormats.FileDrop) Then
Dim Files As String() = CType(e.Data.GetData(DataFormats.FileDrop), String())
For Each filename As String In Files
Label2.Text = filename
Next
OpenFileDialog1.FileName = Label2.Text
rtb.LoadFile(OpenFileDialog1.FileName, RichTextBoxStreamType.RichText)
Label1.Text = OpenFileDialog1.SafeFileName
End If
You can find me on Facebook or on Skype mihai_92b
how did you do the text coloring ? Good Job cooll; its nice clapper;
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
Copyright Information
Copyright © Codenstuff.com 2020 - 2023