Questions tagged as 'vb.net'

1
answer

How to convert a VB6 project (.vbp) to VB.NET (.vbproj)? [closed]

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: /     
asked by 17.02.2017 / 00:10
2
answers

Path image Console Application VB.net

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...
asked by 25.09.2018 / 04:50
2
answers

Using DvExpress GridControl

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...
asked by 26.10.2017 / 19:29
1
answer

How to put an exe from inside the form vb.net

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...
asked by 11.04.2016 / 05:36
1
answer

Generate code (like option value)

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...
asked by 26.09.2015 / 16:39
2
answers

Fill in a multiline-textbox with all the items in the list of a combobox

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...
asked by 06.09.2018 / 00:39
1
answer

MessageBox appears twice [closed]

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...
asked by 15.12.2015 / 15:59