HOME > .NET Framework > Forum > msgbox error ค่ะ ฟ้อง error แบบนี้ค่ะ Showing a modal dialog box or when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly
msgbox error ค่ะ ฟ้อง error แบบนี้ค่ะ Showing a modal dialog box or when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly
ฟ้อง error แบบนี้ค่ะ
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
คือพอดีโปรแกรมที่เขียนใช้ .net 3.5 แต่ server ที่เอาขึ้นไปใช้จริงเป็น .net 2.0 ค่ะ
เลยอยากทราบวิธีที่จะทำให้สามารถรัน msgbox ใน .net 2.0 ได้โดยที่ไม่ต้องแก้ไขโค๊ตอะค่ะ เพราะมันใช้งานเยอะมากๆเลยค่ะ มีวิธีไหนบ้างคะ
เขียนคำสั่ง msgbox("คำเตือน!") ไว้แบบนี้ค่ะ
MsgBox("คำเตือน!") is mainly used for a windows desktop application. If you
want to show a pop up message on a web application you can use a Javascript
function.