I decompiled an application in VB, but it was not .NET, it was VB6. I would like to know how to convert since I already used the VbTo Converter and it crashed into one of the files.
I look quickly for answers: /
Hello, I'd like a help please regarding a problem I'm having to insert an image into my console application project.
I can only use the absolute path when I send the project the client will have to change how do I do that does not have to happen...
I'm developing an application using DevExpress, where the user clicks on a row in the GridControl, when that happens the data in that row is placed in some TextBox, the difficulty has been in figuring out the name of the event that I should use...
Well, I have the code
Dim proc As Process
proc = Process.Start("notepad.exe")
proc.WaitForInputIdle()
' Set the panel control as the application's parent
SetParent(proc.MainWindowHandle, Me.BetaBox.Handle)
'Maximize application
SendMessage(pro...
I'm developing a "program" in visual basic, but I'd like to get some information. Do you know those HTML options values that we select and it generates something? Let me give you an example:
link / link
I'd like to know how to do this in...
What about people all right?
How do I get
Fill a textbox with all the items in the list of a combobox in a textbox, where combobox items can be variable come from different places.
Itwaslikethis Code:ForEachLinhaInobjClasse.atividades_sec...
I have the following code which is fired by Handles Button1.Click .
Dim X, Cf As Double
Dim A, B, C, D, J As String
A = TextBox2.Text
B = TextBox3.Text
C = TextBox4.Text
D = TextBox9.Text
J = ComboBox2.Text
If...