Collection view is not updating with the UI -how to implement...
Hello everyone, I'm new to this forum. I would like some help how to implement INotifyPropertyChanged so that the colleciton view updates automatically. I will send code what I have so far. This is my...
View ArticleMsOf10 [RESOLVED] Invalid Property Value Mystery
In the attached relatively simple workbook, click the "Maintenance" button on the "Projects" sheet. When the userform comes up, type 1 (or any other value that doesn't exist in the list) in the Project...
View ArticleInterested in sharing your trans. manager
G'Day DM Are you interested in sharing your trans. manager you talk about in the other thread ? I'm wanted to checkout your C&S VB6 code for an update to an old List project that allows for...
View ArticleReplace item in XML / listbox
Hello, for an assignment for school I need to make an application that has a number of functions: read xml file into a listbox, add items to the listbox / xml and replace items in the xml and listbox....
View Article[RESOLVED] [.NET Core 2.1] StreamReader ReadToEnd Hangs
This is one of my few attempts at writing a .NET core app and it is using .NET core 2.1. I'm writing a program to read emails from a POP3 server that will ultimately populate get the message id, date...
View Article[RESOLVED] Replacement for StrConv(vbFromUnicode)
im looking for a replacement for the StrConv-function using "vbFromUnicode" because the function make problems when running the app on windows system with unicode languages like chinese: Code:...
View ArticleVS 2019 set focus to an specific control when firing a bar code reader.
Hello! I have a little problem with my price checker application, I'm using a windows form/VB.NET in VS2019, the app works just fine, I scan a product's bar code (using a regular laser bar code...
View ArticleGenerate PDF Report Or File Using DinkToPDF in .NET Core Or .NET 5 Applications
Hello, This post How To Create Or Generate PDF Reports Or Files Using DinkToPDF in .NET 5 or .NET Core Console Application shows how to create or generate PDF reports or files using DinkToPDF in a .NET...
View ArticleVS 2019 [RESOLVED] VB.Net add PictureBox1.Image into Email Body
He everyone. I'm trying to add the PictureBox1 Image into my email body when i click on a Button, but without any results. The picture is not something that was saved on my hard drive, so no real file...
View ArticleVS 2013 How Can I get MultiLine TextBox Line count ? (straight text)
hi Everyone... There is a TextBox which MultiLine =True and ScrollBars = NONE I enter a straight Text in TextBox. without Press Enter adding new line into TextBox. I try to Get Lines Count but I...
View ArticleCross Platform WinForms
I'm needing to make a WinForm application (or similar) that'll interact with an online database. I was going to do this in VB.NET but one user is on a MacOS. Is there another free platform which will...
View ArticleNot receiving mail, hosting company's SMTP server IP4 69.72.42.12 in the BL :(
G'Day Guys I'm a 'newbie' here, but I have subscribed to be notified for a few posts and never received many emails from you. As you can see from below it is because your hosting companies SMTP server...
View ArticleVS 2019 [RESOLVED] Webview2 control DocumentText Property
Please tell be how display my HTML text in WbView2 Control I mean equivalent of WebBrowser control DocumentText Property
View ArticleVS 2019 VB.NET SQL statement to amalgamate four columns from joining two...
The plan is to take user input from a DGV1 cell, and show matches from two tables in DGV2 which has two columns: Description and Price, sorted Ascending by Description. When the user clicks an entry in...
View ArticleRight click on text box
When I right click on a textbox in a running program a menu opens that has cut, copy, paste, etc. Is there a way to turn this menu off so that I can have my own menu appear when the textbox is right...
View ArticleC & S List / Task system
I would like to have someone develop a List / Task system in VB6 - The server must accept multiple connections with a max. defined with a constant in the code - The server and client must use sockets...
View ArticleApplication interperting textbox context as SQL Code
Hi All Hope you are all well. I have a button in my application which updates a field in a sql table. An incidence has arose where the user has typed into the textbox the word BOM's and the word with....
View ArticleVB6-Adodc1.Recordset.ActiveConnection.Execute Sql
Code: Adodc1.ConnectionString = "provider=microsoft.jet.oledb.4.0;data source=" & App.Path & "\test.mdb" Adodc1.RecordSource = "select * from usertable" Adodc1.Refresh Adodc1Execute "UPDATE...
View ArticleVS 2019 ADO.NET Can't Open Database File
Hey guys, long time no see. I decided to play around with SQL using VB.Net with ADO.Net, and for some reason I just can't seem to connect to the database file. I used Tools > Connect to Database,...
View Article[RESOLVED] Need to remove embedded line feeds from csv file
I am trying to load a database from a comma delimited csv file obtained from a commercial application. However I get an error indicating that I have to many columns in my data. The issue is there are...
View Article