Click here to Skip to main content
15,913,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get the no of lines in a richtextbox Pin
Dave Kreskowiak9-May-07 3:23
mveDave Kreskowiak9-May-07 3:23 
GeneralRe: How to get the no of lines in a richtextbox Pin
Vivek Narayanan9-May-07 17:14
Vivek Narayanan9-May-07 17:14 
QuestionHow VB dotnet work with Access Database Pin
azusakt8-May-07 18:12
azusakt8-May-07 18:12 
AnswerRe: How VB dotnet work with Access Database Pin
Jats_4ru8-May-07 20:24
Jats_4ru8-May-07 20:24 
QuestionHow do I implement the Redo() Method in my code? [modified] Pin
josh04768-May-07 17:00
josh04768-May-07 17:00 
AnswerRe: How do I implement the Redo() Method in my code? Pin
MatrixCoder8-May-07 17:09
MatrixCoder8-May-07 17:09 
GeneralRe: How do I implement the Redo() Method in my code? Pin
josh04768-May-07 17:33
josh04768-May-07 17:33 
AnswerRe: How do I implement the Redo() Method in my code? Pin
Christian Graus8-May-07 17:14
protectorChristian Graus8-May-07 17:14 
josh0476 wrote:
I'm a newbie programmer developing a Text Editor with built-in Text-To-Speech Capabilities.


how new is new ? What other projects have you done ?

josh0476 wrote:
When I use the Redo() keyword in my RedoToolStripMenuItem_click procedure I get an error saying that "Redo is not a Member of System.Windows.Forms.TextBox".


OK - very new. You can't invent keywords. there is no redo keyword. You need to write your own.

So, you need to keep track of the things you undo, so you can reapply them when you call redo.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionHow to add remaining blank column at datagridview ? Pin
cheeken2u8-May-07 16:39
cheeken2u8-May-07 16:39 
AnswerRe: How to add remaining blank column at datagridview ? Pin
P P Vilsad8-May-07 21:26
P P Vilsad8-May-07 21:26 
Questionproblem running vb6 application in client side Pin
RohitRajPokhrel8-May-07 16:08
RohitRajPokhrel8-May-07 16:08 
Questiondatagrid refresh using updated dataset Pin
brendagv8-May-07 15:55
brendagv8-May-07 15:55 
QuestionSelect DataGrid Row Pin
New_Coder8-May-07 12:19
New_Coder8-May-07 12:19 
AnswerRe: Select DataGrid Row Pin
P P Vilsad8-May-07 16:02
P P Vilsad8-May-07 16:02 
GeneralRe: Select DataGrid Row Pin
New_Coder9-May-07 6:21
New_Coder9-May-07 6:21 
Questionlearn vb.net to connect to plc Pin
superappman8-May-07 11:46
superappman8-May-07 11:46 
QuestionUser Controls Pin
Ridge Howison8-May-07 11:33
Ridge Howison8-May-07 11:33 
QuestionCurrentrow syntax issue Pin
Hansduncan8-May-07 10:23
Hansduncan8-May-07 10:23 
AnswerRe: Currentrow syntax issue Pin
Hansduncan8-May-07 11:27
Hansduncan8-May-07 11:27 
QuestionClicking DropDownList item should do.. Pin
porsti8-May-07 10:12
porsti8-May-07 10:12 
AnswerRe: Clicking DropDownList item should do.. Pin
MatrixCoder8-May-07 10:18
MatrixCoder8-May-07 10:18 
AnswerRe: Clicking DropDownList item should do.. Pin
Sherin Iranimose8-May-07 18:54
Sherin Iranimose8-May-07 18:54 
GeneralRe: Clicking DropDownList item should do.. Pin
porsti9-May-07 19:41
porsti9-May-07 19:41 
GeneralActive Directory question Pin
Psycho-*Coder*-Extreme8-May-07 9:19
Psycho-*Coder*-Extreme8-May-07 9:19 
GeneralRe: Active Directory question Pin
Dave Kreskowiak8-May-07 10:10
mveDave Kreskowiak8-May-07 10:10 

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.