Click here to Skip to main content
15,902,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to sort DataGrid by Dynamic Column Pin
Smokeywade31-Aug-07 9:23
Smokeywade31-Aug-07 9:23 
GeneralRe: How to sort DataGrid by Dynamic Column Pin
Vimalsoft(Pty) Ltd2-Sep-07 20:53
professionalVimalsoft(Pty) Ltd2-Sep-07 20:53 
Questionmoving text from one RTB to another RTB Pin
BooleanTrue31-Aug-07 2:39
professionalBooleanTrue31-Aug-07 2:39 
AnswerRe: moving text from one RTB to another RTB Pin
Tom Deketelaere31-Aug-07 2:58
professionalTom Deketelaere31-Aug-07 2:58 
GeneralRe: moving text from one RTB to another RTB Pin
BooleanTrue31-Aug-07 3:16
professionalBooleanTrue31-Aug-07 3:16 
AnswerRe: moving text from one RTB to another RTB Pin
Rupesh Kumar Swami31-Aug-07 3:12
Rupesh Kumar Swami31-Aug-07 3:12 
GeneralRe: moving text from one RTB to another RTB Pin
BooleanTrue31-Aug-07 3:22
professionalBooleanTrue31-Aug-07 3:22 
GeneralRe: moving text from one RTB to another RTB Pin
Johan Hakkesteegt1-Sep-07 6:58
Johan Hakkesteegt1-Sep-07 6:58 
Rupesh Kumar Swami... wrote:
rtb2.rtf = rtb1.rtf

is a single line of code.

SoInnocentIAm... wrote:
RTB1.SellectAll()<br />
RTB1.copy()<br />
RTB1.deselectAll()<br />
RTB2.Paste()

is four lines of code.

Although for all intents and purposes there is no difference, RPS's solution is meant to do do what you wanted, while TDDragon's suggestion does what you wanted as a side effect.
I would recommend using RPS's code, simply because keeping your code as small as possible is always preferable.

My advice is free, and you may get what you paid for.

QuestionPrint DataGrid Pin
Xerox431-Aug-07 1:59
professionalXerox431-Aug-07 1:59 
AnswerRe: Print DataGrid Pin
Duncan Edwards Jones31-Aug-07 2:04
professionalDuncan Edwards Jones31-Aug-07 2:04 
GeneralRe: Print DataGrid Pin
Xerox431-Aug-07 2:16
professionalXerox431-Aug-07 2:16 
GeneralRe: Print DataGrid Pin
Smokeywade31-Aug-07 8:53
Smokeywade31-Aug-07 8:53 
AnswerRe: Print DataGrid Pin
Vasudevan Deepak Kumar1-Sep-07 0:39
Vasudevan Deepak Kumar1-Sep-07 0:39 
QuestionChecking for Nothing before disposing Pin
intonet31-Aug-07 0:25
intonet31-Aug-07 0:25 
AnswerRe: Checking for Nothing before disposing Pin
Colin Angus Mackay31-Aug-07 1:03
Colin Angus Mackay31-Aug-07 1:03 
AnswerRe: Checking for Nothing before disposing Pin
Vasudevan Deepak Kumar1-Sep-07 0:41
Vasudevan Deepak Kumar1-Sep-07 0:41 
QuestionVb.net Crystal report Question? Pin
i gr830-Aug-07 23:59
i gr830-Aug-07 23:59 
AnswerRe: Vb.net Crystal report Question? Pin
Salman Sheikh2-Sep-07 21:59
Salman Sheikh2-Sep-07 21:59 
QuestionHow to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd30-Aug-07 22:45
professionalVimalsoft(Pty) Ltd30-Aug-07 22:45 
AnswerRe: How to Combine two vb.net Projects in one Project Pin
Tom Deketelaere30-Aug-07 23:14
professionalTom Deketelaere30-Aug-07 23:14 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:26
professionalVimalsoft(Pty) Ltd31-Aug-07 1:26 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Tom Deketelaere31-Aug-07 1:34
professionalTom Deketelaere31-Aug-07 1:34 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:43
professionalVimalsoft(Pty) Ltd31-Aug-07 1:43 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 5:25
professionalVimalsoft(Pty) Ltd31-Aug-07 5:25 
QuestionDeleting Objects Pin
Daniel Kanev30-Aug-07 22:02
Daniel Kanev30-Aug-07 22:02 

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.