Click here to Skip to main content
15,887,365 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Event on Scrolling to the end in flowlayoutpanel Pin
Ammar_Ahmad30-Jun-12 0:08
Ammar_Ahmad30-Jun-12 0:08 
QuestionHelp for FTP client upload Pin
mikrophun27-Jun-12 21:01
mikrophun27-Jun-12 21:01 
AnswerRe: Help for FTP client upload Pin
Bernhard Hiller27-Jun-12 21:37
Bernhard Hiller27-Jun-12 21:37 
GeneralRe: Help for FTP client upload Pin
mikrophun27-Jun-12 21:42
mikrophun27-Jun-12 21:42 
GeneralRe: Help for FTP client upload Pin
mikrophun27-Jun-12 22:27
mikrophun27-Jun-12 22:27 
AnswerRe: Help for FTP client upload Pin
Eddy Vluggen28-Jun-12 1:55
professionalEddy Vluggen28-Jun-12 1:55 
AnswerRe: Help for FTP client upload Pin
mikrophun28-Jun-12 17:40
mikrophun28-Jun-12 17:40 
QuestionBasic program, very basic code, but still error, why!. [rich text box] Pin
Student1023027-Jun-12 20:55
Student1023027-Jun-12 20:55 
[b]Hello everyone.[/b]
I am trying to create a basic project in vb.net. In this project i have a richtextbox with name editingarea and a button with name button1.

I just want that when the button1 is clicked a font selection dialog box will open where the user can select the font name and size. then set this font for rich text box.

But I am getting some kind of error as "Property name is read only", "Property size is read only", after setting the readonly property to false too.
Here is the code
VB
If SelectFont.ShowDialog = Windows.Forms.DialogResult.OK Then

            EditingArea.Font.Name = SelectFont.Font.Name
            EditingArea.Font.Size = SelectFont.Font.Size

        End If

Can someone help me out.
[b]Thanks[/b]
AnswerRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Bernhard Hiller27-Jun-12 21:39
Bernhard Hiller27-Jun-12 21:39 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Student1023027-Jun-12 23:33
Student1023027-Jun-12 23:33 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Dave Kreskowiak28-Jun-12 1:48
mveDave Kreskowiak28-Jun-12 1:48 
AnswerRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Eddy Vluggen28-Jun-12 1:49
professionalEddy Vluggen28-Jun-12 1:49 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Dave Kreskowiak28-Jun-12 3:25
mveDave Kreskowiak28-Jun-12 3:25 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Eddy Vluggen28-Jun-12 3:30
professionalEddy Vluggen28-Jun-12 3:30 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Luc Pattyn28-Jun-12 5:07
sitebuilderLuc Pattyn28-Jun-12 5:07 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Eddy Vluggen28-Jun-12 8:27
professionalEddy Vluggen28-Jun-12 8:27 
GeneralRe: Basic program, very basic code, but still error, why!. [rich text box] Pin
Luc Pattyn28-Jun-12 8:37
sitebuilderLuc Pattyn28-Jun-12 8:37 
QuestionProblem in creating a new file format to store text and images Pin
Student1023026-Jun-12 21:12
Student1023026-Jun-12 21:12 
AnswerRe: Problem in creating a new file format to store text and images Pin
Richard MacCutchan26-Jun-12 21:54
mveRichard MacCutchan26-Jun-12 21:54 
GeneralRe: Problem in creating a new file format to store text and images Pin
Student1023027-Jun-12 20:50
Student1023027-Jun-12 20:50 
GeneralRe: Problem in creating a new file format to store text and images Pin
Richard MacCutchan27-Jun-12 22:14
mveRichard MacCutchan27-Jun-12 22:14 
GeneralRe: Problem in creating a new file format to store text and images Pin
Student1023028-Jun-12 17:12
Student1023028-Jun-12 17:12 
AnswerRe: Problem in creating a new file format to store text and images Pin
Eddy Vluggen27-Jun-12 0:21
professionalEddy Vluggen27-Jun-12 0:21 
AnswerRe: Problem in creating a new file format to store text and images Pin
Bernhard Hiller27-Jun-12 1:16
Bernhard Hiller27-Jun-12 1:16 
GeneralRe: Problem in creating a new file format to store text and images Pin
Student1023027-Jun-12 23:35
Student1023027-Jun-12 23:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.