Click here to Skip to main content
15,909,051 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionErr when add record into database Pin
Mekong River22-Aug-07 15:13
Mekong River22-Aug-07 15:13 
AnswerRe: Err when add record into database Pin
Christian Graus22-Aug-07 16:41
protectorChristian Graus22-Aug-07 16:41 
GeneralRe: Err when add record into database Pin
Mekong River22-Aug-07 16:47
Mekong River22-Aug-07 16:47 
QuestionRe: Err when add record into database Pin
Vimalsoft(Pty) Ltd22-Aug-07 23:28
professionalVimalsoft(Pty) Ltd22-Aug-07 23:28 
AnswerRe: Err when add record into database Pin
Mekong River22-Aug-07 23:57
Mekong River22-Aug-07 23:57 
GeneralRe: Err when add record into database Pin
Vimalsoft(Pty) Ltd23-Aug-07 0:15
professionalVimalsoft(Pty) Ltd23-Aug-07 0:15 
GeneralRe: Err when add record into database Pin
Dave Kreskowiak23-Aug-07 3:14
mveDave Kreskowiak23-Aug-07 3:14 
QuestionDelegates [modified] Pin
ASPnoob22-Aug-07 13:02
ASPnoob22-Aug-07 13:02 
Would someone please explain the concept of Delegates in a way that is a little easier to understand. The following is what I have seen in a tutorial on Delegates.
'This is how we declare a Delegate in a form class
Private Delegate Sub MyDelSub()

'Then we use the Delegate by simply declaring a variable of the Delegate and assigning the sub or function to run when called. First the sub to be called:

Private Sub WriteToDebug()
    Debug.WriteLine( "Delegate Wrote To Debug Window" )
End Sub

What I don't understand is the line Private Delegate Sub MyDelSub(). Would you please explain that line a little bit? Is the word Delegate a key word in VB.NET like the words String, Function etc.? Also what is MyDelSub()? What I'd like to know in more detail are when and how to use Delegates, thank you in advance for your help.






-- modified at 20:15 Wednesday 22nd August, 2007
AnswerRe: Delegates Pin
Christian Graus22-Aug-07 15:52
protectorChristian Graus22-Aug-07 15:52 
QuestionHighlighting text in a webbrowser control Pin
Ahmad Zaidi22-Aug-07 11:09
Ahmad Zaidi22-Aug-07 11:09 
AnswerRe: Highlighting text in a webbrowser control Pin
nlarson1122-Aug-07 11:28
nlarson1122-Aug-07 11:28 
QuestionMost Efficient Data Control Pin
errorfunktion22-Aug-07 8:59
errorfunktion22-Aug-07 8:59 
AnswerRe: Most Efficient Data Control Pin
Luc Pattyn22-Aug-07 14:10
sitebuilderLuc Pattyn22-Aug-07 14:10 
GeneralRe: Most Efficient Data Control Pin
errorfunktion22-Aug-07 18:13
errorfunktion22-Aug-07 18:13 
GeneralRe: Most Efficient Data Control Pin
Dave Kreskowiak23-Aug-07 3:10
mveDave Kreskowiak23-Aug-07 3:10 
QuestionDataGrid Record Loop. Pin
Smokeywade22-Aug-07 8:27
Smokeywade22-Aug-07 8:27 
AnswerRe: DataGrid Record Loop. Pin
jchigg200022-Aug-07 9:00
jchigg200022-Aug-07 9:00 
GeneralRe: DataGrid Record Loop. Pin
Smokeywade22-Aug-07 9:49
Smokeywade22-Aug-07 9:49 
GeneralRe: DataGrid Record Loop. Pin
jchigg200022-Aug-07 10:14
jchigg200022-Aug-07 10:14 
GeneralRe: DataGrid Record Loop. Pin
Smokeywade22-Aug-07 10:38
Smokeywade22-Aug-07 10:38 
GeneralRe: DataGrid Record Loop. Pin
Johan Hakkesteegt23-Aug-07 2:06
Johan Hakkesteegt23-Aug-07 2:06 
GeneralRe: DataGrid Record Loop. Pin
Smokeywade23-Aug-07 4:10
Smokeywade23-Aug-07 4:10 
QuestionRe: DataGrid Record Loop. Pin
Smokeywade23-Aug-07 10:00
Smokeywade23-Aug-07 10:00 
AnswerRe: DataGrid Record Loop. Pin
Johan Hakkesteegt28-Aug-07 21:35
Johan Hakkesteegt28-Aug-07 21:35 
QuestionCross-thread operation not valid. Please plz Help Pin
TechPrince22-Aug-07 8:07
TechPrince22-Aug-07 8:07 

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.