Need some help
l have made a project with a list of small programs , snippets , and l want to share them with some of my friends . The code of the snippets is in a zip format in a folder , say , "Progs" . l will...
View ArticleVS 2017 Change sql query to XML
Hi. Googling this gives me 30 different answers, and I'm just getting more confused. I have an existing application that displays appointments on a calendar, but it uses a database, and I want to...
View Articlecharacters VB6 with W10
Hello Everybody Hope you all are well and stay safe. Please, I am contacting you for a puzzling problem I am facing with a VB6 project. I have searched in past forums without success. Following is the...
View Article.NET Find Most Recently Modified File incl. Recursively/Subfolder Support
Hi everyone, I am a rusty VB6 programmer trying to finally take a serious plunge into .NET. I apologize for this basic request in advance. Heres what Im trying to accomplish under VB.NET: * Assume...
View ArticleCopying Data
I have a database in SQL Server Express 2012 with data in it that I care very little about. I decided to move to whatever the newest version of SQL Server Express is (2017? 2019? I forget which). I...
View ArticleI need help with creating web server ?
Hello everyone .. I need to create web server in VB.net Like wamp and xamap to browse my php files in the browser ? how can i do that ?
View ArticleWait for webbrowser to load
I'm working on a project with a webbrowser (webbrowser1). I have a button that navigates to a certain page. What I'd like, is for the application to WAIT until the browser is fully loaded before...
View Article[RESOLVED] Printing a Form
I am running VB6 on WIN10. I found I can print a form using the following code " Printer.Orientation = 2 'LANDSCAPE Printer.PrintQuality = vbPRPQHigh '-4 Printer.ColorMode = vbPRCMColor '2 Me.PrintForm...
View ArticleWM_SETREDRAW being incredibly slow for ListView
So I've been trying to come up with a fast way to load very large directories in my ShellBrowser control, and a couple ways have been very good except for the issue that turning redraw back on is...
View ArticleStrange arithmetical error with double precision
I 'm sitting for hours infront of my computer staring in disbelief. I 'm writing a simple piece of code like: x1# = 5 y1# = x1# x2# = 10 y2# = y1# + x2# The answer comes out as y1# = 0, y2# = 0 !
View ArticleReading XML
I am having no problem reading the XML file and pulling out what I need but the issue I am having is when what I need is not there when the xml updated. status file = status.xsl For example. Reading...
View ArticleRead more the page source with StreamReader?
I have an application that reads google drive page source from a folder URL. Using this it gathers information about the contents of that folder. However, I have ran into an issue. I now am in need of...
View ArticlePrint barcodes for multiple records.
Hello VbForums community I can print 128 barcode on picturebox control for single records but I need to know if it is possible to Print barcodes for multiple records. Any idea please?
View ArticleGET ROW AND COLUMN INDEX in listview
Dubt... but this function really get row and column index from listview? Code: Private Declare Function SendMessage Lib _ "user32" Alias "SendMessageA" (ByVal hWnd As _ Long, ByVal wMsg...
View ArticleUsing Google Translate
I have a worksheet that contains random words and phrases in several non-English languages, plus dates and numbers. The "Translate" sub in this code which I found on the web drives the process of using...
View ArticleHow to get YouTube PlayList video links.
Hi, I am trying to create a simple tool that will save the link and title from my playlist as many times a video is being deleted and there is no way to retrieve the name of it. Such a pity.. So, I've...
View Articlexmlhttp async problem
i am trying to make xmlhttp async and make some kind of state changed event but my code failed Sub HandleStateChange() If (myMSXML.readyState = 4) Then MsgBox myMSXML.responseText End If End Sub please...
View ArticleVS 2010 Do something if date is expired
I want to do something if the particular date (determined in advance in code) is expired. Something like that: Dim mystring As String = DateTime.Now.ToShortDateString() ' if mystring > 17.12.2020...
View ArticleA bit of advice - maximum number of DAO recordsets open at once?
I'm doing a bit of work on a client's POS system. At present it uses about 65 DAO recordsets. This corresponds to many different tables, most of which are opened twice, once as a table and once as a...
View ArticleReading .bin file with HexViewer (Be.Hexbox) Converted to VB? *URGENT*
As some may seen in my previous threads I'm creating some software for my Automotive chip tuning shop. I'm stuck on a problem that I cant fix. When opening files the hexbox reads them in 8BIT (example:...
View Article