Click here to Skip to main content
15,887,985 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Search By Stored Procedure Pin
khalid477526-Nov-16 6:32
khalid477526-Nov-16 6:32 
GeneralRe: Search By Stored Procedure Pin
Gerry Schmitz26-Nov-16 8:06
mveGerry Schmitz26-Nov-16 8:06 
QuestionFail to send email using website in C# Pin
Member 906313821-Nov-16 22:03
Member 906313821-Nov-16 22:03 
AnswerRe: Fail to send email using website in C# Pin
Afzaal Ahmad Zeeshan21-Nov-16 23:43
professionalAfzaal Ahmad Zeeshan21-Nov-16 23:43 
AnswerRe: Fail to send email using website in C# Pin
Gerry Schmitz22-Nov-16 5:13
mveGerry Schmitz22-Nov-16 5:13 
GeneralRe: Fail to send email using website in C# Pin
Member 906313822-Nov-16 10:02
Member 906313822-Nov-16 10:02 
GeneralRe: Fail to send email using website in C# Pin
Gerry Schmitz22-Nov-16 10:29
mveGerry Schmitz22-Nov-16 10:29 
QuestionVB.NET Skype commercial call recording PLEASE =( Pin
Member 1280941219-Nov-16 2:27
Member 1280941219-Nov-16 2:27 
Please help me build VB.NET Skype commercial Calls recording.
I Don't know much about SKYPE4COMLib




VB.NET
Imports SKYPE4COMLib
Public Class Form1
    Public WithEvents skype As New SKYPE4COMLib.Skype
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        'check if the skype client is running
        If Not skype.Client.IsRunning Then
            skype.Client.Start()
        End If

    End Sub

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Try
            skype.Attach()
            MessageBox.Show("Succesfully Connected!", "Connected", MessageBoxButtons.OK, MessageBoxIcon.Information)
            Label4.Text = ("Connected!")
            Label2.Text = ("Welcome: " + skype.CurrentUserProfile.FullName)
        Catch ex As Exception
            MessageBox.Show("Unable to connect", "Connected", MessageBoxButtons.OK, MessageBoxIcon.Information)
            Label4.Text = ("Disconnected")
            Label2.Text = "Welcome: Unknown"




        End Try



    End Sub

    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click

    End Sub

End Class

AnswerRe: VB.NET Skype commercial call recording PLEASE =( Pin
Dave Kreskowiak19-Nov-16 4:10
mveDave Kreskowiak19-Nov-16 4:10 
GeneralRe: VB.NET Skype commercial call recording PLEASE =( Pin
Member 1280941219-Nov-16 23:13
Member 1280941219-Nov-16 23:13 
GeneralRe: VB.NET Skype commercial call recording PLEASE =( Pin
Dave Kreskowiak20-Nov-16 9:23
mveDave Kreskowiak20-Nov-16 9:23 
GeneralRe: VB.NET Skype commercial call recording PLEASE =( Pin
Member 1280941219-Nov-16 23:18
Member 1280941219-Nov-16 23:18 
AnswerRe: VB.NET Skype commercial call recording PLEASE =( Pin
Richard MacCutchan19-Nov-16 4:52
mveRichard MacCutchan19-Nov-16 4:52 
GeneralRe: VB.NET Skype commercial call recording PLEASE =( Pin
Member 1280941219-Nov-16 23:14
Member 1280941219-Nov-16 23:14 
GeneralRe: VB.NET Skype commercial call recording PLEASE =( Pin
Patrice T20-Nov-16 0:33
mvePatrice T20-Nov-16 0:33 
GeneralRe: VB.NET Skype commercial call recording PLEASE =( Pin
Richard MacCutchan20-Nov-16 6:59
mveRichard MacCutchan20-Nov-16 6:59 
QuestionRe: VB.NET Skype commercial call recording PLEASE =( Pin
Gerry Schmitz20-Nov-16 5:46
mveGerry Schmitz20-Nov-16 5:46 
QuestionLooking for friends Pin
The Term Papers16-Nov-16 23:26
professionalThe Term Papers16-Nov-16 23:26 
AnswerRe: Looking for friends PinPopular
ZurdoDev17-Nov-16 1:10
professionalZurdoDev17-Nov-16 1:10 
AnswerRe: Looking for friends Pin
Patrice T20-Nov-16 1:37
mvePatrice T20-Nov-16 1:37 
QuestionCOM Interop and release Pin
Midi_Mick6-Nov-16 23:50
professionalMidi_Mick6-Nov-16 23:50 
QuestionRe: COM Interop and release - Code sample Pin
Midi_Mick7-Nov-16 1:49
professionalMidi_Mick7-Nov-16 1:49 
QuestionVS2008 strange no symbols are loaded message Pin
Andrew__26-Oct-16 0:17
Andrew__26-Oct-16 0:17 
AnswerRe: VS2008 strange no symbols are loaded message Pin
Jochen Arndt26-Oct-16 3:13
professionalJochen Arndt26-Oct-16 3:13 
SuggestionWriting unicode characters to an ASCII INI File (yes, you can!) Pin
Cees Verburg24-Oct-16 1:44
Cees Verburg24-Oct-16 1:44 

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.