Posts

To Delete or Uninstall Default messaging app on android (Without Root)

Image
I have seen So many peoples searching about, how to uninstall Default Messaging app on android phone. Iam going to show you how to do this ( without root ). Further you can replace your Default app with any messaging app. The package name for Default messaging app is com.android.mms Personally I like  Google Messages  links to app can be found below : playstore : https://play.google.com/store/apps/details?id=com.google.android.apps.messaging&hl=en_IN *If Your phone doesnot support support playstore version then try link below to get previous version compitable with your android version or architecture. www.apkmirror.com :  https://www.apkmirror.com/apk/google-inc/messenger-google-inc/ So lets get started. 1. First of all download the official fastboot-adb drivers. from here :  https://dl.google.com/android/repository/platform-tools-latest-windows.zip For vivo users :  Download 2. Extract zip using winrar to specific folder. You can see in  picture

Send message on Pc's connected to same network eg (N-computing, Direct Server-client connection)

Image
To send a message to terminal pc connected to same network :- This type of messages can be exchanged over Pc's( Clients ) which are connected to the same computer( Server ) consisting of all user accounts with active terminal( Client Pc's ) Example :- If you have 5 Pc's connected to the main server PC through N-compting system, then you can list all the 5 PC's ( i.e. 4 Pc's and  1 your own terminal ).  1 .Press Ctrl+ Alt + Delete you will get task manager screen as shown below. Now click on the Users  ( last tab ) You will get the same screen as it is given below. Here you will find the list of all the connected terminal( Client Pc's ) and administrator( Server pc ). 2.Selec t the Pc or terminal you want to send message and right click on it. (see below) Caution:- find the username of the terminal pc correctly for which you are going to send the message , else you will send it to wrong person in the network.

VBScript To show a message box

Image
To show a Message box/Dialogue box :- 1.OPEN NOTEPAD 2.COPY THE CODE GIVEN BELOW:-  -------------------------------------------------------------------------------------------------      x=MsgBox("Enter your message",0,"Title of msg box")  ------------------------------------------------------------------------------------------------- *Note : Here ,0, is the argument THE BUTTONS ARGUMENT SETTINGS ARE: Constants Value Discription vbOkOnly 0 Display Ok button only vbOkCancel 1 Display OK and Cancel buttons vbAbortRetryIgnore 2 Display Abort, Retry and Ignore buttons vbYesNoCancel 3 Display Yes, No and Cancel buttons vbYesNo 4 Display Yes and No buttons vbRetryCancel 5 Display Retry and Cancel Buttons vbCritical 16 Display critical message icon vbQuestion 32 Display Warning