|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
popup how....
hi
sure many of u know the solution.... my application wants the perticular user sitting infront of his machine to be poped up with a message informaing about whether his leave has been granted or not....VB6 is used to develop the application any input guys...sample code would be great as i am running out of time... thanks sats |
|
#2
|
|||
|
|||
|
That's simple. Use the following code:
MsgBox "Text goes here" Alternatively, you can use the following trick to see what button the user clicks on once the window pops up. Simply set the msgbox equal to a variable, and then get the value of the variable: myResult = MsgBox "Text goes here" Hope that helps! ![]() |
|
#3
|
|||
|
|||
|
i think u got it wrong
hi friend
my problem was a data base will be updated by a machine in the network of 10 machine and this should be intimated to a user sitting on a perticular machine and the messge box should popup only in his machine and not anywhere else in the network....i hope i am clear this time... thanks again |
|
#4
|
|||
|
|||
|
Hi Gurudev,
You can do one thing, you can cleate a small VB application in which the form will always be hidden. Also, Put a Timer on That form, with interval of which set to 5000(For 5 mins.). and in this timer's event, you can run a SQL Query which will check the network database for any such leave approval and if available, it will display a popup window or a message box. Last edited by himanshus16 : April 30th, 2003 at 06:33 AM. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > popup how.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|