Convert C++ codecave function to VB6
Hello, guys. Please, may someone help convert this function to vb6? Code: void walk(HANDLE pHandle, DWORD baseAddress, int direction, bool dash) { Â Â BYTE codeCave[32]{ Â Â Â Â 0x60,...
View ArticleCompare different audio
Well I've asked a question similar to vb.net, but this is a little different let's go there: well I want to know if two songs are equal or similar the difference is that the first mp3 has 2 minutes and...
View ArticleAbout array
Hi! I declare an array like; Dim myarray() as string. But i want to declare like control arrays. example for x = 1 to 5 dim myarray(x) () as string next i want to add winsock data to these arrays. is...
View ArticleGo for the Olympics
LetÂ’s talk about the Olympics, the masters showdown, one point difference
View ArticleVS 2010 endofstream
Hello I am working through a tutorial written in vb.net 2010 . I am using 2010 professional. The tutorial calls for the use of .endofstream , I get an error message (Error 1 'endofstream' is not a...
View ArticleNot Getting Data From WebAPI
hi. i am working on xamarin and created a web api for data transfer but not getting any data in the xamarin form. The web api is showing data in postman on local server but in xamarin the response is...
View ArticleHuman like mouse movements
Hi there I was just wondering if there is any source code available for moving a mouse between points with human-like movement. Thank you.
View ArticleVS 2010 [RESOLVED] endofstream
Hello I am working through a tutorial written in vb.net 2010 . I am using 2010 professional. The tutorial calls for the use of .endofstream , I get an error message (Error 1 'endofstream' is not a...
View Articleneed help with listview
i have installed vs 2019 and not sure what vb that is i think its dot net i have poulated a listview and need to find out what item in that listview has been selected like 2nd or 5th ? can you help me...
View Article5.0 MSIX bundle side load to OneDrive folder for auto update
is it possible to side load the MSIX C# desk top winforms application on to my one drive shared folder and use it for auto update URL I googled a ton but not succeeded. I tried to publish the...
View ArticleRichtextbox... First Line and Current Line
Greetings! Please, would you like to help me solve this problem in a simple way, without having to keep searching and trying in vain !? :) I have a Richtextbox, and two Labels, in which, as suggested...
View Articledelete item from treeview wirh doucble click events
Code: Private Sub TreeView1_DblClick() 'DELETE ITEM 'here the code to delete current item 'DELETE ITEM End Sub
View Article[RESOLVED] Playing sound waves in IDE and Exe
Strangest thing this morning.... I've been using a JukeBox program I created about 10 years ago (and have been modifying over the years). Up until today, EVERYTHING worked as it should. When I run my...
View ArticleVS Code In a loop and can't stop.
Please review the following code below. My intent is to check if a menu form is open and minimized. If it is, then once the main form is closed bring the minimized menu form back to the screen from its...
View ArticleVS 2017 [VB.NET]Instagram API: Retrieving the email of currently the user info
Is there a way to retrieve the email of currently user info with the Instagram API? This is the response I get to: Dim input As String = httpRequest.[Get]("https://www.instagram.com/" + Me.user.Text +...
View ArticleITextSharp - Different performance between file reading and TIFF page reading
Hello, I'm anticipating that the programming for me is in its infancy, so I expose a problem maybe trivial but for me inexplicable. I have created a simple SUB that calls a function for all the TIF...
View ArticleVS 2019 [VB.NET] Transform Vb6 form in MDI child or Container in vb.net
I have some applications in vb6 and would like them to be integrated into the vb.net this is possible I searched not found anything relevant as well if there is no way to make a formula or .exe vb6 in...
View ArticleVS 2019 Bug in DataGridView ?!
Dear VB.Net - Pros, I don't know why, but the third row of my DataGridView is behaving strangely. And I can only enter one char. Although they are all controlled by the same events. Maybe someone of...
View ArticleVoice Action Program Voice Recognition Problem
Well I downloaded the following code I run as administrator to avoid OCX errors everything worked perfectly but after a lot of effort reading the documentation by opening the Help.html file I could see...
View ArticleVS 2019 Vb.net - Split large text file by number of lines
How can I split a single text file with 1000 lines into multiple smaller files of, for example, 300 lines ? I found two C# code, they feel good, but I'm not able to convert them to vb.net Code: using...
View Article