Click here to Skip to main content
16,012,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid22-Sep-11 3:11
kamakazy_kid22-Sep-11 3:11 
QuestionHow can i make movable Buttons? Pin
Enver Hoxha16-Sep-11 3:46
Enver Hoxha16-Sep-11 3:46 
AnswerRe: How can i make movable Buttons? Pin
MicroVirus16-Sep-11 4:49
MicroVirus16-Sep-11 4:49 
GeneralRe: How can i make movable Buttons? Pin
Lek Plepi18-Sep-11 20:54
Lek Plepi18-Sep-11 20:54 
QuestionSave Flexgrid Data in Acess Pin
Lek Plepi16-Sep-11 3:32
Lek Plepi16-Sep-11 3:32 
AnswerRe: Save Flexgrid Data in Acess Pin
Pradeep Shukla16-Sep-11 4:58
professionalPradeep Shukla16-Sep-11 4:58 
GeneralRe: Save Flexgrid Data in Acess Pin
Lek Plepi18-Sep-11 20:53
Lek Plepi18-Sep-11 20:53 
QuestionWhat's wrong with my extension method? Pin
Sonhospa16-Sep-11 2:31
Sonhospa16-Sep-11 2:31 
Hello everybody,

I want to extend the Trace method in order to write to different target files using the 'Trace.Writeline' command.
Imports System.Runtime.CompilerServices

Module mdlTraceListenerExtensions
    <Extension()> _
    Public Sub WriteLine(ByVal tr As Trace, ByVal LogType As Integer, ByVal message As String)
        If Not tr Is Nothing Then (Do-what-has-to-be-done)
    End Sub
End Module
Everything compiles without errors, but the new overload doesn't show up in intellisense. Could someone pls. tell me where I'm going wrong?

Thanks,
Mick
AnswerRe: What's wrong with my extension method? Pin
ekolis16-Sep-11 3:28
ekolis16-Sep-11 3:28 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:32
Sonhospa17-Sep-11 4:32 
AnswerRe: What's wrong with my extension method? Pin
Wayne Gaylard16-Sep-11 3:31
professionalWayne Gaylard16-Sep-11 3:31 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:34
Sonhospa17-Sep-11 4:34 
AnswerRe: What's wrong with my extension method? Pin
Simon_Whale16-Sep-11 3:32
Simon_Whale16-Sep-11 3:32 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:35
Sonhospa17-Sep-11 4:35 
AnswerRe: What's wrong with my extension method? Pin
Luc Pattyn17-Sep-11 5:42
sitebuilderLuc Pattyn17-Sep-11 5:42 
QuestionHow can i get the Calling Number from MS Lync Pin
Michael Lisk16-Sep-11 0:37
Michael Lisk16-Sep-11 0:37 
AnswerRe: How can i get the Calling Number from MS Lync Pin
Simon_Whale16-Sep-11 0:53
Simon_Whale16-Sep-11 0:53 
QuestionDeskBand Objects - VB.NET Pin
Member 812506915-Sep-11 7:18
Member 812506915-Sep-11 7:18 
AnswerRe: DeskBand Objects - VB.NET Pin
Simon_Whale16-Sep-11 0:49
Simon_Whale16-Sep-11 0:49 
QuestionHow to connect vb .net data grid view to a ms access database files Pin
Member 824005315-Sep-11 3:58
Member 824005315-Sep-11 3:58 
AnswerRe: How to connect vb .net data grid view to a ms access database files Pin
Luc Pattyn15-Sep-11 6:23
sitebuilderLuc Pattyn15-Sep-11 6:23 
GeneralRe: How to connect vb .net data grid view to a ms access database files Pin
Manar.A21-Sep-11 6:01
Manar.A21-Sep-11 6:01 
GeneralRe: How to connect vb .net data grid view to a ms access database files Pin
Luc Pattyn21-Sep-11 6:15
sitebuilderLuc Pattyn21-Sep-11 6:15 
QuestionLeft$, Right$, Trim$, "$" Advice. Pin
Clark Kent12314-Sep-11 11:00
professionalClark Kent12314-Sep-11 11:00 
AnswerRe: Left$, Right$, Trim$, "$" Advice. Pin
Dave Doknjas14-Sep-11 11:49
Dave Doknjas14-Sep-11 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.