VB.net
-
Can we create a message box inside the Label?... and the msgbox contains a link that will use to pop up another form.?.. this program is using a VB.Net... Hermaine
What are you trying to do? Click on a Label and pop up a message box? Click on the link inside the message pop up another form? Wow.
-
Can we create a message box inside the Label?... and the msgbox contains a link that will use to pop up another form.?.. this program is using a VB.Net... Hermaine
-
What are you trying to do? Click on a Label and pop up a message box? Click on the link inside the message pop up another form? Wow.
-
Hermaine wrote:
Can we create a message box inside the Label?
That message does not make much sense. A message box / alert is shown on top of the form / web page. A non-modal message box could go behind the application confusing the user.
-
OK.. thanks Sir.. but how about making an event calendar then if the user will point it's cursor on the date within a month there will be a message that shows all of the events of that date. is this possible using a VB.NET application Sir?
-
Can we create a message box inside the Label?... and the msgbox contains a link that will use to pop up another form.?.. this program is using a VB.Net... Hermaine
Hi, See the following article: Event Calendar [ ASP.NET 2.0 / C# ][^]
Happy Coding... :)