Vb6: 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 ArticleImport from .csv file into MySQL
I am trying to import data from a .csv file into a MySQL database, but are getting an error : 'Input string was not in a correct format.' I have searched and tried many solutions with no success. First...
View ArticleChanging Object Fill Color
Hello .. Can someone help me in this please? I have more than 180 circles shape inserted in a worksheet. I need to change the filling color of specific circle once a condition is true. I got Run-time...
View ArticleVS 2019 Required support to code a application
Dear All, Thank you for your always support. I am new to Visual Basic .NET & have received a project from electronic manufacturing industry. for Packing Box Poka-Yoke(mistake-proofing) software or...
View ArticleHow to code: RichTextBox1.Location.X = WebBrowser1.Width + 10
Hello & Thanks ; I have added a 'Show Code' Button and Richedit controls to my SafeBrowser program . To show page .html , But I am hung up on this error ; error BC30068: Expression is a value and...
View Article