Attaching broken?
When I try to remove or add an attachment today I get an error: Quote: dilettante, you do not have permission to access this page. This could be due to one of several reasons: 1. Your user account may...
View ArticleHow to find the handle of the first 5 controls on and external application?
Hi, I have need finf the handles of the first few controls on an external application. All I have is the Window handle. Several discussions I've read have suggested use of the AttachThreadInput API. I...
View ArticleThe IDE gets disabled
I have a situation when the IDE gets disabled... (edited) OK, I successfully recreated the problem. The test program is updated. The issue is like this: It is an OCX program where I need to show a form...
View Article[SOLVED] Sqlite - Use AND or OR within the same Field
Okay... this is a weird request. Google turned up nothing. I know how to do a statement... to get a record based off of one string. This works fine. Code: Dim da As New SQLiteDataAdapter("select * from...
View ArticleAdd item to database...
Hey people. I've got an on-line SQL database. I want to store cell numbers. But actually just for security I'm hashing the cell numbers first and only uploading the hashed values. Which is neither here...
View ArticleVS 2019 adjustable table - read in from DB
Hi All, I am looking for something, but I don't know what, so I come to you for guidance. My next project contains a link to a MYSQL DB. I want to read in the values, and have them displayed inside a...
View ArticleSqlite - Get Exact String in Sentence
Next issue... Just trying to get the record (sentence) that contains the exact string. When using LIKE '%string%' I will get all records that include partial matches. Example.... "help" and "helpful"...
View Article[RESOLVED] Monitor scaling and the VB6 IDE.
The answer to this one is probably out there, but I did a quick search and didn't see it, so I'm asking. I just got a new monitor, and I've set it up as my primary. It's somewhat large, but very high...
View ArticleNeed help with clicking Submit button using WebBrowser control
Code: <td width="440" align="middle"> <input type="submit" name="ctl00$MainContent$btnSubmit" value="SUBMIT" id="MainContent_btnSubmit" /> <input type="submit"...
View Article[SORT of SOLVED] Sqlite - Get Exact String in Sentence
Next issue... Just trying to get the record (sentence) that contains the exact string. When using LIKE '%string%' I will get all records that include partial matches. Example.... "help" and "helpful"...
View ArticleExcel PrintQuality Property Fails
Just noticed this on a program I rarely run since upgrade to Windows 10. (I'm running Excel from VB5). Here's a link to others who seem to have the same problem...
View ArticleCan I paste Greek in a textbox ?
I 'm trying to scrape some pdf files and convert them into table data in a vb6 program. I save the pdf in text form using adobe, then open the text file with notepad, select all-copy. But in the vb6...
View Article[RESOLVED] Barcode Font 128 or Save barcode picture to BMP ? which one ?
Dear gurus, I try to make barcode report, I can generate barcode from module got from pscode, and show the barcode on picturebox control Now problem : I try to save the picturebox to BMP file so I can...
View ArticleOpening and reading files, written by an old VB app.
Hello, I have been using vb.net for my small applications for my uni research and personal projects. I usually find the questions by googling or reading the microsoft reference, but it is a first time...
View ArticleThe problem with name and size column of DGV
I using this code to load data from db m s access and another code of DGV to give name to column and size how can I give name and size to column of DGV directly from the window properties of DGV in the...
View ArticleMicrosoft NorthWind 2020
If you need a decent database model to learn SQL which is not too complex check out the following link for a modified version of Microsoft NorthWind database. Included are several SQL SELECT statements...
View ArticleMsOf365 [Excel] Worksheet_Change and Worksheet_BeforeDoubleClick are freeze
Hey guys, During VBA Excel code execution, I received Run-Time Error 13: Type mismatch with two options: Debug or End. When selecting End, both Worksheet_Change and Worksheet_BeforeDoubleClick are...
View ArticleHow to get list of files from HTTP
Dear Sir I have uploaded bunch of files to public_html in http, how can I get the list of files inside the folder HTTP ? so the application can download the files (*.*) from http. thank you
View Articlevb.net improve programs
I,i have a little program that retrieves railway reservations for groups. it downloads from a website getting a json.I store data in a matrix. The object for the program is to know : a) how many...
View ArticleSubclassing application
I want to get the text entered in a textbox using subclassing. I also want to get certain other information also using subclassing. Here is my code snippet for subclassing: Code: Public Function...
View Article