Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhat is the meaning of below statement. Pin
ashwath197922-Nov-06 2:19
ashwath197922-Nov-06 2:19 
AnswerRe: What is the meaning of below statement. Pin
Dave Sexton22-Nov-06 2:30
Dave Sexton22-Nov-06 2:30 
AnswerRe: What is the meaning of below statement. Pin
Christian Graus22-Nov-06 7:36
protectorChristian Graus22-Nov-06 7:36 
GeneralRe: What is the meaning of below statement. Pin
Dave Sexton22-Nov-06 20:10
Dave Sexton22-Nov-06 20:10 
QuestionData table questions Pin
cstrader23222-Nov-06 1:34
cstrader23222-Nov-06 1:34 
AnswerRe: Data table questions Pin
Johan Hakkesteegt24-Nov-06 1:14
Johan Hakkesteegt24-Nov-06 1:14 
QuestionMirror Image Pin
danasegaranea21-Nov-06 23:55
danasegaranea21-Nov-06 23:55 
AnswerRe: Mirror Image Pin
Kapil Thakur22-Nov-06 0:28
Kapil Thakur22-Nov-06 0:28 
use the StrReverse function of vb.net

example :
Dim lbl As String = "asp_net"
Label1.Text = StrReverse(lbl)

asp_net will be shown as ten_psa in Label1


i hope this is what you are looking for.
Take care

AnswerRe: Mirror Image Pin
Christian Graus22-Nov-06 7:36
protectorChristian Graus22-Nov-06 7:36 
QuestionMulti-dimensionnal array, but with differenty type in the columns Pin
ChPortos21-Nov-06 23:55
ChPortos21-Nov-06 23:55 
AnswerRe: Multi-dimensionnal array, but with differenty type in the columns Pin
Kevin McFarlane22-Nov-06 1:20
Kevin McFarlane22-Nov-06 1:20 
GeneralRe: Multi-dimensionnal array, but with differenty type in the columns Pin
ChPortos22-Nov-06 2:19
ChPortos22-Nov-06 2:19 
Questionhave u ever heard it :- MissingMethodException Pin
Mauleen21-Nov-06 23:51
Mauleen21-Nov-06 23:51 
AnswerRe: have u ever heard it :- MissingMethodException Pin
Kevin McFarlane22-Nov-06 1:24
Kevin McFarlane22-Nov-06 1:24 
Questioncall 3rd parity dll with CreateObject Pin
b43r_3oo321-Nov-06 22:35
b43r_3oo321-Nov-06 22:35 
AnswerRe: call 3rd parity dll with CreateObject Pin
Dave Kreskowiak22-Nov-06 4:33
mveDave Kreskowiak22-Nov-06 4:33 
GeneralRe: call 3rd parity dll with CreateObject Pin
b43r_3oo322-Nov-06 6:28
b43r_3oo322-Nov-06 6:28 
GeneralRe: call 3rd parity dll with CreateObject Pin
Dave Kreskowiak22-Nov-06 6:32
mveDave Kreskowiak22-Nov-06 6:32 
GeneralRe: call 3rd parity dll with CreateObject Pin
b43r_3oo322-Nov-06 20:36
b43r_3oo322-Nov-06 20:36 
GeneralRe: call 3rd parity dll with CreateObject Pin
Dave Kreskowiak26-Nov-06 15:06
mveDave Kreskowiak26-Nov-06 15:06 
Questionhow to close the excel.exe after running the program? Pin
campbells21-Nov-06 22:17
campbells21-Nov-06 22:17 
AnswerRe: how to close the excel.exe after running the program? Pin
b43r_3oo321-Nov-06 23:52
b43r_3oo321-Nov-06 23:52 
QuestionA simple sound controler Pin
sybux200021-Nov-06 21:18
sybux200021-Nov-06 21:18 
QuestionPopulating treeview with 1 million nodes in asp.net1.1 Pin
Kapil Thakur21-Nov-06 19:58
Kapil Thakur21-Nov-06 19:58 
AnswerRe: Populating treeview with 1 million nodes in asp.net1.1 Pin
Dave Sexton22-Nov-06 2:53
Dave Sexton22-Nov-06 2: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.