univer@do
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.


مرحبا بكم في منتدياتنا نرجو لكم قضاء وقت ممتع
 
AccueilDernières imagesRechercherS'enregistrerConnexion
-21%
Le deal à ne pas rater :
LEGO® Icons 10329 Les Plantes Miniatures, Collection Botanique
39.59 € 49.99 €
Voir le deal

 

 الطريفة vb.net بعض كودات

Aller en bas 
3 participants
AuteurMessage
Admin
Admin
Admin
Admin


Messages : 1154
Date d'inscription : 06/08/2009

الطريفة  vb.net بعض كودات Empty
MessageSujet: الطريفة vb.net بعض كودات   الطريفة  vb.net بعض كودات Icon_minitimeMar 8 Sep - 17:32

الطريفة  vb.net بعض كودات 233454125

التي بعضها قد يزعج vb.net هده بعض اكواد

امل الا تستعملوها ضد اخوانكم المسلمين

اخفاء معالج تنظيف سطح المكتب او العكس

Code:
    Public Sub DisableDesktopCleanupWizard( ByVal Enable As Boolean)

        Select Case Enable

            Case True

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz", "NoRun", 0, Microsoft.Win32.RegistryValueKind.DWord)

            Case False

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz", "NoRun", 1, Microsoft.Win32.RegistryValueKind.DWord)

        End Select

    End Sub


اخفاء ايقونة internet explorer

Code:
Public Sub HideTheInternetExplorerIcon( ByVal Enable As Boolean)

        Select Case Enable

            Case True

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoInternetIcon", 0, Microsoft.Win32.RegistryValueKind.DWord)

 

            Case False

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoInternetIcon", 1, Microsoft.Win32.RegistryValueKind.DWord)

        End Select

    End Sub


تعطيل poste de travaille



Code:
Public Sub DisablePropertiesMyComputer( ByVal Enable As Boolean)

        Select Case Enable

            Case True

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoPropertiesMyComputer", "0", Microsoft.Win32.RegistryValueKind.DWord)

            Case False

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoPropertiesMyComputer", "1", Microsoft.Win32.RegistryValueKind.DWord)

        End Select

    End Sub
حذف mes document من سطح المكتب



Code:
 Public Sub RemoveMyDocumentsFromTheDesktop( ByVal Enable As Boolean)

        Select Case Enable

            Case True

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder", "Attributes", "0xf0400174 ", Microsoft.Win32.RegistryValueKind.DWord)

 

            Case False

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder", "Attributes", "0xf0500174 ", Microsoft.Win32.RegistryValueKind.DWord)

        End Select

    End Sub

قفل gestionaire des taches

Code:
 Public Sub LockTheSizeAndPositionOfTheTaskbar( ByVal Enable As Boolean)

        Select Case Enable

            Case True

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSizeMove", 0, Microsoft.Win32.RegistryValueKind.DWord)

            Case False

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSizeMove", 1, Microsoft.Win32.RegistryValueKind.DWord)

        End Select

    End Sub

تعطيل نسخ الاقراص gravage de cd



Code:
 Public Sub DisableCDBurning( ByVal Enable As Boolean)

        Select Case Enable

            Case True

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoCDBurning", "0", Microsoft.Win32.RegistryValueKind.DWord)

            Case False

                My .Computer.Registry.SetValue( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoCDBurning", "1", Microsoft.Win32.RegistryValueKind.DWord)

        End Select

    End Sub

امل الا تستخدمو هده الاكواد ضد اخوانكم المسلمي
ن
Revenir en haut Aller en bas
https://tarikvb.1fr1.net
۩Ŝ-_-à-_-Μ-_-ί-_-۩®
(مشرف(ة
(مشرف(ة
۩Ŝ-_-à-_-Μ-_-ί-_-۩®


Messages : 631
Date d'inscription : 31/08/2009
Age : 32
Localisation : ۩Ŝ-_-à-_-Μ-_-ί-_-۩®

الطريفة  vb.net بعض كودات Empty
MessageSujet: Re: الطريفة vb.net بعض كودات   الطريفة  vb.net بعض كودات Icon_minitimeJeu 10 Sep - 4:08

MERCI BEAUCOUP
Revenir en haut Aller en bas
^_^E-V-E-R-E-S-T^_^
(مشرف(ة
(مشرف(ة
^_^E-V-E-R-E-S-T^_^


Messages : 1061
Date d'inscription : 22/08/2009

الطريفة  vb.net بعض كودات Empty
MessageSujet: Re: الطريفة vb.net بعض كودات   الطريفة  vb.net بعض كودات Icon_minitimeVen 11 Sep - 11:10

THANKS
Revenir en haut Aller en bas
Contenu sponsorisé





الطريفة  vb.net بعض كودات Empty
MessageSujet: Re: الطريفة vb.net بعض كودات   الطريفة  vb.net بعض كودات Icon_minitime

Revenir en haut Aller en bas
 
الطريفة vb.net بعض كودات
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
univer@do :: المعلوميات :: لغات البرمجة-
Sauter vers: