Get Pixel from window and click if that pixel (or in range of that pixels)...
Hello VB Forums! I'm trying to accomplish a new project for myself which is giving me headaches. So, I want to: - Get/Focus a window (done) - Detect pixel (done) - Mouse inputs (done) - Now the fun...
View ArticleProblem with ActiveX Controls (level: beginner; problem: very easy!!!)
My problem is the following: As I said in the title: it's something simple ... Obviously, for those who are familiar with it !! I am quite a beginner in this, as I use them little, and unwillingly ......
View ArticleUser Control byte array problem
I am in the process of converting SimpleSock into a User Control, and I have run into a problem transferring a byte array. The User Control contains SimpleSock.cls and modSocket.bas, but we cannot...
View ArticleAdjust Textbox size to Cursor(carat) Position
I'm loading files in Binary format and displaying it in a modified Asciii format so each byte is only one character wide. The "records" of my files are either 596, 610 or 624 bytes long. When I load...
View Article[RESOLVED] User Control byte array problem
I am in the process of converting SimpleSock into a User Control, and I have run into a problem transferring a byte array. The User Control contains SimpleSock.cls and modSocket.bas, but we cannot...
View ArticleAdjust Textbox size to Cursor(carat) Position[SOLVED]
I'm loading files in Binary format and displaying it in a modified Asciii format so each byte is only one character wide. The "records" of my files are either 596, 610 or 624 bytes long. When I load...
View ArticleHow to appear Input Writing on Movies
Hi Master, i have newbie on VB Programming. Please kindly advise, how to appear input writing on live movies/live HTML. I have using VB2019
View ArticleVS 2013 Software Development Platform.
Hello everyone, For last several years I am working on vb.net and SQL Server. I am designing a time tracking software to distribute to my all clients. My issue is some of my clients are using Linux and...
View ArticlePaste Image to Rich Tect Box issue
Hi. I'm having some issue with pasting a list of images to the RTB. I'm using an list with images, I'm also using the same image object as you can see on the code. The problem is that, SOMETIMES, the...
View ArticleVS 2010 Check If three is no voice input in the mic _Visual Basic 2010
HI Hope you are doing well. I have been working on voice recording programme. It works and plays the sound as a recorder but I want to know how to check if there is a voice input coming on or not. I...
View Articlevb.net listboxta seçilen klasörün içindeki klasörü belirli bir dizine kopyalama
Code: ListBox1.DataSource = New IO.DirectoryInfo("D:\Filmler").GetDirectories() ListBox1.DisplayMember = "Name" bu kod ile listboxta listeleyebiliyorum ama seçtiğim klasörün içindeki alt klasörü...
View ArticleTEXTING Question
To unsubscribe from automated text messages sent to your mobile phone number, just respond to the text with one of the following words: STOP UNSUBSCRIBE END QUIT CANCEL Stop and Unsubscribe are the...
View Articleis there other Copymemory faster than WinAPI ?
Hi ALL~ the floowing code work in WinXP , but crash in Win7 is there other Copymemory faster than WinAPI ? Code: 'https://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=49798&lngWId=1...
View ArticleAbout RC6.Win10Theme
Since RC5/RC6.Widgets only have Win7Theme, I have been reluctant to use RC5/RC6.Widgets. I'd like to know when RC6 could provide Win10Theme and whether there is an approximate release date. Thanks.
View ArticlePaintPicture method tutorial
Due to the fact that many do not understand the work of the PaintPicture method very well, I made a tutorial. As it turned out, I myself misunderstood some of the methods. Various methods are...
View ArticleVS 2019 [RESOLVED] DateTime.Now.Substract
I index files using a BackgroundWorker. When finished I want to display the time the process lasted. Even when indexing takes less then one minute I get a time like: 63754024013,3167 sec. Code:...
View ArticleGet number of PC's using an exe file on the LAN
Hi. Using visual basic on VS2017. I am trying to find out how many pc's on the LAN are currently using an app. The app exe file is called FiF.exe. I have tried the following code just to try and see...
View ArticleMultiple Interface Variants
That subject line sucks, but I couldn't think of a good one, as the question is a bit odd. In VB, you can do this: Code: Interface ITestReadOnly ReadOnly Property MyProperty As Boolean End...
View ArticleVBA Function returns 0
Hello: I am trying to run a function in VBA for Excel, as shown below. Code: Public Function ExtractNumeric(ByVal n As String) As Integer ' Assumes numeric portion is at the beginning Dim c As...
View Article[RESOLVED] Multiple Interface Variants
That subject line sucks, but I couldn't think of a good one, as the question is a bit odd. In VB, you can do this: Code: Interface ITestReadOnly ReadOnly Property MyProperty As Boolean End...
View Article