vBulletin - Current Forum Version and Latest Version
Hi, May I know what version of vBulletin is used here in our forums? And what's the lastest version available?
View Article[HELP] Need a US Gmail Account for Testing Purpose
Hi, Can someone from US create a gmail account and pass the credentials to me (via inbox)? I need it for testing purpose as there's a country restriction (am from India, btw) Thanks
View ArticleMap location on rotated image
I feel bad asking this as I'm pretty sure it is simple, but I just can't seem to get it. I have 2 images, with the red dot in the same x/y coordinate, except 1 is rotated. I add the red dot before I...
View ArticleTrouble logging in
Hi, Today I had to try logging in a dozen or so times during the last hour. Each time I got an invalid password error message, and the password reset would not work because it rejected my e-mail...
View ArticleAuto combined keystrokes command to change keyboard layout from one to another
I'm developing an MS Access database in which user have to type data in multiple language and they will use third party software to type in unicode. So they have to continuously change keyboard layout...
View ArticleSimulate TLS 1.3
To understand TLS 1.3, https://tls13.ulfheim.net/ is useful, but unfortunately it contains several discrepancies if you want to follow it in detail (eg. labels are not complete). For the detail,...
View ArticleUsing COM from VB6 IDE under Windows 10 has changed
I write applications in VB6 that connect to running Windows applications using COM. The Windows applications are high end microwave circuit design programs with published COM API's. I connect to a...
View ArticlePrevent Updating of TreeView Control
I have Code in the Click() Event of a Command Button that alternately Expands and Collapses all Nodes of a TreeView Control. The Caption for this Button, as well as the Logic to not allow Recursive...
View ArticleSet the TabIndex in an external application
Hi, how to move the focus in an external application to TabIndex 0? Why do I want to do that? I have need put some text in a textbox. When the application is first run, I tab twice (I now see the...
View ArticleHoffman w/ dictionary & deflate
Anyone know where I can easily put together a huffman with dictionary and deflate/inflate? Does anybody have it? I don't have much other to say other than I have seen performance results posted without...
View ArticleWHO needs to get it together
The WHO doesn't seems to know what they are talking about. Over and over they have changed their answers on the virus, how infectious, spread by surfaces and now if it's airborne. They also seem to be...
View ArticleGetFiles - Mutiple File Ext Patterns
Hey all, I am using the below code to fill a listbox with just exensions I want. If I just do "*.jpg" by itself it works fine. Loads all files with that extension However, I am trying to add multiple...
View ArticleRead the whole packet of a serial port - loop
Hi, I'm writing a program that when I click, I send various codes to a microcontroller and it sends back a response followed by a special character ( a semicolon character;). My problema is that I send...
View ArticlePowerPoint - Informing other application that VBA macro is finished
Hi, My VB6 application links with PowerPoint, creates a new deck based on a template, populates the slides, and then starts a VBA-macro to allow further customization of the deck. That works fine when...
View ArticleCode Working on VB 2013 And Not Working on VB 2019?
I have a code which is working very well in VB.Net 2013 and the same code (Copy & Paste) is not working on VB.Net 2019 ??? I Receive Error "Invalid Index (Exception from HRESULT: 0X8002000B...
View Article[RESOLVED] The problem with load data from DB M.Access using ByVal
Code: Public Sub Load_TxtB_Lbl(ByVal sql As String, ByVal TxLb As Object) conn.Open() Dim cmd As New OleDbCommand(sql, conn) TxLb = cmd.ExecuteScalar conn.Close()...
View ArticleVS 2019 [RESOLVED] Help with JSON data
I need some advice on how to iterate through a list (deserialized JSON to an object). Here is the JSON string: Code:...
View ArticleHow to make CsvToCsvConverter.vbs based on following code
Hello! I have; XlsxToCsvConverter.vbs (see the code at the bottum). How do I make this code convert Csv UTF-8 to the same Csv with semi-colon separation? I tried to change XLSX and xlsx with CSV...
View Article