formats

MSN Keeps Signing out

Published on January 5th, 2012 by in Internet

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.

 
formats

ATA linksys SPA-3102 configuring landline access dialplan

Published on November 6th, 2011 by in Voip

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.

 
formats

Change Language for Windows 7 Premium & Professional

Published on September 29th, 2011 by in Computer

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)…

 
formats

Only Numeric entry in Textbox Vb.net

Published on September 2nd, 2011 by in 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

 
formats

Prevent Deleting Cookies in IE

Published on August 31st, 2011 by in Computer

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)…

 
 
© Dalank 2012
credit