Use PIPE (STDIN/STDOut) to port images to ffMPEG to Create video..
HI, Greetings to everyone this topic is related to ffMpeg ( a command line video encoding tool) below is the sample code to create video files from images: Code: ffmpeg -f image2 -r 1 -i img%03d.png...
View Articlesubscript out of range run time error '9' vb6 crystal report
I am getting this error when I try to pass an sql string to an external crystal report. extenal in the the report is not part of the project but a crystal report file. I have uploaded a summarised...
View ArticleGDI + GdipGetImagePixelFormat (untrusted)
Hello, it fails when using an 8-bit image with a transparent palette, return 32 bits, any explanation? Download the image and put in C:\ Code: Option Explicit Private Declare Function GdiplusStartup...
View ArticleHello, please help. VB6 & Acad
The challenge is to create the example program in VB. Merge AutoCad, Excel. We need to open AutoCAD software, file, identify the drawing, text boxes, and change them to a table in VB6 is ehsel.V Ole...
View Article[RESOLVED] running code without clicking a button
Now that my project is nearing completion, i have been informed that thjey would like the process to run simply by having the exe called. I must make it run without having to click any command button...
View ArticleRS232 "sniffer"
Hello In the company we have sw communicating over bluetooth. I'm doing another software which recognizes communication via RS232 commands and writes to the database. Does anyone know how to connect to...
View Articlefunction returning value
Sir, I am trying to write a function which check that the numeric key is pressed and if not returns null/blank in the textbox and on write key writes the value so the event and functions are as follows...
View ArticleDetect a Process
Looking for a bit of help / direction with this. I have a command button, If I press it I want it to see if calculator is open, If it is open bring it on top. if its not open then open calculator End I...
View ArticleSave text submitted by a user in the text box to a txt file in VB 5
Hey there, i was wondering if any one knew any code or tips that would help me acomplish a small program im trying to create? i wanted to make a basic word processing program, i have most of the key...
View Articlevb6 and timeout error when moveNext on last selection
Hello; I am having problems with VB6 and SQL Server 2005 and 2008. I am working with an application, built by a vendor but I have put a lot of work into myself. It is an archive and retrieve app that...
View ArticleHow do I write in textbox like terminal ?
Hello everyone i need write in textbox or richtextbox like terminal in Linux Exam: The textbox start order like this Order:~# Here write any Command i have in my code if i write command does not exist...
View ArticleBasic Network Practice?
I've developed an application before to be run in the main PC only. Last year, the company required me to make a client side application where it can be put to other workstations but some processes and...
View Article[RESOLVED] How to Set which Option Button is True
Hi, I have a form with 3 option buttons on it and having trouble with settings. I've tried .Option1.value = 1 and .Option1 = True in Form_Load but always the same button is selected. How can I set the...
View ArticleHTML entity Unicode Hex Character
Hello! I receive permanently a XML document wich contain strings like this: "Iași" "Galați" "Rīgas pilsēta" What can I do to convert automatically from VB...
View Article[RESOLVED] Forms - viewing and opening
Hi, I have a couple of questions about Forms. I want to use one as a sort of msgbox. But after I unload it, the next Show command invokes an error that it was previously unloaded. How would I get...
View Articlepopulating the datacombo control in vb6
I am trying to populate a datacombo control in vb6 using ado and my challenge is that the datacombo only shows up with the first row in the collection. I have shown my code below. I want it to show all...
View ArticleCmd button fore colour
Been reading a bit about this and it looks like the best option is to use a Check box or radio button with Style=1. After clicking though, it leaves a marquee dotted line on the control until you click...
View ArticleCheck_OCX.exe
"An application has been developed (Check_OCX.exe) that will find all the OCX files on your local computer system, identify if they are a VB6 control, and determine if they are current (or out of...
View ArticleHow to Check the internet connections adapters list?
Hello :wave: I have 2 internet connection on my pc, where one is broad-band connection "Local Area Connection" and another is a dial-up connection "Idea Internet". Now here I want to get the list of...
View Article[RESOLVED] Cmd button fore colour
Been reading a bit about this and it looks like the best option is to use a Check box or radio button with Style=1. After clicking though, it leaves a marquee dotted line on the control until you click...
View Article