teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

D)自社デスクトップアプリのソースコード、Event_Callのステータスコード返却部を追記しました。

2019/11/05 05:47

投稿

KZK1112
KZK1112

スコア8

title CHANGED
File without changes
body CHANGED
@@ -93,6 +93,7 @@
93
93
  Private Function Event_Call(ByVal requestMsg As SocketRequestMsg)
94
94
  '画面表示
95
95
  Invoke(New showfrmDelegate(AddressOf showfrm))
96
+ return "200"
96
97
  End Funcion
97
98
 
98
99
  Delegate Sub showfrmDelegate()