[MSComm] receiving binary and ASCII data
Quote: 20/ 9/10 8:59 000000074290ZےےJA?¨4.88 13.2 41.1 84.2 27.0 32.1 319 42.4 7.3 50.3 3.7 0.6 4.4 14.0 42.7 8.9 7.9 10.7 57.9145.6 - --- "(..+& +G]dZD/! 4UdYD5' $11 C10 I get the above data when...
View ArticleVS 2015 [RESOLVED] declaring "e" as BigInteger
Hi there im writing this app that uses a hashing algo im working on it takes the pass (wich now can only be alphanumeric) then turns it to a specified length number. the problem is at a certain point...
View ArticleVisual Basic e arquivos STL
I've been looking for something like inserting 3D files (.stl format) in my project made in VB6 for a long time ... then I found a solution with a free web library (all documentation here...
View ArticleTrying to sort a list into date order.
Hi, I have functioning project which I'm trying to modify to display a list of times achieved, recorded with the relevant date, into date order. The list already exists as a List of String, named...
View ArticleVS 2008 Application giving TLS Error
Hello, My application used HTTP requests to download files from my server. It seems my server is no longer supporting connections below TLS 1.2 Since my application is written in .NET FRAMEWORK 3.5 SP1...
View Article[RESOLVED] asp:textbox need realtime textchange
I've designed a GUI where I want to enable a button depending on the contents of an asp:textbox. If the textbox is empty, the button should be disabled, and if there is text in the textbox, the button...
View ArticleVS Code wrong regcognize string in only one pc
my soft have this issue in only one pc(others are good), it can not recognize this substring "woodx5," in this string "forestx10,woodx5,logsx20,timberx15", if the num <=9(1 digit) then it can not...
View ArticleVS 2012 Visual Basic 201 How to Program Deitel Exercise 5.5 Retail Sales...
good day, could someone please assist me with the code below as my solution doesnt match the example in the textbook. i have attached 2 files to show what the solution looks like. many thanks Code:...
View Article[RESOLVED] Need help from Schmidt or other experts
Hello VbForms Community I'm using SQLite and VbRichClient. I have an old badly structured database I need to add a new field based on some string of an existing field I want to add a date type field...
View ArticlePlease help with socket api,,,
I am a hobbist programmer and able to deal with rest api,,, But have no idea how to handle socket data connections This is in the documentation to connect with socket data in nodejs var request =...
View ArticleCan someone help convert this nodejs code
This is in the documentation to connect with socket data in nodejs And I am not good at api programming var request = require("request"); var socketIoClient = require("socket.io-client"); let userID =...
View Article[RESOLVED] Command Prompt not Running AS Administrator
Hi VB6 and earlier Forum: My OS is: Windows 10 Home Version 2004 Installed 9-11-2020 OS Build 19041.508 Command Prompt will not respond to "Run as Administrator". Command Prompt will respond to the...
View Article[vb.net] How to set text inside a Document of an Iframe with webbrowser
Hi everybody, I'm trying to set text in this online notepad Textarea through webbrowser. It's the first time I find that code, which I really don't know how to extract. I'm using webbrowser 'cause I...
View ArticleLOOPING fso array txt
part of code: Code: ... MYFILEPATH = "C:\file.txt" Set SOURCEFILE = FSO.OpenTextFile(MYFILEPATH, ForReading) MYFILETEXT = SOURCEFILE.ReadAll SOURCEFILE.Close .... how to loop MYFILETEXT , and...
View ArticleAsync in ViewModel - best practices
Hello everyone, I'm using View-model first approach. In project that I'm currently working on I have a lot of cases where I need to fetch data from DB. Data is being used for binding controls...
View ArticleProof of concept for handling DPI per monitor V2 transparently... or almost
I made an UserControl with the idea of handling DPI per monitor as transparently as possible for the host program. It is only a proof of concept so far. The basic idea is to change form size and...
View ArticleBoxShot 3D
Makes a box picture for your software and saves it as a bitmap. Attached Images Attached Files PlgBlt Example.zip (53.9 KB)
View Article[RESOLVED] Drag/Drop between multiple listbox arrays
I have two arrays of listboxes (list1 and list2)--each maximum index of 4 1-would like to drag drop for one list1 to another list1 (I THOUGHT this code below did this---seems I successfully did...
View ArticleAsp.net webforms listbox
Ive written an Asp.net webforms app that works well in chrome on my desktop workstation, but in iOS chrome and safari, the listboxes dont render their contents. I know they have contents, as another...
View Article[RESOLVED] How does column reorder work?
I am trying to open multiple columns and rows of data into a table. There are some columns out of order and need to be moved. And lastly I would like to save the last part of the row to file. I don't...
View Article