executing a program that doesnt want to start
Windows 10 has removed the Windows Experience Index (WEI) interface that rates your computer, but the functionality is still there. Its a small console program in the system folder called WinSAT.exe...
View ArticleVS 2019 Iiterate any json sring
I'm trying to loop through this string but it stops right after the array. Here is the JSON String Code: [ Â Â Â { Â Â Â Â "@context": "http://schema.org", Â Â Â Â "@type": "BreadcrumbList",...
View Article[RESOLVED] Directory and form problem
I have written a game called Escalator. It is in a subdirectory named Escalator. On the form it has the name Escalator on it. I created a new directory called Elevator. I copied the forms, the modules...
View ArticleSearching for a string in .bin file? If found then?
Is it possible to search a .bin file for a list of strings from a text file, and if the .bin file contains any of the strings, for it to give a messagebox that returns the string it found? For...
View ArticleWhat's teh use of canceling an async token if the function has already run?
Hi. I'm trying to cancel an async function before it starts.Well actually it's a loop. The code is very long so I'm writing the major parts here. So I have a cancellation token and I set it to true -...
View ArticleCToolTip.cls toltip balloon on picturebox
CToolTip.cls, based this class, is possible to show the balloon on a picturebox, based on the coordinates X Y of mousemove event? note: i'm using a ScaleMode = vbPixels, on picturebox
View ArticleHTTP request syntax
Hi All I'm busy with an API call to a rest service and need to refresh the tokens, I've got the call working in PostMan and am now trying to get it to work in VB6. The issue I'm having is that the call...
View Article[RESOLVED] Reading/Writing to a file
I am trying to read and write indexed values from a simple TXT file. I came across the following code in several places Code: Public Class IniFile   ' API functions   Private Declare Ansi Function...
View ArticleVB6 - Multithread: the CreateThread(), accept parameters for the function?
the CreateThread(), accept parameters(even arrays) for the adressed function? Code: Public Sub Thread( byref start as long) Dim i As Long i=start   Do While True     Form1.botton.Caption = i...
View ArticleOpen Position
the website https://lmowajih.com needs a developer for design work and photos and flash if you can join our team please contact us admin@lmowajih.com
View ArticleVS 2019 How to Close Process Handle? Please
Hi, I want to close handless on notepad.exe like i showed in Process hacker Can i do it on vb.net or cmd.Can you show me example. For example want to close handsless c:/users/test on notepad.exe. Im...
View ArticleSafely discard old system
After I transfer all the information from my old PC to a new drive, what's the easiest way to wipe my old SSD clean or do I need to remove it and take a hammer to it. One other thought, can I just...
View ArticleVS 2019 VB.net program won't run except in the original folder
Hey Folks, I successfully created a VB.net executable and it runs, but only in the folder where it was created. If I copy it and its .dll file anywhere else, I get told I need to download .Net, but...
View ArticleError Sending Email from VB. (System.Net.Mail)
http://vb.net-informations.com/commu..._smtp_mail.htm Working on simple program that sends emails. This used to work. Error: Unable to read data from transport connection. Any ideas? Code: Try...
View ArticleVS 2010 BigInteger exponentiation does not work vice versa
Hi, I am facing issue regarding BigInteger - it does not work for exponentiation - 1^4165164481561684165841654186541654165841658 for example. But, 4165164481561684165841654186541654165841658^1 is...
View Articlefix( 1.9*10) = 18 ?????
hi , all why fix( 1.9*10) = 18 ????? how to Fix( ) get the right value and a fast speed ? methode 1: debug.print fix( cdec(1.9) *10) ..... 100% success but cdec very slow methode 2: debug.print fix(...
View ArticleVS 2019 Is "Dim" obsolete? Should now use Private for all local vars?
Is "Dim" obsolete? Should now use Private for all local vars?
View Articlewhy fix( a * b ) may be error but fix( cdbl(a * b) ) is the right ?
hi all ~ Option Explicit Private Sub Form_Load() Dim a1_dbl As Double Dim a2_dbl As Double Dim a3_dbl As Double Dim c1_sng As Single Dim c2_sng As Single Dim c3_sng As Single ' 'a1_dbl = 1.9 * 10#...
View ArticleHow to capture 2 to 4 pieces of data in a text file and store in .CSV file.
Hello and thank you for any and all help given in advance. I have a text file that was generated from a firewall on a network. I need to pull out the user name and the ldap_server name. It's a long...
View ArticleDrawBytesToPictureBox,how to show Picture from Byte Array without GdiPlus?
A lot of people said GdiPlus.dll Only use CPU to calculate, can't make graphics card accelerate Code: Public Sub DrawBytesToPictureBox(ByRef PictureData() As Byte, ByRef picBox As PictureBox) 'support...
View Article