[RESOLVED] How do I Automatically update a text box, using a NumbericUpDown Box
I'm trying to make my program so it auto updates the price in the text boxes for this "Pod" whenever I increase or decrease the value of the NumericUpDown box. People.Value is the NumericUpDown Box...
View ArticleVS 2010 [RESOLVED] A Generic Error Occurred In GDI+
Hi Hope you all are doing great. I am trying to do a comparison between to image files for some specific Pixl values. I have been successful in it however it runs in the first go ( first go: -that is...
View Articlelistview table colors
Is there a way to change the standard listview table colors? i know i can change the background and forecolors.. but i want to go from this standard look: to something more like this: with the black...
View ArticleSQLite Rename column
Hello everyone I need to rename a column in one of my tables. This is the code I'm using Code: Cnn.Execute "ALTER TABLE Total_tbl" _ & "RENAME COLUMN Tfirst TO Tlast;" but I'm getting syntax error....
View ArticleSmall Visual Basic: A VB.NET WPF open source project
In this VB.NET open source project, I add the form designer and a prototype for a mini winforms to convert the Small Basic Language to Small Visual Basic!...
View ArticleIDE0075 How do I simplify this condition expression?
Is this what VS wants me to do here? Code: //ckOTNew.Checked = drTrips.IsOTNull() ? false : drTrips.OT; ckOTNew.Checked = drTrips.IsOTNull() && drTrips.OT; I feel like I had to think about that...
View ArticleVb6: elapsed time + time in label1.caption (new problem)
hey guys i have a problem with this project which SamOscarBrown wrote for me, the minutes function is working fine, but the hours is messed up, it keeps returning to same hour over and hour, same thing...
View ArticleCCur Function
I am trying to convert a piece of VB6 code and running into a Function that I'm not familiar with, the CCur function. According to the documentation (here) it looks as if the currency data type is...
View ArticleVS 2019 Failure to Debug
In a dynamically loaded dll I have this little snippet of code: Code: If trts.Length > 1 Then   mErrors.AddString("Something here") End If In this case, trts.Length is 1. That's all it should be,...
View Articleadapt vb code to be used with microsoft excel vba
adapt vb code to be used with microsoft excel vba Good evening. I seem to have understood that it is possible to use the vb code also for excel macros. I found this link on the web that allows with vb...
View ArticleVS 2012 For / Next Loop fails on last XML node
I'm creating an asp.net application using Visual Studio 2012. I'm using vb.net on back-end. I'm using a SQL Sever 2018 database and the SQL Server database is housed on the same machine that I'm using...
View ArticleBizarre string concatenation issue
(I can't believe what I'm seeing, maybe it's just high fatigue level) I have this code in a form: Code:     Function BaseString() As String         Dim myHTML As String = ""...
View ArticleIs there a Call Hierarchy tool for VB5 or VB6
Over 20 years ago when I did DOS business applications using a product called Clipper, I had a tool that I could send my code to and it would catalog and print every procedure and function in the...
View ArticleHow to add the value of multi-selected list box vba
I need help in getting the sum of the selected values in a listbox(multi-select). Can someone show me a code where I can easily add the value of the selected and enter the value in a textbox. I was...
View ArticleUpgrade to Win-10 20H2 Appears to Have Changed BCD
Just upgraded to Win-10 20H2 two days ago. Now when I reboot I get (what appears to be a BCD change) two choices. (1) Window 10 (2) Rollback Anyone experienced this?
View ArticleVS 2019 How to fill text box of already opend webapge of Internet Explorer...
I am new to VB. I want to fill a form of one webpage on Internet Explorer. The URL is already opened in Tab 0. I want to check URL of the page and insert data into certail field. Currently, I am able...
View ArticleVS 2019 Read last received telegram message on channel in VB
Hi, I want to read the last received message of one telegram channel (I am not admin of this) into the visual studio for my application. I want to repeat this process every one second. Can it be done...
View ArticleVS 2010 Connection string to an Access Database
My programme, written in VB 2010, connects to an Access 2010 database which is not password protected. It operates perfectly on my laptop and also on the domain server, which is Windows Server 2012R,...
View ArticleVS 2017 Toggle between two images based on filename
Hi ... I am trying to toggle an image in a single image box. I am loading an image file using 'open file dialogue'. Once that image is loaded, I want to be able to toggle to the filename that matches...
View ArticleImages as checkboxes
Is it possible to use images as checkboxes? I'm making a feedback form with a 5 star rating. At the minute I have pre-existing code to display the a full star indicating that the star is highlighted...
View Article