Click here to Skip to main content
15,881,413 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUsing Updatepanel inside a compositecontrol that implements iscripcontrol Pin
Member 202259227-Aug-08 6:33
Member 202259227-Aug-08 6:33 
AnswerRe: Using Updatepanel inside a compositecontrol that implements iscripcontrol Pin
jzonthemtn28-Aug-08 4:54
jzonthemtn28-Aug-08 4:54 
QuestionWhat is := in VB.net Pin
xx77abs27-Aug-08 5:36
xx77abs27-Aug-08 5:36 
Answer[Message Deleted] Pin
lisan_al_ghaib27-Aug-08 5:54
lisan_al_ghaib27-Aug-08 5:54 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 6:25
xx77abs27-Aug-08 6:25 
AnswerRe: What is := in VB.net Pin
Thomas Stockwell27-Aug-08 6:14
professionalThomas Stockwell27-Aug-08 6:14 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 6:26
xx77abs27-Aug-08 6:26 
AnswerRe: What is := in VB.net Pin
Nick Rioux27-Aug-08 6:48
Nick Rioux27-Aug-08 6:48 
It's for named parameters. For example:
Sub ShowMsg(ByVal a as String, ByVal b as String, ByVal c as String)
  MsgBox(a & b & c)
End Sub

Sub Main()
  'Notice how a, b, and c are out of order.
  ShowMsg(c := "!", b := " World", a := "Hello")
End Sub

GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 7:12
xx77abs27-Aug-08 7:12 
AnswerRe: What is := in VB.net Pin
Jon_Boy27-Aug-08 6:54
Jon_Boy27-Aug-08 6:54 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 7:14
xx77abs27-Aug-08 7:14 
AnswerRe: What is := in VB.net Pin
Polymorpher27-Aug-08 14:17
Polymorpher27-Aug-08 14:17 
AnswerRe: What is := in VB.net Pin
Bongumusa4-Sep-08 5:52
Bongumusa4-Sep-08 5:52 
QuestionSpecial Characters in XML Pin
Zaegra27-Aug-08 1:30
Zaegra27-Aug-08 1:30 
AnswerRe: Special Characters in XML Pin
Manas Bhardwaj27-Aug-08 1:37
professionalManas Bhardwaj27-Aug-08 1:37 
QuestionError in XHTTP: the system cannot locate the resource specified Pin
WinCrs27-Aug-08 0:53
WinCrs27-Aug-08 0:53 
QuestionGetting Session value Pin
sumit703426-Aug-08 23:46
sumit703426-Aug-08 23:46 
AnswerRe: Getting Session value Pin
Guffa27-Aug-08 1:13
Guffa27-Aug-08 1:13 
QuestionHow to save use DataGridView tool to Sql Server DB Pin
Francis K Antony26-Aug-08 23:38
Francis K Antony26-Aug-08 23:38 
QuestionProblem With my.Computer.FileSystem.WriteAllText Pin
Ramana Nori26-Aug-08 23:27
Ramana Nori26-Aug-08 23:27 
AnswerRe: Problem With my.Computer.FileSystem.WriteAllText Pin
Manas Bhardwaj27-Aug-08 1:39
professionalManas Bhardwaj27-Aug-08 1:39 
GeneralRe: Problem With my.Computer.FileSystem.WriteAllText Pin
Ramana Nori27-Aug-08 1:40
Ramana Nori27-Aug-08 1:40 
AnswerRe: Problem With my.Computer.FileSystem.WriteAllText Pin
Dave Kreskowiak27-Aug-08 2:16
mveDave Kreskowiak27-Aug-08 2:16 
QuestionAuto Hide Task Bar Pin
rajesh_ncc26-Aug-08 22:35
rajesh_ncc26-Aug-08 22:35 
AnswerRe: Auto Hide Task Bar Pin
Zaegra27-Aug-08 1:37
Zaegra27-Aug-08 1:37 

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.