VS 2019 Separateing strings
I need to separate strings, however not looking to use arrays or list to so if I don't have to. I want to separate by a specific character ("-"). Everything beyond and including the - I want to drop or...
View Article[RESOLVED] How do I add a field to a datatable?
Language: VB.NET Database: Access I've created an application that accesses a table in an Access database. The application works on the original set of columns in that table. Predictably, I've...
View ArticleVS 2019 How to simplify and compress code?
I have been using Visual Basic for about two years now and I would rate my skills at below average but good enough to do what i want. In the programs I make, I have a tendency to e.g. have multiple...
View ArticleVS 2019 [RESOLVED] Adding a parameter to the ColumnChanged event
I have several forms that are bound to DataTables. I add delegates for handling the ColumnChanged and RowChanged events. Code: AddHandler dsMain.Tables("Fuel").ColumnChanged, AddressOf Column_Changed...
View ArticleHow to compile a static library SQLITE3.a,sQlite3.lib
It is best to add a function to load from the memory address to the memory database. Originally a function is: load files to the memory database. The file itself will not be modified, which is...
View ArticleAnother vb alternative Mercury? not 100% compatible but still!
FYI, thoughts on this one? https://visualstudiomagazine.com/art...0/mercury.aspx
View Articlehow to make SSTab by vb6 usercontrol?
Want to use the least code to achieve, I don't know what to do? In the design mode of the form, click multiple tab controls to automatically switch, you can add sub-controls, switch between different...
View ArticleVS 2012 [RESOLVED] Math operation on set of numbers (Textbox)
There's a text box containing a set of numbers like example: Code: 9 23 6 17 0 3 5 1 First odd digits are decades and even ones are single ones to create a full numbers (From hex. in dec. base) ignore...
View ArticleThis Macro takes 6 hours to run!!!
Please help. This macro takes 4-6 hours to run (to be fair it is a fairly large document) and I am unsure how to optimize it. I added a line of code to not update the screen before hand...
View ArticleNew to Word Mail Merge
I want to take a Word document that a client gave me and produce letters through a mail merge with a SQL query. Is there a way to specify a field name in the body of the word document as a "free text"...
View Article[RESOLVED] define application installation folder
I created an application which I install at a computer at work. When installing the application ends up in some complicated folder under AppData\Local\. Is there no way to always install the...
View ArticleGot 2 Problems about resizing form
As I said in the title, I encountered two problems, with the resizing action of the Form! They would be the following: The first is that I have made a scrolling (as is used to do) with two Pictureboxes...
View Article[RESOLVED] Removing first row (headers) of a dgv to a csv file
Following code will create a csv file from a data grid view: Code: Dim StrExport As String = "" For Each C As DataGridViewColumn In DataGridView1.Columns StrExport &= ""...
View Article[RESOLVED] looping label
I have 13 label, in a form, named: L0 L1 L2 ... L12 how to set ALL visible=false
View ArticleCan someone please help me with my testing this product of mine???
Dear VBFormers, I wish for someone to help me to test this product of mine, it's called: QuickDirector SX. Which is the first real app, that i have been able to make for a good long while, after going...
View ArticleLarge Listbox Causing Performance Issues & Avoid Control Flickerings
I need help, as soon as possible. I want to finish this project and these are the only issues I'm having with the project. PERFORMANCE ISSUE: Good morning, so I'm using a custom a tab control which was...
View ArticleucShellBrowse
Hello Community, I need your help. I want to use the ucShellBrowser but got an error and something with the icons doesn't work for me. I have the version ucShellBrowse100R4 and opened the project...
View ArticleVS 2010 What is the code of bannedsegment (Python) in Visual Basic?
Hi, I made my Windows 95 keygen in Python before, I wanted to make my own Windows 95 keygen in Visual Basic, but... In Python they have "bannedsegment" Example: bannedSegment1 = [333, 444, 555, 666,...
View ArticleVS 2019 [RESOLVED] my.settings - Missing ApplicationSettings so unable to do...
Using Visual Studio Community 2019 This is more of a Visual Studio issue than a VB.NET issue. In my project I am trying to use my.settings to retain text and backcolor of some textboxes. I have defined...
View ArticleRoulette Table
roulette.zip My version of roulette. Tried to imitate the slowing of the wheel. Drag chips onto board and spin. Good luck. Attached Images Attached Files roulette.zip (745.5 KB)
View Article