The size of the radius of a circle
I'm having difficulty with sizing the radius of a circle on a form. On the form that I am working with now when I set radius = 0.3 it is exactly what the circle that I want looks like. My question is,...
View ArticleNimo TV live
I tried to play Nimo TV Live on WebBrowser vb app but it seems it doesn't work this is the code i used to do it Code: Dim html As String = "<html><head>" html &=...
View ArticleSendKeys not working using Midi Data to HotKeys conversion
Greetings, I am currently developing a program called Midi2Logix. Its primary intent is to capture Midi data, assign that data a "Key" value that is sent to a program that has HotKeys enabled. Here's...
View ArticleTransparent text
Is there any reason why text would print opaque when the fonttransparent property of the picturebox is set to true? PK
View ArticleRotated text
I have found this code for printing rotated text on a picturebox somewhere and have modified it, but apparently not properly,as it does not want to print transparent text. If someone can help me make...
View ArticleVB6 QUESTION: Lazy person wants code to read the start menu
I apologise, the lazy person is me. I am looking for some code to find out what programs are installed into the Windows o/s. I understand largely what needs to be done, open the two start menu menu...
View Article[CoolXP] Another good VB6 Common Controls Replacement resource for VB...
I found this, I think is interesting, it hasnt a help file but a good part of controls provide source code, I miss 'property pages' for some controls but anyway looks very good, seems the programmer...
View ArticleMIDI Play, Pause, Resume Using mciSendString
Hello, Does anyone have working code that can Play, Pause, and Resume MIDI files using mciSendString? I would like to test it out on MIDI files having multiple Tempo changes.
View ArticleGet 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 Article