[RESOLVED] How to: Winsock App that ............
I want to make a Winsock application that can either be connected to from another app or it can connect to the other app. I think it will be a three socket app. Socket 1: This socket will be to Listen...
View ArticleHow connect to a Bluetooth phone?
Hello! System has a device called a "standard modem connection for Bluetooth" (that is my phone paired to pc via bluetooth). This modem is hanging on port COM4. But when i try to connect to him...
View Article[RESOLVED] How to make a sound wave display
How can I make a graphical display that shows the wave like you see in sound editors?
View Articlehelp in text splitting
i am having a problem in vb6 the user gives the input in form of username/password and i wanna take username and password seperately how
View Articledaily time record sample
Hi, I am new here in vbforums. Also I am a beginner in vb6 and programming. I am looking for a sample for daily time record keeping wherein I can record attendance and compute later for late and...
View Articlehelp how to compute record
I have this record on a table EmployeeID------------LogDate-------------LogTime-----------LogType 12 2013-01-10 0830 IN 12 2013-01-10 1130 OUT How will I compute the difference between the two logtime?
View Article[RESOLVED] Drawing a Color Border around TextBox - Need modification
Dears, I have downloaded the code to draw color border around text box, it is working fine if text boxes are placed on Form, the code is not working if text boxes are placed in Frame Control. I need...
View ArticleHow To: Play sound and display graphical sound wave at same time
I have code to convert sound wave into a graphical wave display (like you see in sound editors) but I need to be able to play the sound from memory at the same time the graphical wave is being displayed.
View Article[RESOLVED] How to count files in backup
Hi I wonder how to count the backup files I have. If I say like this 1: making backup OK 2: making backup OK 3: now is the question how to count the backup files so I can remove some of them or kill...
View ArticleGetting variable from dll function
Have a vb6 app that used functions from a dll written in c++. I have referenced the dll and have used dependecy to view the entry points of the dll. I have a declare function setup as follows: Declare...
View ArticleMS Access VB6 Listview item selected show image picturebox data from database
I have a listview with data from an Access database with the following fields id, name, photo is there any way to display product images in picturebox when I click on one of the data in the listview?...
View Articlewebcam suggestions needed help
hi i made this programme multi webcam viewer ,ether user be host or view , has chat also , i wish to know what else i can add to this programme to make it better. both are using image1 , image2 is...
View ArticleOpening Word Document with KingSoft Office in VB6
Hi, I have some doubts that need help from exeperts over here a) Is KingSoft Word compatible with VB6 b) How to open a word document with KingSoft Word using VB6 I also need to know if MSWord installed...
View ArticleProblem with Project file
Don't know if this is the place ask this but I am really in trouble. I have been working on a project for the last 3 years. Everything was doing fine until today. When I reopened the project it loaded...
View ArticleFilling out web form (Text boxes, Radio Button & Dropdowns) using VB6
So i have been searching for days. I have seen many posts on this topic but nothing that addresses my issue as a whole. I have a form within vb6 that a user will fill out. When they press a command...
View Articlewieredest problem ever faced......
i have this source for webcam i copied most of the code and controls to new project checked all reference , on new form it dont seem to work when viewing webcam image is so small , so when i had to do...
View Articlehow to make vb6 applicataion that tart automatically when windws starts
how to make vb6 applicataion that tart automatically when windws starts help me
View Article[RESOLVED] Game with pictureboxes
Hi, I am making a game and I have a problem. I want something to happen when two pictureboxes are at the same location. I have tried this: If picturebox1.location = picturebox2.location then...
View Articlehelp on opening the program
how to create app that opens only when internet is connected?
View Article