Not 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 ArticleUser Control Assistant 2
This is a remake of my previous submission. You can now generate all properties at the same time, except for Font property, which uses a separate button . Lists can be edited to your needs. Hope this...
View ArticleSystem.IndexOutOfRangeException
Hi, I have the following code - I am on cellcontent click I would like to populate textbox values and an image. See code below Code: Dim conn As SqlConnection = GetDbConnection() Dim command As...
View ArticleImage retrieve from SQL DB
Hi, I am trying to retrieve image and display it on the picturebox2 on datagridview cellmouseclick but receive the following error message: Code: System.ArgumentOutOfRangeException: 'Index was out of...
View ArticleInput Needed, on Multiple Levels
There's a problem that I'm involved with, and I'm looking for suggestions. We get information from a small-ish number of people (roughly 100-300 per year). We have no control over them other than to...
View ArticleMerge many pdf files into single pdf file
Hi, I hope someone will help me how to merge many pdf files into single PDF file using VISUAL BASIC 6.0. I really don't know how to do it. What I need to do is to merge all the pdf files that the...
View Article