Posts by Vyctor Junior • 109 points
11 posts
-
4
votes4
answers6318
viewsA: How to display combobox-related value in the textbox?
Good if I understood in an Index of combobox has more than one information: Author, Edit, Price.. If you want to remove these values you must obtain the index selected by the client/user and specify…
-
0
votes1
answer48
viewsQ: How to calculate the first 4 bytes of an Address ex: 00F28758
I wish I could figure out how to calculate the 4 bytes of a address and then use a ReadProcessMemory. I just wanted to figure out how to calculate this because every time I try it goes wrong. Let’s…
-
0
votes1
answer362
viewsQ: Modify form a parti User control properties of a VB.NET DLL
I have a Library raised in Visual Basic . NET that accesses the properties of a Form, and so far so good! The problem is that when I try to access the component UserControl nothing on the form is…
vb.netasked Vyctor Junior 109 -
0
votes1
answer48
viewsA: Custom Control Libary WPF - Dispatchertimer Does Not Start VB.NET
Solution: After much I try I understood what went wrong.. The Event Tick of DispatcherTimer didn’t start because I hadn’t called a Thread of the kind STA, i made this call only on WPF Application…
-
1
votes1
answer48
viewsQ: Custom Control Libary WPF - Dispatchertimer Does Not Start VB.NET
I wanted to know why of this function created in a dll for WPF application in the VS 2013 does not start the DispatcherTimer. Code: Public Sub Iniciar TIniciaAntiDebuggers = New DispatcherTimer()…
-
0
votes1
answer235
viewsQ: Add List(Of String) to a Form’s Listbox
Guys I have the following code in my DLL FTP to get the folders from the server: Try Dim Serv As Net.FtpWebRequest = GetRequest(GetDirectory(directory)) Serv.Method =…
vb.netasked Vyctor Junior 109 -
1
votes3
answers262
viewsQ: How to Pass Arguments to a class Ex: Dim t as new TL("string","string","string")
I’m having a problem that’s turning my head backwards! I’m building a server connection DLL FTP but right away I’m faced with the following problem: I need to declare the class in a form to open the…
vb.netasked Vyctor Junior 109 -
0
votes3
answers158
viewsA: Capture only the second part of the string
No! the function runs normally without any problem it goes exactly like this in the code, above this one has one that simply checks every line of the listbox keeps it in array and passes to another…
-
0
votes3
answers158
viewsQ: Capture only the second part of the string
I have the following code to perform the method Split on a path: Dim ItemsCopy As Integer = 0 Dim Caminho As String = ContarItems(I) Dim SplitCam As String() = Regex.Split(Caminho.ToString, "=") For…
-
1
votes1
answer68
viewsQ: Index Error in listbox
My application has the following starting code: BuscaDiretorioPastaOriginal("Diretorio") // isso seria uma função **recursiva** de diretorios BuscaDiretorioPastaPath("Diretorio") // isso seria uma…
vb.netasked Vyctor Junior 109 -
0
votes1
answer1682
viewsQ: Check if a series of directories of a path exists in VB.NET
I’m still a junior programmer and I wonder if in VB.NET it is possible to create a series of directory checks to know if it exists (do not confuse with take the direct url and check); wanted more or…
vb.netasked Vyctor Junior 109