Archive
This commit is contained in:
commit
e76577d2df
34 changed files with 3875 additions and 0 deletions
BIN
SkypeBot/AxInterop.SKYPE4COMLib.dll
Executable file
BIN
SkypeBot/AxInterop.SKYPE4COMLib.dll
Executable file
Binary file not shown.
BIN
SkypeBot/Interop.SKYPE4COMLib.dll
Executable file
BIN
SkypeBot/Interop.SKYPE4COMLib.dll
Executable file
Binary file not shown.
20
SkypeBot/Skype.sln
Executable file
20
SkypeBot/Skype.sln
Executable file
|
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 2012
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Skype", "Skype\Skype.vbproj", "{83CA6842-28F8-41E0-A3B2-9BBA0861775E}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{83CA6842-28F8-41E0-A3B2-9BBA0861775E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{83CA6842-28F8-41E0-A3B2-9BBA0861775E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{83CA6842-28F8-41E0-A3B2-9BBA0861775E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{83CA6842-28F8-41E0-A3B2-9BBA0861775E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
BIN
SkypeBot/Skype.v11.suo
Executable file
BIN
SkypeBot/Skype.v11.suo
Executable file
Binary file not shown.
1
SkypeBot/Skype/ChatMessage.vb
Executable file
1
SkypeBot/Skype/ChatMessage.vb
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
364
SkypeBot/Skype/Form1.Designer.vb
generated
Executable file
364
SkypeBot/Skype/Form1.Designer.vb
generated
Executable file
|
|
@ -0,0 +1,364 @@
|
||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class SkypeMachine
|
||||||
|
Inherits System.Windows.Forms.Form
|
||||||
|
|
||||||
|
'Form overrides dispose to clean up the component list.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Required by the Windows Form Designer
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'NOTE: The following procedure is required by the Windows Form Designer
|
||||||
|
'It can be modified using the Windows Form Designer.
|
||||||
|
'Do not modify it using the code editor.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Me.components = New System.ComponentModel.Container()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SkypeMachine))
|
||||||
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||||||
|
Me.AxSkype1 = New AxSKYPE4COMLib.AxSkype()
|
||||||
|
Me.btnCall = New System.Windows.Forms.Button()
|
||||||
|
Me.btnMessage = New System.Windows.Forms.Button()
|
||||||
|
Me.btnSpam = New System.Windows.Forms.Button()
|
||||||
|
Me.BtnMsgAll = New System.Windows.Forms.Button()
|
||||||
|
Me.btnEndCall = New System.Windows.Forms.Button()
|
||||||
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||||||
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||||||
|
Me.btnStop = New System.Windows.Forms.Button()
|
||||||
|
Me.chkAutoClean = New System.Windows.Forms.CheckBox()
|
||||||
|
Me.btnStatusOnline = New System.Windows.Forms.Button()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.btnStatusStop = New System.Windows.Forms.Button()
|
||||||
|
Me.btnStatusSpam = New System.Windows.Forms.Button()
|
||||||
|
Me.btnStatusInvisible = New System.Windows.Forms.Button()
|
||||||
|
Me.btnStatusDoNotDsrb = New System.Windows.Forms.Button()
|
||||||
|
Me.btnStatusAway = New System.Windows.Forms.Button()
|
||||||
|
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
||||||
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||||||
|
Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.mnuHelpDeveloper = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
CType(Me.AxSkype1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.GroupBox1.SuspendLayout()
|
||||||
|
Me.MenuStrip1.SuspendLayout()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(50, 34)
|
||||||
|
Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(55, 13)
|
||||||
|
Me.Label1.TabIndex = 1
|
||||||
|
Me.Label1.Text = "Username"
|
||||||
|
'
|
||||||
|
'ComboBox1
|
||||||
|
'
|
||||||
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||||
|
Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
||||||
|
Me.ComboBox1.FormattingEnabled = True
|
||||||
|
Me.ComboBox1.Location = New System.Drawing.Point(110, 27)
|
||||||
|
Me.ComboBox1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.ComboBox1.Name = "ComboBox1"
|
||||||
|
Me.ComboBox1.Size = New System.Drawing.Size(280, 23)
|
||||||
|
Me.ComboBox1.TabIndex = 2
|
||||||
|
'
|
||||||
|
'AxSkype1
|
||||||
|
'
|
||||||
|
Me.AxSkype1.Enabled = True
|
||||||
|
Me.AxSkype1.Location = New System.Drawing.Point(-170, 234)
|
||||||
|
Me.AxSkype1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.AxSkype1.Name = "AxSkype1"
|
||||||
|
Me.AxSkype1.OcxState = CType(resources.GetObject("AxSkype1.OcxState"), System.Windows.Forms.AxHost.State)
|
||||||
|
Me.AxSkype1.Size = New System.Drawing.Size(192, 192)
|
||||||
|
Me.AxSkype1.TabIndex = 3
|
||||||
|
Me.AxSkype1.Visible = False
|
||||||
|
'
|
||||||
|
'btnCall
|
||||||
|
'
|
||||||
|
Me.btnCall.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
|
Me.btnCall.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!)
|
||||||
|
Me.btnCall.Location = New System.Drawing.Point(323, 208)
|
||||||
|
Me.btnCall.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.btnCall.Name = "btnCall"
|
||||||
|
Me.btnCall.Size = New System.Drawing.Size(67, 27)
|
||||||
|
Me.btnCall.TabIndex = 4
|
||||||
|
Me.btnCall.Text = "Call"
|
||||||
|
Me.btnCall.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnMessage
|
||||||
|
'
|
||||||
|
Me.btnMessage.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
|
Me.btnMessage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!)
|
||||||
|
Me.btnMessage.Location = New System.Drawing.Point(252, 208)
|
||||||
|
Me.btnMessage.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.btnMessage.Name = "btnMessage"
|
||||||
|
Me.btnMessage.Size = New System.Drawing.Size(67, 27)
|
||||||
|
Me.btnMessage.TabIndex = 5
|
||||||
|
Me.btnMessage.Text = "Message"
|
||||||
|
Me.btnMessage.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnSpam
|
||||||
|
'
|
||||||
|
Me.btnSpam.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!)
|
||||||
|
Me.btnSpam.Location = New System.Drawing.Point(181, 208)
|
||||||
|
Me.btnSpam.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.btnSpam.Name = "btnSpam"
|
||||||
|
Me.btnSpam.Size = New System.Drawing.Size(67, 27)
|
||||||
|
Me.btnSpam.TabIndex = 6
|
||||||
|
Me.btnSpam.Text = "Spam"
|
||||||
|
Me.btnSpam.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'BtnMsgAll
|
||||||
|
'
|
||||||
|
Me.BtnMsgAll.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!)
|
||||||
|
Me.BtnMsgAll.Location = New System.Drawing.Point(110, 208)
|
||||||
|
Me.BtnMsgAll.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.BtnMsgAll.Name = "BtnMsgAll"
|
||||||
|
Me.BtnMsgAll.Size = New System.Drawing.Size(67, 27)
|
||||||
|
Me.BtnMsgAll.TabIndex = 7
|
||||||
|
Me.BtnMsgAll.Text = "Msg All"
|
||||||
|
Me.BtnMsgAll.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnEndCall
|
||||||
|
'
|
||||||
|
Me.btnEndCall.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!)
|
||||||
|
Me.btnEndCall.Location = New System.Drawing.Point(323, 208)
|
||||||
|
Me.btnEndCall.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.btnEndCall.Name = "btnEndCall"
|
||||||
|
Me.btnEndCall.Size = New System.Drawing.Size(67, 27)
|
||||||
|
Me.btnEndCall.TabIndex = 8
|
||||||
|
Me.btnEndCall.Text = "End Call"
|
||||||
|
Me.btnEndCall.UseVisualStyleBackColor = True
|
||||||
|
Me.btnEndCall.Visible = False
|
||||||
|
'
|
||||||
|
'TextBox1
|
||||||
|
'
|
||||||
|
Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
||||||
|
Me.TextBox1.Location = New System.Drawing.Point(110, 56)
|
||||||
|
Me.TextBox1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.TextBox1.MaxLength = 255
|
||||||
|
Me.TextBox1.Multiline = True
|
||||||
|
Me.TextBox1.Name = "TextBox1"
|
||||||
|
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
||||||
|
Me.TextBox1.Size = New System.Drawing.Size(280, 129)
|
||||||
|
Me.TextBox1.TabIndex = 9
|
||||||
|
'
|
||||||
|
'Timer1
|
||||||
|
'
|
||||||
|
Me.Timer1.Interval = 250
|
||||||
|
'
|
||||||
|
'btnStop
|
||||||
|
'
|
||||||
|
Me.btnStop.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!)
|
||||||
|
Me.btnStop.Location = New System.Drawing.Point(181, 208)
|
||||||
|
Me.btnStop.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.btnStop.Name = "btnStop"
|
||||||
|
Me.btnStop.Size = New System.Drawing.Size(67, 27)
|
||||||
|
Me.btnStop.TabIndex = 10
|
||||||
|
Me.btnStop.Text = "Stop"
|
||||||
|
Me.btnStop.UseVisualStyleBackColor = True
|
||||||
|
Me.btnStop.Visible = False
|
||||||
|
'
|
||||||
|
'chkAutoClean
|
||||||
|
'
|
||||||
|
Me.chkAutoClean.AutoSize = True
|
||||||
|
Me.chkAutoClean.Checked = True
|
||||||
|
Me.chkAutoClean.CheckState = System.Windows.Forms.CheckState.Checked
|
||||||
|
Me.chkAutoClean.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.chkAutoClean.Location = New System.Drawing.Point(277, 188)
|
||||||
|
Me.chkAutoClean.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.chkAutoClean.Name = "chkAutoClean"
|
||||||
|
Me.chkAutoClean.Size = New System.Drawing.Size(117, 17)
|
||||||
|
Me.chkAutoClean.TabIndex = 11
|
||||||
|
Me.chkAutoClean.Text = "Automatically Clean"
|
||||||
|
Me.chkAutoClean.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnStatusOnline
|
||||||
|
'
|
||||||
|
Me.btnStatusOnline.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.btnStatusOnline.Location = New System.Drawing.Point(6, 19)
|
||||||
|
Me.btnStatusOnline.Name = "btnStatusOnline"
|
||||||
|
Me.btnStatusOnline.Size = New System.Drawing.Size(79, 22)
|
||||||
|
Me.btnStatusOnline.TabIndex = 12
|
||||||
|
Me.btnStatusOnline.Text = "Online"
|
||||||
|
Me.btnStatusOnline.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(55, 56)
|
||||||
|
Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(50, 13)
|
||||||
|
Me.Label2.TabIndex = 1
|
||||||
|
Me.Label2.Text = "Message"
|
||||||
|
'
|
||||||
|
'GroupBox1
|
||||||
|
'
|
||||||
|
Me.GroupBox1.Controls.Add(Me.btnStatusStop)
|
||||||
|
Me.GroupBox1.Controls.Add(Me.btnStatusSpam)
|
||||||
|
Me.GroupBox1.Controls.Add(Me.btnStatusInvisible)
|
||||||
|
Me.GroupBox1.Controls.Add(Me.btnStatusDoNotDsrb)
|
||||||
|
Me.GroupBox1.Controls.Add(Me.btnStatusAway)
|
||||||
|
Me.GroupBox1.Controls.Add(Me.btnStatusOnline)
|
||||||
|
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
||||||
|
Me.GroupBox1.Location = New System.Drawing.Point(14, 75)
|
||||||
|
Me.GroupBox1.Name = "GroupBox1"
|
||||||
|
Me.GroupBox1.Size = New System.Drawing.Size(91, 160)
|
||||||
|
Me.GroupBox1.TabIndex = 13
|
||||||
|
Me.GroupBox1.TabStop = False
|
||||||
|
Me.GroupBox1.Text = "Status"
|
||||||
|
'
|
||||||
|
'btnStatusStop
|
||||||
|
'
|
||||||
|
Me.btnStatusStop.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.btnStatusStop.Location = New System.Drawing.Point(6, 131)
|
||||||
|
Me.btnStatusStop.Name = "btnStatusStop"
|
||||||
|
Me.btnStatusStop.Size = New System.Drawing.Size(79, 22)
|
||||||
|
Me.btnStatusStop.TabIndex = 14
|
||||||
|
Me.btnStatusStop.Text = "Stop"
|
||||||
|
Me.btnStatusStop.UseVisualStyleBackColor = True
|
||||||
|
Me.btnStatusStop.Visible = False
|
||||||
|
'
|
||||||
|
'btnStatusSpam
|
||||||
|
'
|
||||||
|
Me.btnStatusSpam.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.btnStatusSpam.Location = New System.Drawing.Point(6, 131)
|
||||||
|
Me.btnStatusSpam.Name = "btnStatusSpam"
|
||||||
|
Me.btnStatusSpam.Size = New System.Drawing.Size(79, 22)
|
||||||
|
Me.btnStatusSpam.TabIndex = 13
|
||||||
|
Me.btnStatusSpam.Text = "Status Spam"
|
||||||
|
Me.btnStatusSpam.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnStatusInvisible
|
||||||
|
'
|
||||||
|
Me.btnStatusInvisible.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.btnStatusInvisible.Location = New System.Drawing.Point(6, 103)
|
||||||
|
Me.btnStatusInvisible.Name = "btnStatusInvisible"
|
||||||
|
Me.btnStatusInvisible.Size = New System.Drawing.Size(79, 22)
|
||||||
|
Me.btnStatusInvisible.TabIndex = 13
|
||||||
|
Me.btnStatusInvisible.Text = "Invisible"
|
||||||
|
Me.btnStatusInvisible.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnStatusDoNotDsrb
|
||||||
|
'
|
||||||
|
Me.btnStatusDoNotDsrb.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.btnStatusDoNotDsrb.Location = New System.Drawing.Point(6, 75)
|
||||||
|
Me.btnStatusDoNotDsrb.Name = "btnStatusDoNotDsrb"
|
||||||
|
Me.btnStatusDoNotDsrb.Size = New System.Drawing.Size(79, 22)
|
||||||
|
Me.btnStatusDoNotDsrb.TabIndex = 13
|
||||||
|
Me.btnStatusDoNotDsrb.Text = "Do Not Dsrb"
|
||||||
|
Me.btnStatusDoNotDsrb.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnStatusAway
|
||||||
|
'
|
||||||
|
Me.btnStatusAway.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||||
|
Me.btnStatusAway.Location = New System.Drawing.Point(6, 47)
|
||||||
|
Me.btnStatusAway.Name = "btnStatusAway"
|
||||||
|
Me.btnStatusAway.Size = New System.Drawing.Size(79, 22)
|
||||||
|
Me.btnStatusAway.TabIndex = 13
|
||||||
|
Me.btnStatusAway.Text = "Away"
|
||||||
|
Me.btnStatusAway.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'Timer2
|
||||||
|
'
|
||||||
|
Me.Timer2.Interval = 1500
|
||||||
|
'
|
||||||
|
'MenuStrip1
|
||||||
|
'
|
||||||
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelp})
|
||||||
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.MenuStrip1.Name = "MenuStrip1"
|
||||||
|
Me.MenuStrip1.Size = New System.Drawing.Size(401, 24)
|
||||||
|
Me.MenuStrip1.TabIndex = 14
|
||||||
|
Me.MenuStrip1.Text = "MenuStrip1"
|
||||||
|
'
|
||||||
|
'mnuHelp
|
||||||
|
'
|
||||||
|
Me.mnuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelpDeveloper})
|
||||||
|
Me.mnuHelp.Name = "mnuHelp"
|
||||||
|
Me.mnuHelp.Size = New System.Drawing.Size(44, 20)
|
||||||
|
Me.mnuHelp.Text = "Help"
|
||||||
|
'
|
||||||
|
'mnuHelpDeveloper
|
||||||
|
'
|
||||||
|
Me.mnuHelpDeveloper.Name = "mnuHelpDeveloper"
|
||||||
|
Me.mnuHelpDeveloper.Size = New System.Drawing.Size(127, 22)
|
||||||
|
Me.mnuHelpDeveloper.Text = "Developer"
|
||||||
|
'
|
||||||
|
'SkypeMachine
|
||||||
|
'
|
||||||
|
Me.AcceptButton = Me.btnMessage
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(401, 242)
|
||||||
|
Me.Controls.Add(Me.GroupBox1)
|
||||||
|
Me.Controls.Add(Me.chkAutoClean)
|
||||||
|
Me.Controls.Add(Me.btnStop)
|
||||||
|
Me.Controls.Add(Me.TextBox1)
|
||||||
|
Me.Controls.Add(Me.btnEndCall)
|
||||||
|
Me.Controls.Add(Me.BtnMsgAll)
|
||||||
|
Me.Controls.Add(Me.btnSpam)
|
||||||
|
Me.Controls.Add(Me.btnMessage)
|
||||||
|
Me.Controls.Add(Me.btnCall)
|
||||||
|
Me.Controls.Add(Me.AxSkype1)
|
||||||
|
Me.Controls.Add(Me.ComboBox1)
|
||||||
|
Me.Controls.Add(Me.Label2)
|
||||||
|
Me.Controls.Add(Me.Label1)
|
||||||
|
Me.Controls.Add(Me.MenuStrip1)
|
||||||
|
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.5!)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||||||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||||
|
Me.MainMenuStrip = Me.MenuStrip1
|
||||||
|
Me.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||||
|
Me.MaximizeBox = False
|
||||||
|
Me.Name = "SkypeMachine"
|
||||||
|
Me.Text = "Skype Machine"
|
||||||
|
CType(Me.AxSkype1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.GroupBox1.ResumeLayout(False)
|
||||||
|
Me.MenuStrip1.ResumeLayout(False)
|
||||||
|
Me.MenuStrip1.PerformLayout()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||||
|
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
|
||||||
|
Friend WithEvents AxSkype1 As AxSKYPE4COMLib.AxSkype
|
||||||
|
Friend WithEvents btnCall As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents btnMessage As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents btnSpam As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents BtnMsgAll As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents btnEndCall As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
||||||
|
Friend WithEvents Timer1 As System.Windows.Forms.Timer
|
||||||
|
Friend WithEvents btnStop As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents chkAutoClean As System.Windows.Forms.CheckBox
|
||||||
|
Friend WithEvents btnStatusOnline As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||||
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
||||||
|
Friend WithEvents btnStatusSpam As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents btnStatusInvisible As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents btnStatusDoNotDsrb As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents btnStatusAway As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents Timer2 As System.Windows.Forms.Timer
|
||||||
|
Friend WithEvents btnStatusStop As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
||||||
|
Friend WithEvents mnuHelp As System.Windows.Forms.ToolStripMenuItem
|
||||||
|
Friend WithEvents mnuHelpDeveloper As System.Windows.Forms.ToolStripMenuItem
|
||||||
|
|
||||||
|
End Class
|
||||||
2776
SkypeBot/Skype/Form1.resx
Executable file
2776
SkypeBot/Skype/Form1.resx
Executable file
File diff suppressed because it is too large
Load diff
139
SkypeBot/Skype/Form1.vb
Executable file
139
SkypeBot/Skype/Form1.vb
Executable file
|
|
@ -0,0 +1,139 @@
|
||||||
|
''Answering Machine
|
||||||
|
'Imports System.Net
|
||||||
|
'Imports SKYPE4COMLib
|
||||||
|
|
||||||
|
Public Class SkypeMachine
|
||||||
|
|
||||||
|
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
For Each u As SKYPE4COMLib.User In AxSkype1.Friends
|
||||||
|
ComboBox1.Items.Add(u.Handle)
|
||||||
|
Next
|
||||||
|
|
||||||
|
' 'Answering Machine
|
||||||
|
' If chkAutoAnswer.Checked = True Then
|
||||||
|
' Dim Skype = New SKYPE4COMLib.Skype
|
||||||
|
' Skype.Attach()
|
||||||
|
' AddHandler Skype.MessageStatus, AddressOf Skype_messagestatus
|
||||||
|
' End If
|
||||||
|
' End Sub
|
||||||
|
|
||||||
|
'Public Sub Skype_messagestatus(ByVal msg As ChatMessage, ByVal status As TChatMessageStatus)
|
||||||
|
' If status = TChatMessageStatus.cmsReceived Then
|
||||||
|
' msg.Chat.SendMessage(TextBox2.Text)
|
||||||
|
' End If
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnCall_Click(sender As Object, e As EventArgs) Handles btnCall.Click
|
||||||
|
Try
|
||||||
|
AxSkype1.PlaceCall(ComboBox1.Text)
|
||||||
|
btnCall.Visible = False
|
||||||
|
btnEndCall.Visible = True
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnEndCall_Click(sender As Object, e As EventArgs) Handles btnEndCall.Click
|
||||||
|
Try
|
||||||
|
AxSkype1.ActiveCalls.Item(1).Finish()
|
||||||
|
btnCall.Visible = True
|
||||||
|
btnEndCall.Visible = False
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnMessage_Click(sender As Object, e As EventArgs) Handles btnMessage.Click
|
||||||
|
Try
|
||||||
|
AxSkype1.SendMessage(ComboBox1.Text, TextBox1.Text)
|
||||||
|
If chkAutoClean.Checked = True Then : TextBox1.Text = "" : End If
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStop_Click(sender As Object, e As EventArgs) Handles btnStop.Click
|
||||||
|
Try
|
||||||
|
Timer1.Stop()
|
||||||
|
btnSpam.Visible = True
|
||||||
|
btnStop.Visible = False
|
||||||
|
btnCall.Enabled = True
|
||||||
|
btnMessage.Enabled = True
|
||||||
|
BtnMsgAll.Enabled = True
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnSpam_Click(sender As Object, e As EventArgs) Handles btnSpam.Click
|
||||||
|
Try
|
||||||
|
Timer1.Start()
|
||||||
|
btnSpam.Visible = False
|
||||||
|
btnStop.Visible = True
|
||||||
|
btnCall.Enabled = False
|
||||||
|
btnMessage.Enabled = False
|
||||||
|
BtnMsgAll.Enabled = False
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
|
||||||
|
Try
|
||||||
|
AxSkype1.SendMessage(ComboBox1.Text, TextBox1.Text)
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub BtnMsgAll_Click(sender As Object, e As EventArgs) Handles BtnMsgAll.Click
|
||||||
|
For Each u As SKYPE4COMLib.User In AxSkype1.Friends
|
||||||
|
Try
|
||||||
|
AxSkype1.SendMessage(u.Handle, TextBox1.Text)
|
||||||
|
Catch ex As Exception
|
||||||
|
|
||||||
|
End Try
|
||||||
|
Next
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStatusOnline_Click(sender As Object, e As EventArgs) Handles btnStatusOnline.Click
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusOnline)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStatusAway_Click(sender As Object, e As EventArgs) Handles btnStatusAway.Click
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusAway)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStatusDoNotDsrb_Click(sender As Object, e As EventArgs) Handles btnStatusDoNotDsrb.Click
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusDoNotDisturb)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStatusInvisible_Click(sender As Object, e As EventArgs) Handles btnStatusInvisible.Click
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusInvisible)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStatusSpam_Click(sender As Object, e As EventArgs) Handles btnStatusSpam.Click
|
||||||
|
Timer2.Start()
|
||||||
|
btnStatusSpam.Visible = False
|
||||||
|
btnStatusStop.Visible = True
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnStatusStop_Click(sender As Object, e As EventArgs) Handles btnStatusStop.Click
|
||||||
|
Timer2.Stop()
|
||||||
|
btnStatusSpam.Visible = True
|
||||||
|
btnStatusStop.Visible = False
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Timer2_Tick(sender As Object, e As EventArgs) Handles Timer2.Tick
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusOnline)
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusAway)
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusDoNotDisturb)
|
||||||
|
AxSkype1.ChangeUserStatus(SKYPE4COMLib.TUserStatus.cusInvisible)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub mnuHelpDeveloper_Click(sender As Object, e As EventArgs) Handles mnuHelpDeveloper.Click
|
||||||
|
MsgBox("Juyoung Lee 5/10/14")
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
38
SkypeBot/Skype/My Project/Application.Designer.vb
generated
Executable file
38
SkypeBot/Skype/My Project/Application.Designer.vb
generated
Executable file
|
|
@ -0,0 +1,38 @@
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' This code was generated by a tool.
|
||||||
|
' Runtime Version:4.0.30319.18444
|
||||||
|
'
|
||||||
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
' the code is regenerated.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||||
|
' or if you encounter build errors in this file, go to the Project Designer
|
||||||
|
' (go to Project Properties or double-click the My Project node in
|
||||||
|
' Solution Explorer), and make changes on the Application tab.
|
||||||
|
'
|
||||||
|
Partial Friend Class MyApplication
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Public Sub New()
|
||||||
|
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||||
|
Me.IsSingleInstance = false
|
||||||
|
Me.EnableVisualStyles = true
|
||||||
|
Me.SaveMySettingsOnExit = true
|
||||||
|
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
|
Me.MainForm = Global.SkypeMachine_Juyoung.SkypeMachine
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
10
SkypeBot/Skype/My Project/Application.myapp
Executable file
10
SkypeBot/Skype/My Project/Application.myapp
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-16"?>
|
||||||
|
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<MySubMain>true</MySubMain>
|
||||||
|
<MainForm>SkypeMachine</MainForm>
|
||||||
|
<SingleInstance>false</SingleInstance>
|
||||||
|
<ShutdownMode>0</ShutdownMode>
|
||||||
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||||||
|
<AuthenticationMode>0</AuthenticationMode>
|
||||||
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||||
|
</MyApplicationData>
|
||||||
35
SkypeBot/Skype/My Project/AssemblyInfo.vb
Executable file
35
SkypeBot/Skype/My Project/AssemblyInfo.vb
Executable file
|
|
@ -0,0 +1,35 @@
|
||||||
|
Imports System
|
||||||
|
Imports System.Reflection
|
||||||
|
Imports System.Runtime.InteropServices
|
||||||
|
|
||||||
|
' General Information about an assembly is controlled through the following
|
||||||
|
' set of attributes. Change these attribute values to modify the information
|
||||||
|
' associated with an assembly.
|
||||||
|
|
||||||
|
' Review the values of the assembly attributes
|
||||||
|
|
||||||
|
<Assembly: AssemblyTitle("Skype")>
|
||||||
|
<Assembly: AssemblyDescription("Skype Machine Using API")>
|
||||||
|
<Assembly: AssemblyCompany("Microsoft")>
|
||||||
|
<Assembly: AssemblyProduct("Skype")>
|
||||||
|
<Assembly: AssemblyCopyright("Copyright © Juyoung Lee 2014")>
|
||||||
|
<Assembly: AssemblyTrademark("")>
|
||||||
|
|
||||||
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
|
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
|
<Assembly: Guid("317316d2-793f-45c4-84e2-58a368a3a2b9")>
|
||||||
|
|
||||||
|
' Version information for an assembly consists of the following four values:
|
||||||
|
'
|
||||||
|
' Major Version
|
||||||
|
' Minor Version
|
||||||
|
' Build Number
|
||||||
|
' Revision
|
||||||
|
'
|
||||||
|
' You can specify all the values or you can default the Build and Revision Numbers
|
||||||
|
' by using the '*' as shown below:
|
||||||
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
|
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||||
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
63
SkypeBot/Skype/My Project/Resources.Designer.vb
generated
Executable file
63
SkypeBot/Skype/My Project/Resources.Designer.vb
generated
Executable file
|
|
@ -0,0 +1,63 @@
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' This code was generated by a tool.
|
||||||
|
' Runtime Version:4.0.30319.18444
|
||||||
|
'
|
||||||
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
' the code is regenerated.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System
|
||||||
|
|
||||||
|
Namespace My.Resources
|
||||||
|
|
||||||
|
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
'class via a tool like ResGen or Visual Studio.
|
||||||
|
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
'with the /str option, or rebuild your VS project.
|
||||||
|
'''<summary>
|
||||||
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
|
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||||
|
Friend Module Resources
|
||||||
|
|
||||||
|
Private resourceMan As Global.System.Resources.ResourceManager
|
||||||
|
|
||||||
|
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Returns the cached ResourceManager instance used by this class.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
|
Get
|
||||||
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||||
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("SkypeMachine_Juyoung.Resources", GetType(Resources).Assembly)
|
||||||
|
resourceMan = temp
|
||||||
|
End If
|
||||||
|
Return resourceMan
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Overrides the current thread's CurrentUICulture property for all
|
||||||
|
''' resource lookups using this strongly typed resource class.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
|
Get
|
||||||
|
Return resourceCulture
|
||||||
|
End Get
|
||||||
|
Set
|
||||||
|
resourceCulture = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
117
SkypeBot/Skype/My Project/Resources.resx
Executable file
117
SkypeBot/Skype/My Project/Resources.resx
Executable file
|
|
@ -0,0 +1,117 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
73
SkypeBot/Skype/My Project/Settings.Designer.vb
generated
Executable file
73
SkypeBot/Skype/My Project/Settings.Designer.vb
generated
Executable file
|
|
@ -0,0 +1,73 @@
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' This code was generated by a tool.
|
||||||
|
' Runtime Version:4.0.30319.18444
|
||||||
|
'
|
||||||
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
' the code is regenerated.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
|
||||||
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Partial Friend NotInheritable Class MySettings
|
||||||
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||||
|
|
||||||
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()), MySettings)
|
||||||
|
|
||||||
|
#Region "My.Settings Auto-Save Functionality"
|
||||||
|
#If _MyType = "WindowsForms" Then
|
||||||
|
Private Shared addedHandler As Boolean
|
||||||
|
|
||||||
|
Private Shared addedHandlerLockObject As New Object
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
||||||
|
If My.Application.SaveMySettingsOnExit Then
|
||||||
|
My.Settings.Save()
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
#End If
|
||||||
|
#End Region
|
||||||
|
|
||||||
|
Public Shared ReadOnly Property [Default]() As MySettings
|
||||||
|
Get
|
||||||
|
|
||||||
|
#If _MyType = "WindowsForms" Then
|
||||||
|
If Not addedHandler Then
|
||||||
|
SyncLock addedHandlerLockObject
|
||||||
|
If Not addedHandler Then
|
||||||
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||||
|
addedHandler = True
|
||||||
|
End If
|
||||||
|
End SyncLock
|
||||||
|
End If
|
||||||
|
#End If
|
||||||
|
Return defaultInstance
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||||
|
Friend Module MySettingsProperty
|
||||||
|
|
||||||
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||||
|
Friend ReadOnly Property Settings() As Global.SkypeMachine_Juyoung.My.MySettings
|
||||||
|
Get
|
||||||
|
Return Global.SkypeMachine_Juyoung.My.MySettings.Default
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
7
SkypeBot/Skype/My Project/Settings.settings
Executable file
7
SkypeBot/Skype/My Project/Settings.settings
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
||||||
1
SkypeBot/Skype/Skype.vb
Executable file
1
SkypeBot/Skype/Skype.vb
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
154
SkypeBot/Skype/Skype.vbproj
Executable file
154
SkypeBot/Skype/Skype.vbproj
Executable file
|
|
@ -0,0 +1,154 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProjectGuid>{83CA6842-28F8-41E0-A3B2-9BBA0861775E}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<StartupObject>SkypeMachine_Juyoung.My.MyApplication</StartupObject>
|
||||||
|
<RootNamespace>SkypeMachine_Juyoung</RootNamespace>
|
||||||
|
<AssemblyName>SkypeMachine_Juyoung</AssemblyName>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<MyType>WindowsForms</MyType>
|
||||||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<DefineDebug>true</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DocumentationFile>SkypeMachine_Juyoung.xml</DocumentationFile>
|
||||||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<DefineDebug>false</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DocumentationFile>SkypeMachine_Juyoung.xml</DocumentationFile>
|
||||||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionExplicit>On</OptionExplicit>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionCompare>Binary</OptionCompare>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionStrict>Off</OptionStrict>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionInfer>On</OptionInfer>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationIcon>skype_icon.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Deployment" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Import Include="Microsoft.VisualBasic" />
|
||||||
|
<Import Include="System" />
|
||||||
|
<Import Include="System.Collections" />
|
||||||
|
<Import Include="System.Collections.Generic" />
|
||||||
|
<Import Include="System.Data" />
|
||||||
|
<Import Include="System.Drawing" />
|
||||||
|
<Import Include="System.Diagnostics" />
|
||||||
|
<Import Include="System.Windows.Forms" />
|
||||||
|
<Import Include="System.Linq" />
|
||||||
|
<Import Include="System.Xml.Linq" />
|
||||||
|
<Import Include="System.Threading.Tasks" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="ChatMessage.vb" />
|
||||||
|
<Compile Include="Form1.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Form1.Designer.vb">
|
||||||
|
<DependentUpon>Form1.vb</DependentUpon>
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||||
|
<Compile Include="My Project\Application.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Application.myapp</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\Resources.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\Settings.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Skype.vb" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Form1.resx">
|
||||||
|
<DependentUpon>Form1.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="My Project\Resources.resx">
|
||||||
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||||
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="My Project\Application.myapp">
|
||||||
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<None Include="My Project\Settings.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<CustomToolNamespace>My</CustomToolNamespace>
|
||||||
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<None Include="App.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<COMReference Include="AxSKYPE4COMLib">
|
||||||
|
<Guid>{03282B5D-B38F-469D-849A-09B0A7F4881B}</Guid>
|
||||||
|
<VersionMajor>1</VersionMajor>
|
||||||
|
<VersionMinor>0</VersionMinor>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<WrapperTool>aximp</WrapperTool>
|
||||||
|
<Isolated>False</Isolated>
|
||||||
|
</COMReference>
|
||||||
|
<COMReference Include="SKYPE4COMLib">
|
||||||
|
<Guid>{03282B5D-B38F-469D-849A-09B0A7F4881B}</Guid>
|
||||||
|
<VersionMajor>1</VersionMajor>
|
||||||
|
<VersionMinor>0</VersionMinor>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<Isolated>False</Isolated>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</COMReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="skype_icon.ico" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
<Target Name="BeforeBuild">
|
||||||
|
</Target>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
</Target>
|
||||||
|
-->
|
||||||
|
</Project>
|
||||||
3
SkypeBot/Skype/Skype.vbproj.user
Executable file
3
SkypeBot/Skype/Skype.vbproj.user
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
</Project>
|
||||||
BIN
SkypeBot/Skype/bin/Debug/SkypeMachine_Juyoung.pdb
Executable file
BIN
SkypeBot/Skype/bin/Debug/SkypeMachine_Juyoung.pdb
Executable file
Binary file not shown.
24
SkypeBot/Skype/bin/Debug/SkypeMachine_Juyoung.xml
Executable file
24
SkypeBot/Skype/bin/Debug/SkypeMachine_Juyoung.xml
Executable file
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>
|
||||||
|
SkypeMachine_Juyoung
|
||||||
|
</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="P:SkypeMachine_Juyoung.My.Resources.Resources.ResourceManager">
|
||||||
|
<summary>
|
||||||
|
Returns the cached ResourceManager instance used by this class.
|
||||||
|
</summary>
|
||||||
|
</member><member name="P:SkypeMachine_Juyoung.My.Resources.Resources.Culture">
|
||||||
|
<summary>
|
||||||
|
Overrides the current thread's CurrentUICulture property for all
|
||||||
|
resource lookups using this strongly typed resource class.
|
||||||
|
</summary>
|
||||||
|
</member><member name="T:SkypeMachine_Juyoung.My.Resources.Resources">
|
||||||
|
<summary>
|
||||||
|
A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
SkypeBot/Skype/obj/Debug/AxInterop.SKYPE4COMLib.dll
Executable file
BIN
SkypeBot/Skype/obj/Debug/AxInterop.SKYPE4COMLib.dll
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Executable file
BIN
SkypeBot/Skype/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Executable file
BIN
SkypeBot/Skype/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/Interop.SKYPE4COMLib.dll
Executable file
BIN
SkypeBot/Skype/obj/Debug/Interop.SKYPE4COMLib.dll
Executable file
Binary file not shown.
25
SkypeBot/Skype/obj/Debug/Skype.vbproj.FileListAbsolute.txt
Executable file
25
SkypeBot/Skype/obj/Debug/Skype.vbproj.FileListAbsolute.txt
Executable file
|
|
@ -0,0 +1,25 @@
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\bin\Debug\Skype.exe.config
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\bin\Debug\Skype.exe
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\bin\Debug\Skype.pdb
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\bin\Debug\Skype.xml
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\obj\Debug\Skype.Form1.resources
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\obj\Debug\Skype.Resources.resources
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\obj\Debug\Skype.vbproj.GenerateResource.Cache
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\obj\Debug\Skype.exe
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\obj\Debug\Skype.xml
|
||||||
|
C:\Users\i\AppData\Local\Temporary Projects\Skype\obj\Debug\Skype.pdb
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\bin\Debug\Interop.SKYPE4COMLib.dll
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\bin\Debug\AxInterop.SKYPE4COMLib.dll
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\Interop.SKYPE4COMLib.dll
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\AxInterop.SKYPE4COMLib.dll
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\Skype.vbproj.ResolveComReference.cache
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\Skype.vbproj.GenerateResource.Cache
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\bin\Debug\SkypeMachine_Juyoung.exe.config
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\bin\Debug\SkypeMachine_Juyoung.exe
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\bin\Debug\SkypeMachine_Juyoung.pdb
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\bin\Debug\SkypeMachine_Juyoung.xml
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\SkypeMachine_Juyoung.SkypeMachine.resources
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\SkypeMachine_Juyoung.Resources.resources
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\SkypeMachine_Juyoung.exe
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\SkypeMachine_Juyoung.xml
|
||||||
|
C:\Users\i\Desktop\Skype\Skype\obj\Debug\SkypeMachine_Juyoung.pdb
|
||||||
BIN
SkypeBot/Skype/obj/Debug/Skype.vbproj.GenerateResource.Cache
Executable file
BIN
SkypeBot/Skype/obj/Debug/Skype.vbproj.GenerateResource.Cache
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/Skype.vbproj.ResolveComReference.cache
Executable file
BIN
SkypeBot/Skype/obj/Debug/Skype.vbproj.ResolveComReference.cache
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.Resources.resources
Executable file
BIN
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.Resources.resources
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.SkypeMachine.resources
Executable file
BIN
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.SkypeMachine.resources
Executable file
Binary file not shown.
BIN
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.pdb
Executable file
BIN
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.pdb
Executable file
Binary file not shown.
24
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.xml
Executable file
24
SkypeBot/Skype/obj/Debug/SkypeMachine_Juyoung.xml
Executable file
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>
|
||||||
|
SkypeMachine_Juyoung
|
||||||
|
</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="P:SkypeMachine_Juyoung.My.Resources.Resources.ResourceManager">
|
||||||
|
<summary>
|
||||||
|
Returns the cached ResourceManager instance used by this class.
|
||||||
|
</summary>
|
||||||
|
</member><member name="P:SkypeMachine_Juyoung.My.Resources.Resources.Culture">
|
||||||
|
<summary>
|
||||||
|
Overrides the current thread's CurrentUICulture property for all
|
||||||
|
resource lookups using this strongly typed resource class.
|
||||||
|
</summary>
|
||||||
|
</member><member name="T:SkypeMachine_Juyoung.My.Resources.Resources">
|
||||||
|
<summary>
|
||||||
|
A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
SkypeBot/Skype/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
Executable file
BIN
SkypeBot/Skype/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
Executable file
Binary file not shown.
BIN
SkypeBot/SkypeBot_Juyoung.exe
Executable file
BIN
SkypeBot/SkypeBot_Juyoung.exe
Executable file
Binary file not shown.
1
SkypeBot/references.txt
Executable file
1
SkypeBot/references.txt
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
https://www.youtube.com/watch?v=lCRcknSOcWE&list=PLHof64ylPY-JlkFlZVU4_3C6oWHCq6TmB&index=1
|
||||||
Reference in a new issue