Need help with listbox texts to have a value and add onto another textbox
Basically, let's say in listbox1 I put a code staying listbox1.items.add(" lmao =$50") Listbox1.items.add("xD = $30") So, what I want is that when running this build when I select both of these on the...
View ArticleInformation on a Dropped...Something
A colleague of mine found that a view that he needed had been dropped, or seriously altered...and then it came back. If I sound vague about what happened, it's because I am. I'll know a bit more...
View ArticleClone Objects with Sub-Objects !?
Hello everyone! My question is the one posed in the title ... I wanted to know: There is a quick method to be able to 'Clone' an object (I mean a Picturebox in this case), but considering that this in...
View ArticleNeed help - about RC5 drawing
Dear all experts, It's quite easy to draw a 3D like pipe in excel sheet. see the screenshot B. but I want to use Olaf's RC5 to do this job or hope find out a math way to realize reflected color...
View ArticleSSH not getting 2nd part of result
Hi guys, I have a GAM server (Google Admin Management) I need to send commands through my VB.NET application. Some commands (the query commands) have a straight output, but others (the non query...
View Article.NET developer required
I'm unsure if this forum is active but we are in desperate need of a .NET core developer at Backrightup Need someone who has at least 5 years experience with Azure and .NET itself (preferably C#)...
View ArticleVS 2017 Open Excel and avoid dialog boxes
Hello: I have this very simple code to open a document. This call opens the workbook... Code: xlsWorkBook = xlsWorkBooks.Open(FilePath, True) When running this, a dialog box comes up saying "We can't...
View ArticleVS 2019 VB.Net - Connecting to Dynamics 365 tables and feed DataGridView
Hi everyone. I was wondering if anyone would have been able to connect a VB.Net project to Dynamics 365 tables so that it feeds a DataGridView on a Form? I have Visual Studio 2019 version an i'm using...
View ArticleI graduated!!!
Long time no see guys. But you are not gonna believe this. I finally graduated college with a Computer Science degree!!! :bigyello: Just one problem.... .... .... .... .... ... its an Associates degree...
View ArticleTreeview Save and Retrieve Data
I need help on saving contents of my Treeview control to MSSQL 2008 Database and also retrieve it back and display on the TreeView. I have been searching online since 2 days now and cant really get...
View Articleadding objects to listbox
Is it possible to display objects inside of a listbox? For example, I have a form with a listbox and a button below it that reads purchase weapon. I made a separate form and named it weapons. Inside of...
View ArticleTextbox1.text value not showing in Textbox3.text until it exceeds $200, HELPP!!
Code: Private Sub purbtn_Click(sender As Object, e As EventArgs) Handles purbtn.Click 'declaring that the prices are numbers and that there is 5 of them Dim prices1(2) As Integer...
View Articlewhat about Spread32?it's can open *.xls file like excel
what about Spread32?it's can open *.xls file like excel
View Articleuser enters % sign in search form. wildcard.
Code: Dim searchText = txbBILL_NR.Text Dim cleanSearchText = searchText.Replace("%", String.Empty) If cleanSearchText.Length = 0 OrElse cleanSearchText.Length >= 4 Then...
View ArticleHow to Render multiple images into one AlphaImage control
Greetings, dear experts! I create a big project for intuitive learning piano. I am professional musician and musical methodist rather than programmer, but my program is already very complex, and I...
View ArticleRC6-WebView2 Demo
Hi, I published a WebView2 demo (all source codes + German documentation) on ActiveVB a few days ago. Who wants to have a look at it: http://foren.activevb.de/forum/vb-cl...wendung/#forum (ActiveVB...
View ArticleCreating a windows installer for our programs
Hi: I need a good installer that can install/uninstall my vb.net program on various versions of windows. I also need it to check for the correct version of .Net core and install it if necessary. Any...
View ArticleHow to make label read text from a text file after publishing?
With this code it changes the label while in visual studio because the path directory is given but after I publish it, the code doesn't seem to work anymore. The label doesn't change even if i cahnge...
View ArticleWho has used the VBA SDK,ADD vba ide for exe
we can make a exe like autocad,excel,access ,have vba. Mainly used for secondary development. The compiled EXE can add a visual form designer of VBA, write code, and then call some interface functions...
View ArticleSmoothingMode AntiAlias and HighQuality not working in Form_Paint
Code: Private Sub Form15_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint Dim br1 As Brush = Brushes.White e.Graphics.SmoothingMode =...
View Article