Click here to Skip to main content
15,894,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: call card telephony solution! Pin
Mekong River13-Nov-04 4:27
Mekong River13-Nov-04 4:27 
GeneralFreespace Pin
KreativeKai12-Nov-04 5:02
professionalKreativeKai12-Nov-04 5:02 
GeneralRe: Freespace Pin
Dennis C. Dietrich12-Nov-04 17:02
Dennis C. Dietrich12-Nov-04 17:02 
GeneralRe: Freespace Pin
KreativeKai15-Nov-04 7:18
professionalKreativeKai15-Nov-04 7:18 
GeneralEdit box focus Pin
Red Sunday12-Nov-04 3:38
Red Sunday12-Nov-04 3:38 
GeneralRe: Edit box focus Pin
MohammadAmiry12-Nov-04 5:01
MohammadAmiry12-Nov-04 5:01 
GeneralRe: Edit box focus Pin
Mekong River13-Nov-04 4:31
Mekong River13-Nov-04 4:31 
GeneralRe: Edit box focus Pin
MohammadAmiry14-Nov-04 22:48
MohammadAmiry14-Nov-04 22:48 
Hi First I'm sorry because I wrote
the code for C# and not for VB.NET!Roll eyes | :rolleyes: ;P

I think the code you wrote for answering Red's problem,
that will also select the whole text of the textbox,
is not what Red was looking to.
The correction to your code (If my guess in the problem
is correct) is this:

<br />
With txtLogin<br />
    .SelLength = 0<br />
    .SelStart = len(.Text)<br />
    .SetFocus<br />
End with<br />
code>
GeneralRe: Edit box focus Pin
Mekong River15-Nov-04 13:27
Mekong River15-Nov-04 13:27 
GeneralDownloading files &amp; VB6 Pin
RichardGrimmer12-Nov-04 0:21
RichardGrimmer12-Nov-04 0:21 
GeneralString Arrays Pin
beowulfagate11-Nov-04 22:50
beowulfagate11-Nov-04 22:50 
GeneralRe: String Arrays Pin
MohammadAmiry12-Nov-04 2:13
MohammadAmiry12-Nov-04 2:13 
GeneralRe: String Arrays Pin
beowulfagate12-Nov-04 13:33
beowulfagate12-Nov-04 13:33 
GeneralRe: String Arrays Pin
Dennis C. Dietrich12-Nov-04 16:13
Dennis C. Dietrich12-Nov-04 16:13 
GeneralLasso with vb.net Pin
arttut0211-Nov-04 22:26
arttut0211-Nov-04 22:26 
GeneralRe: Lasso with vb.net Pin
MohammadAmiry12-Nov-04 6:22
MohammadAmiry12-Nov-04 6:22 
GeneralDisplay record on the webpage Pin
Mekong River11-Nov-04 16:33
Mekong River11-Nov-04 16:33 
GeneralRe: Display record on the webpage Pin
Tom John11-Nov-04 21:21
Tom John11-Nov-04 21:21 
Generaltranslating vb6 code to vb.net 2003 code Pin
Anonymous11-Nov-04 5:50
Anonymous11-Nov-04 5:50 
GeneralRe: translating vb6 code to vb.net 2003 code Pin
Daniel Turini11-Nov-04 7:34
Daniel Turini11-Nov-04 7:34 
GeneralRe: translating vb6 code to vb.net 2003 code Pin
Mekong River11-Nov-04 13:41
Mekong River11-Nov-04 13:41 
General*.tlb file. Pin
ronenw11-Nov-04 4:20
ronenw11-Nov-04 4:20 
GeneralRe: *.tlb file. Pin
Mekong River11-Nov-04 13:43
Mekong River11-Nov-04 13:43 
GeneralRe: *.tlb file. Pin
CodeWell17-Nov-04 20:48
CodeWell17-Nov-04 20:48 
GeneralAdding Ranking Column (just a column incrementing by 1 each row) to datagrid Pin
cavall11-Nov-04 3:39
cavall11-Nov-04 3:39 

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.