CSV String split, concatenate & join
Noob question, how can I add ' character or concatenate ' character before and after each item in row before String join? Please see below the current code used and outputs. Code: Dim Rows = (From...
View ArticleVS 2017 Issue with JSON POST using WebClient
I'm messing around with an API that uses JSON, but can't seem to make it POST properly. This particular API authenticates my account using three pieces of information which must be passed in the...
View ArticleProblem with combo box with its Style property set to "0 - Dropdown combo"
I have a combo box with its Style property set to "0 - Dropdown combo". Storing its value to the database poses a strange problem. Let's say I have a combo box with its Style property set to "0 -...
View Article32bit and 64bit Property Handlers?
My ShellBrowse project allows reading/writing the properties of anything with a registered property handler shell extension that can be loaded. I've noticed that the vast majority of them work in both...
View ArticleVb6: winsock keep alive problem
i am using winsock control to post to a website multiple times and i need to increase keep alive from 100 requests to 10.000 requests this line: Keep-Alive: timeout=5, max=100 please help HTTP/1.1 200...
View ArticleHow To Design Devexpress's Xtrareports To Print Multiple Pages ... ?
How does Devexpress's Xtrareports design print multiple pages at the same time ? I designed a report in labor contract with many pages for 1 recoder, but when it printed out there was only the first...
View ArticleVS 2019 Async webmethod from frontend
Code: <System.Web.Services.WebMethod()> Public Shared Async Function TestAjaxCall(ByVal url As String) As Threading.Tasks.Task(Of Boolean) Using client = New HttpClient()...
View ArticleMenu Bar Like Kyodai Mahjongg (Cyna Games)
Hi gurus I believe almost everyone in this forum ever heard or played Kyodai Mahjongg, kind good old game But the menu bar still unbelievable good looking and flickerless, I think somehow it must work...
View Article[RESOLVED] DPI Aware question
LaVolpe - great explanation in your Tutorial on DPI Awareness! thank you for your work. In your discussion on VB's Screen object in post #3, when VB is run in virtual DPI, if we test... Code: Code: If...
View Article2 projects in solution vut can't debug one of them
Hi All I have a Main project that usually imports a home crafted dll. I have been adding to the dll a lot recently and decided it would be easier to debug if instead of referencing the dll in the Main...
View Articleget href value from web page
https://www.tuttitalia.it/banche/classifica/1/ based this page i need to get all href value from the list of Bank. for example i need: 74-unione-di-banche-italiane from the bank number 4. note: i use...
View ArticleVB6: post cookies request using inet
I got code to extract cookies from Inet control but i cant find anywhere code to post request using cookies with Inet anyone here think it is possible ?
View Article[RESOLVED] ListBox - AddRange - Used to Work
Below is some code that worked perfectly fine in another one of my VB apps. Copy pasted the code.... and now the listbox doesn't populate even though there is 9 lines in the TXT file. Lines in the TXT...
View ArticleTimed function call
Hey! I want my app to do a backup save at a specified time(e.g 01:00 AM) everyday. How can I time my function to be called every night at 01:00, without timer, or isn't it possible ?I think the nonstop...
View ArticleWriting to Excel
I am running VB6 on WIN10 I need to write to two different Excel workbooks. The code is almost identical as shown below: Code: Private Function WriteToHistoryH() 'Get the file name strDirectory...
View ArticleThanks....
I suppose this should be in the Chit-Chat forum (Moderators may move as deemed appropriate), but was not sure those of you who had a direct impact on my current project, or my several other ones, would...
View Article[RESOLVED] Writing to Excel
I am running VB6 on WIN10 I need to write to two different Excel workbooks. The code is almost identical as shown below: Code: Private Function WriteToHistoryH() 'Get the file name strDirectory...
View ArticleNotorius R.B.G ... RIP
It's like someone said, "Well, it can't get any worse." And the universe said "Challenge accepted! Death... find a soul to take and make its loss a deep and dark bottomless source of suck." And death...
View ArticleVisual Basic and Databases
Hello sorry for this question but I am starting back into SQL databases with the book visual basic and databases professional edition for the 2012 version of visual studio. I know this is a question I...
View Article[RESOLVED] Cast MySQL boolean / TTinyint(1) to dot net standard boolean...
here is the MySQL query Code: SELECT TableName.Filed IS NOT NULL AS Cancelled FROM TableName the MySQL query returns 0 or 1 Now while i fetching the Data table value, i am getting invalid cast...
View Article