Click here to Skip to main content
15,892,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Drag and drop program start Pin
bendbock26-Apr-07 10:20
bendbock26-Apr-07 10:20 
GeneralRe: Drag and drop program start Pin
Colin Angus Mackay26-Apr-07 11:31
Colin Angus Mackay26-Apr-07 11:31 
GeneralRe: Drag and drop program start Pin
bendbock26-Apr-07 13:00
bendbock26-Apr-07 13:00 
GeneralRe: Drag and drop program start Pin
Colin Angus Mackay26-Apr-07 14:07
Colin Angus Mackay26-Apr-07 14:07 
GeneralRe: Drag and drop program start Pin
bendbock26-Apr-07 15:37
bendbock26-Apr-07 15:37 
Questionabout generic(Change Code From C#) Pin
Bruse_8225-Apr-07 15:31
Bruse_8225-Apr-07 15:31 
AnswerRe: about generic(Change Code From C#) Pin
Christian Graus26-Apr-07 0:04
protectorChristian Graus26-Apr-07 0:04 
AnswerRe: about generic(Change Code From C#) Pin
Dave Doknjas26-Apr-07 11:54
Dave Doknjas26-Apr-07 11:54 
(via Instant VB):

Public Class MyList(Of T)
Implements IEnumerable(Of T)
Public Function GetEnumerator() As IEnumerator(Of T) Implements IEnumerable(Of T).GetEnumerator
'DoSomething1;
End Function

Private Function IEnumerable_GetEnumerator() As System.Collections.IEnumerator Implements System.Collections.IEnumerable.GetEnumerator
'DoSomething2;
End Function
End Class


David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter, VB to C++ converter
Instant Python: C# to Python converter, VB to Python converter

QuestionCreating an update patch Pin
steve_rm25-Apr-07 13:56
steve_rm25-Apr-07 13:56 
AnswerRe: Creating an update patch Pin
Christian Graus25-Apr-07 14:45
protectorChristian Graus25-Apr-07 14:45 
QuestionUser Font Pin
Anybloodyid25-Apr-07 10:20
Anybloodyid25-Apr-07 10:20 
AnswerRe: User Font Pin
Dave Kreskowiak26-Apr-07 4:35
mveDave Kreskowiak26-Apr-07 4:35 
QuestionRe: User Font Pin
Anybloodyid26-Apr-07 6:38
Anybloodyid26-Apr-07 6:38 
AnswerRe: User Font Pin
Dave Kreskowiak26-Apr-07 14:13
mveDave Kreskowiak26-Apr-07 14:13 
AnswerRe: User Font Pin
ummoops26-Apr-07 5:34
ummoops26-Apr-07 5:34 
QuestionPrinting documents Pin
steve_rm25-Apr-07 7:06
steve_rm25-Apr-07 7:06 
AnswerRe: Printing documents Pin
kubben25-Apr-07 9:08
kubben25-Apr-07 9:08 
GeneralRe: Printing documents Pin
steve_rm25-Apr-07 22:21
steve_rm25-Apr-07 22:21 
GeneralRe: Printing documents Pin
kubben26-Apr-07 2:03
kubben26-Apr-07 2:03 
QuestionAdding image in a combobox in a datagrid with text Pin
ParagGupta25-Apr-07 6:24
ParagGupta25-Apr-07 6:24 
QuestionDynamic Data Exchange(DDE) Pin
jds120725-Apr-07 4:38
jds120725-Apr-07 4:38 
QuestionVB6 / Win 2oo3 SP2 Issue Pin
Narfix25-Apr-07 3:52
professionalNarfix25-Apr-07 3:52 
AnswerRe: VB6 / Win 2oo3 SP2 Issue Pin
nlarson1125-Apr-07 7:51
nlarson1125-Apr-07 7:51 
GeneralRe: VB6 / Win 2oo3 SP2 Issue Pin
Narfix25-Apr-07 20:38
professionalNarfix25-Apr-07 20:38 
GeneralRe: VB6 / Win 2oo3 SP2 Issue Pin
Narfix25-Apr-07 21:51
professionalNarfix25-Apr-07 21:51 

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.