Click here to Skip to main content
15,912,578 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send and receive data Pin
RichardGrimmer20-Nov-02 2:15
RichardGrimmer20-Nov-02 2:15 
Questionhow to get value of one textbox from one form to another in VB.NET? Pin
drmzunlimited13-Oct-02 19:28
drmzunlimited13-Oct-02 19:28 
AnswerRe: how to get value of one textbox from one form to another in VB.NET? Pin
Nick Parker14-Oct-02 1:52
protectorNick Parker14-Oct-02 1:52 
GeneralCollections Pin
mikasa11-Oct-02 6:40
mikasa11-Oct-02 6:40 
GeneralRe: Collections Pin
Nick Parker11-Oct-02 8:11
protectorNick Parker11-Oct-02 8:11 
GeneralASCII Printable Characters Only Pin
Like2Byte10-Oct-02 5:10
Like2Byte10-Oct-02 5:10 
GeneralRe: ASCII Printable Characters Only Pin
Daniel Turini10-Oct-02 5:13
Daniel Turini10-Oct-02 5:13 
GeneralRe: ASCII Printable Characters Only Pin
Like2Byte10-Oct-02 5:45
Like2Byte10-Oct-02 5:45 
Thanks,

here's what I did.

dim c as string
dim s as string
dim i as long

s = "really long string really long string really long string..."

for i = 1 to len(s)
c = mid$(s, i, 1)

select case asc(c)
case 1 to 127
' do stuff
end case
next
GeneralRe: ASCII Printable Characters Only Pin
Richard Deeming11-Oct-02 0:45
mveRichard Deeming11-Oct-02 0:45 
GeneralCopying controls Pin
Chris Hooper10-Oct-02 3:40
Chris Hooper10-Oct-02 3:40 
GeneralRe: Copying controls Pin
Daniel Turini10-Oct-02 3:58
Daniel Turini10-Oct-02 3:58 
GeneralRe: Copying controls Pin
Chris Hooper10-Oct-02 5:32
Chris Hooper10-Oct-02 5:32 
GeneralRe: Copying controls Pin
Anonymous10-Oct-02 5:38
Anonymous10-Oct-02 5:38 
GeneralMicrosoft Access and VB .Net Pin
Zulfikar Ali9-Oct-02 13:43
Zulfikar Ali9-Oct-02 13:43 
GeneralRe: Microsoft Access and VB .Net Pin
Vipul Bhatt13-Oct-02 19:47
Vipul Bhatt13-Oct-02 19:47 
GeneralRe: Microsoft Access and VB .Net Pin
Zulfikar Ali14-Oct-02 4:18
Zulfikar Ali14-Oct-02 4:18 
GeneralComment tool for VB .Net Pin
JS9-Oct-02 11:32
JS9-Oct-02 11:32 
GeneralRe: Comment tool for VB .Net Pin
Ben Ansell23-Oct-02 21:49
Ben Ansell23-Oct-02 21:49 
GeneralChanging Textbox Background color upon gaining focus Pin
Like2Byte9-Oct-02 10:08
Like2Byte9-Oct-02 10:08 
GeneralRe: Changing Textbox Background color upon gaining focus Pin
Like2Byte9-Oct-02 10:20
Like2Byte9-Oct-02 10:20 
GeneralRe: Changing Textbox Background color upon gaining focus Pin
Daniel Turini9-Oct-02 10:19
Daniel Turini9-Oct-02 10:19 
GeneralLink Error 8577 Pin
Alan Chambers9-Oct-02 9:07
Alan Chambers9-Oct-02 9:07 
Generalcopying and pasting controls and the associated code Pin
Chris Hooper9-Oct-02 5:38
Chris Hooper9-Oct-02 5:38 
GeneralPrint .doc file! Pin
Zulfikar Ali8-Oct-02 10:57
Zulfikar Ali8-Oct-02 10:57 
GeneralRe: Print .doc file! Pin
Zulfikar Ali18-Oct-02 11:49
Zulfikar Ali18-Oct-02 11:49 

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.