Click here to Skip to main content
15,910,872 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Project on College management systems Pin
DJ Matthews18-Dec-09 2:17
DJ Matthews18-Dec-09 2:17 
GeneralRe: Project on College management systems Pin
Dave Kreskowiak18-Dec-09 2:24
mveDave Kreskowiak18-Dec-09 2:24 
GeneralRe: Project on College management systems Pin
Steven J Jowett18-Dec-09 3:57
Steven J Jowett18-Dec-09 3:57 
GeneralRe: Project on College management systems Pin
Christian Graus18-Dec-09 19:13
protectorChristian Graus18-Dec-09 19:13 
GeneralRe: Project on College management systems Pin
#realJSOP22-Dec-09 4:13
professional#realJSOP22-Dec-09 4:13 
QuestionHelp with the dwmapi. Pin
Member 436831617-Dec-09 9:03
Member 436831617-Dec-09 9:03 
QuestionImplement Undo method Pin
Pasan14817-Dec-09 5:54
Pasan14817-Dec-09 5:54 
AnswerRe: Implement Undo method Pin
Dave Kreskowiak17-Dec-09 10:50
mveDave Kreskowiak17-Dec-09 10:50 
It helps to read the documentation on the TextBox class. Undo has already been implemented.

CanUndo tells you if the last operation the user did in the TextBox can be undone or not. It does NOT enable or disable the Undo functionality of the TextBox.

In whatever code you have that lets the user command an undo, you have to check the CanUndo property of the TextBox and then, if true, call the Undo method of the TextBox. You would also look into calling the ClearUndo method if appropriate in your situation.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionAccess Project to Vb.Net [modified] Pin
C#Coudou16-Dec-09 21:17
C#Coudou16-Dec-09 21:17 
AnswerRe: Access Project to Vb.Net Pin
Mycroft Holmes16-Dec-09 21:44
professionalMycroft Holmes16-Dec-09 21:44 
GeneralRe: Access Project to Vb.Net Pin
EliottA17-Dec-09 3:16
EliottA17-Dec-09 3:16 
GeneralRe: Access Project to Vb.Net Pin
Mycroft Holmes17-Dec-09 3:33
professionalMycroft Holmes17-Dec-09 3:33 
GeneralRe: Access Project to Vb.Net Pin
EliottA17-Dec-09 4:52
EliottA17-Dec-09 4:52 
GeneralRe: Access Project to Vb.Net Pin
Mycroft Holmes17-Dec-09 11:58
professionalMycroft Holmes17-Dec-09 11:58 
GeneralRe: Access Project to Vb.Net Pin
C#Coudou17-Dec-09 12:43
C#Coudou17-Dec-09 12:43 
Answer[SOLVED]Adding a DropDownList to A DataGrid using Dot Net Framework 1.1 Pin
josefvz16-Dec-09 18:46
josefvz16-Dec-09 18:46 
Questionhow to make structure similar TreeView or ListView ? Pin
Golden Jing16-Dec-09 17:21
Golden Jing16-Dec-09 17:21 
AnswerRe: how to make structure similar TreeView or ListView ? Pin
Mycroft Holmes16-Dec-09 21:49
professionalMycroft Holmes16-Dec-09 21:49 
QuestionPacking Multiple EXEs and running them individually Pin
Dominick Marciano16-Dec-09 7:52
professionalDominick Marciano16-Dec-09 7:52 
AnswerRe: Packing Multiple EXEs and running them individually Pin
Ian Shlasko16-Dec-09 9:17
Ian Shlasko16-Dec-09 9:17 
AnswerRe: Packing Multiple EXEs and running them individually Pin
The Man from U.N.C.L.E.17-Dec-09 7:42
The Man from U.N.C.L.E.17-Dec-09 7:42 
AnswerRe: Packing Multiple EXEs and running them individually Pin
Dominick Marciano18-Dec-09 5:41
professionalDominick Marciano18-Dec-09 5:41 
AnswerRe: Packing Multiple EXEs and running them individually Pin
Dominick Marciano18-Dec-09 5:50
professionalDominick Marciano18-Dec-09 5:50 
QuestionSelection.Range.DupliCate.Find Problem Pin
Sachin Dubey16-Dec-09 3:16
Sachin Dubey16-Dec-09 3:16 
QuestionQuestion about FontDialog in VB.NET Pin
fd975016-Dec-09 1:46
professionalfd975016-Dec-09 1:46 

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.