copying single sheet to a new workbook vb.net
Dear All I am working on a code to copy specific sheet to a new work book in excel but the code copies all the sheets although I define the sheet by name, My code is as below: Code: Private Sub...
View Article[SOLVED] Skip Certain File Extension .GetFiles evaluation
Hi All, Wondering if someone could help me exclude files with a certain file extension? I currently have this evaluation, but I'd like to exclude a particular file extension, e.g. .txt files from the...
View Article[RESOLVED] This may be a tough question for the gurus
Is there a way - code wise (VB6)- that can turn off a USB device remotely Jeff Stay safe
View Article[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 Article