MSN keeps signing out? Shut down Windows Live Messenger. Click Start Click Run Enter: %appdata%\microsoft Click OK. Then right click the MSN Messenger folders, choose Delete, and then confirm the operation.
ATA linksys SPA-3102 configuring landline access dialplan
To Configure Linksys Spa-3102 to be able to use land line beside the voip line go to Line 1 in advanced mode in dial plan type this code: (<#9,:>xx.<:@gw0>|xx.) thats example to switch between voip line and landline the access here is #9.
Change Language for Windows 7 Premium & Professional
Installing new language step by step 1. Run Vistalizator, allow UAC prompt if requested (it is enabled by default). 2. Press Add languages and open language pack(s): MUI (*.exe, *.cab) or LIP (*.mlc). 3. Wait for the language pack to be loaded, its integrity will be verified as well. 4. You may optionally change the
(More)…
Only Numeric entry in Textbox Vb.net
Here is a fairly straight-forward way to restrict your textbox to allow only numbers, $, and commas: Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress Dim allowedChars As String = “0123456789$,” If allowedChars.IndexOf(e.KeyChar) = -1 Then ‘ Invalid Character e.Handled = True End If End Sub
Prevent Deleting Cookies in IE
This policy setting is used to prevent users from deleting cookies. This feature is available in the Delete Browsing History dialog box. If you enable this policy setting, cookies will be preserved when the user clicks Delete. If you disable this policy setting, cookies will be deleted when the user clicks Delete. If you do
(More)…





No Comments » 