분류 전체보기202 레지스트리에 데이터를 기록 삭제하는 메서드 #######################################################################예시는 윈도우 잠금화면 변경을 하기 위해 레지 생성 및 삭제 로직임####################################################################### Imports Microsoft.Win32Imports System.IO Public Class Form1 '레지스트리에 데이터를 기록하는 메서드 Public Function WriteRegKey(ByVal KeyString As String, ByVal KeyName As String, ByVal KeyValue As Object) As Boolean Try Registry.LocalM.. 2018. 5. 24. 문자열 검색 기능 'treeview1 node 클릭 시 검색한 결과도 Richtextbox1에서 찾기 If TextBox1.Text "" Then Dim index1 As Integer = 0 Dim index2 As Integer = 0 Dim temp1 As String = RichTextBoxEx1.Rtf Dim temp2 As String = RichTextBoxEx2.Rtf RichTextBoxEx1.Rtf = "" RichTextBoxEx1.Rtf = temp1 RichTextBoxEx2.Rtf = "" RichTextBoxEx2.Rtf = temp2 'Richtextboxex1 검색 While index1 < RichTextBoxEx1.Text.LastIndexOf(TextBox1.Text) RichTextB.. 2018. 5. 23. C# 언어 공부 URL 정리 C# 언어 공부 URL 정리Microsoft msdn의 C# 프로그래밍 가이드https://msdn.microsoft.com/ko-kr/library/67ef8sbd.aspxMS에서 제공하는 C# MVA (자막으로 한글 지원)https://mva.microsoft.com/ko/training-courses/c-programming-in-c–14254?l=tcjNMPMkB_2400115888MS에서 제공하는 C# Example(예제 맞아? 쓰고 있는 코드 아니야??)예제 사이트가 아닌 .NET Base Class Library의 소소코드를 공개하는 곳http://referencesource.microsoft.com/국내 C# 공부 사이트http://www.csharpstudy.comhttp://direct.. 2018. 5. 18. ProcessProtect Imports System.Runtime.InteropServicesPublic Class clsProcessProtect _Private Shared Function NtSetInformationProcess(ByVal hProcess As IntPtr, ByVal processInformationClass As Integer, ByRefprocessInformation As Integer, ByVal processInformationLength As Integer) As Integer End Function Dim psStop As New EventHandler(AddressOfStopProcessProtection) Const iStop = 0 Const iStart = 1 Const Process.. 2018. 5. 18. 이전 1 ··· 32 33 34 35 36 37 38 ··· 51 다음