Hello everybody,
In response to an article, 7 years old, I now have this question..
Previously, in my projects, I used a standard form with
a text, (for example: "price adjusted by reinier").
The form then closed again by a timer.
Incredibly annoying.
Now I recently saw an article that makes it possible to
send a notify to the user, the same notify when you
receive an email. (thank you Isladogs!!!!!!!!!!!)
This is already a huge improvement, especially because the user
can continue working, without having to wait until the notification
is gone. So it works like a stream.
The only disadvantage is that there is still sound,
and still is annoying.
--
I actually have 2 questions:
1) Is it possible to adjust the notification with code (API calls)
so that there is no sound.
2) How do you people handle that, if you want to sent info to the user?
(maybe sending info in the menubar, on the bottom????)
(maybe with an .dll made in VB.NET???)
In the attachment I send the notification, which I have stripped down as much as possible,
I have marked the stripped down code as text (green).
In response to an article, 7 years old, I now have this question..
Previously, in my projects, I used a standard form with
a text, (for example: "price adjusted by reinier").
The form then closed again by a timer.
Incredibly annoying.
Now I recently saw an article that makes it possible to
send a notify to the user, the same notify when you
receive an email. (thank you Isladogs!!!!!!!!!!!)
This is already a huge improvement, especially because the user
can continue working, without having to wait until the notification
is gone. So it works like a stream.
The only disadvantage is that there is still sound,
and still is annoying.
--
I actually have 2 questions:
1) Is it possible to adjust the notification with code (API calls)
so that there is no sound.
2) How do you people handle that, if you want to sent info to the user?
(maybe sending info in the menubar, on the bottom????)
(maybe with an .dll made in VB.NET???)
In the attachment I send the notification, which I have stripped down as much as possible,
I have marked the stripped down code as text (green).