Click here to Skip to main content
16,005,826 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Please help with OWC11 Pin
Member 44698396-Jan-08 23:08
Member 44698396-Jan-08 23:08 
Questionsecurity issue Pin
Tauseef A6-Jan-08 19:53
Tauseef A6-Jan-08 19:53 
GeneralProblem in Windows application Pin
Member 30578876-Jan-08 18:59
Member 30578876-Jan-08 18:59 
GeneralRe: Problem in Windows application Pin
Vimalsoft(Pty) Ltd6-Jan-08 20:10
professionalVimalsoft(Pty) Ltd6-Jan-08 20:10 
GeneralHelp-Weird Problem with Masked Textbox Pin
xbiplav6-Jan-08 18:30
xbiplav6-Jan-08 18:30 
GeneralRe: Help-Weird Problem with Masked Textbox Pin
Luc Pattyn6-Jan-08 18:36
sitebuilderLuc Pattyn6-Jan-08 18:36 
GeneralRe: Help-Weird Problem with Masked Textbox Pin
xbiplav6-Jan-08 18:41
xbiplav6-Jan-08 18:41 
GeneralRe: Help-Weird Problem with Masked Textbox Pin
Luc Pattyn6-Jan-08 19:29
sitebuilderLuc Pattyn6-Jan-08 19:29 
xbiplav wrote:
append from the beginning


there is no such thing as "appending from the beginning".

x+="1" will append a one to the existing string, increasing its length by one.
x="1" will throw away whatever x was holding and put one instead; the resulting length
will be one.

what textboxes typically do is select any text that happens to be present upon cursor entry;
the first thing you type then replaces the present text (that's like x="1"); the second
character you type is appended, etc.

When you use other means to add text to the textbox, it does not get focus, so the
present text is not selected and replaced.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Happy 2008!


GeneralRe: Help-Weird Problem with Masked Textbox Pin
xbiplav6-Jan-08 19:32
xbiplav6-Jan-08 19:32 
GeneralRe: Help-Weird Problem with Masked Textbox Pin
Luc Pattyn6-Jan-08 19:47
sitebuilderLuc Pattyn6-Jan-08 19:47 
GeneralRe: Help-Weird Problem with Masked Textbox Pin
Nilesh Hapse7-Jan-08 0:33
Nilesh Hapse7-Jan-08 0:33 
GeneralRe: Help-Weird Problem with Masked Textbox Pin
ChandraRam7-Jan-08 22:24
ChandraRam7-Jan-08 22:24 
General{"Exception from HRESULT: 0x800A5077"} Pin
phoopwint6-Jan-08 17:43
phoopwint6-Jan-08 17:43 
GeneralRe: {"Exception from HRESULT: 0x800A5077"} Pin
TheMandolinMan7-Jan-08 4:30
TheMandolinMan7-Jan-08 4:30 
GeneralRe: {"Exception from HRESULT: 0x800A5077"} Pin
Paul Conrad7-Jan-08 12:51
professionalPaul Conrad7-Jan-08 12:51 
QuestionHow to create My computer treeview in VB.Net Pin
bircut6-Jan-08 17:31
bircut6-Jan-08 17:31 
GeneralSort column 1 and after column 2 Pin
helelark1236-Jan-08 4:04
helelark1236-Jan-08 4:04 
AnswerRe: Sort column 1 and after column 2 Pin
Guffa6-Jan-08 5:12
Guffa6-Jan-08 5:12 
GeneralRe: Sort column 1 and after column 2 Pin
helelark1238-Jan-08 20:53
helelark1238-Jan-08 20:53 
AnswerRe: Sort column 1 and after column 2 Pin
Guffa9-Jan-08 3:49
Guffa9-Jan-08 3:49 
GeneralRe: Sort column 1 and after column 2 Pin
helelark1239-Jan-08 4:04
helelark1239-Jan-08 4:04 
GeneralRe: Sort column 1 and after column 2 Pin
Guffa9-Jan-08 16:04
Guffa9-Jan-08 16:04 
AnswerRe: Sort column 1 and after column 2 Pin
helelark12312-Jan-08 2:57
helelark12312-Jan-08 2:57 
GeneralReading text file Pin
Ahamed Azeem5-Jan-08 21:54
Ahamed Azeem5-Jan-08 21:54 
GeneralRe: Reading text file Pin
Christian Graus5-Jan-08 22:53
protectorChristian Graus5-Jan-08 22:53 

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.