List Box/Text File Help
Hey guys, I was just wondering how i would go about a listbox displaying only one aspect of a text file. For instance, just the name, and not password etc. This is probably an easy question but I...
View ArticleCommon dialog error
Hi all I get a error when I in the dlgcommon press cancel button On Error GoTo MnuNamnD_click_exit With dlgDemo .CancelError = True .InitDir = mstrLastDir .Flags = cdlOFNHideReadOnly .fileName =...
View ArticleVB6 Deploy Depenencies issue on Win7 64 bit.
Hi, I have a Out of Process ACTIVEX EXE that will run under all OSes from XP to Windows 7 32 bit, but not run under windows 7 x64 unless I first start it's hosting application as administrator or...
View Articlehow to refresh the listview with another form
hello i have a listview and in trying to refresh it by showing another form that says refreshing list please wait tnx for the help this is the code that call the refresh Code: Case 11: If...
View ArticleVb 6.0 tutorial
Please where can i down vb 6.0 complete tutorial, i am new on vb. Please need your help
View ArticleHow to Add,Edit,Delete&Save a data in Database-visual basic 6.0-
Pls help me with a sample interface and code
View ArticleHow do you upload a text file and a folder to a remote internet server???
Hello, I wish to have a Visual Basic Application to upload a data text file and a number of blank folders to a remote internet server, that I have my webpage on. But then I wish to have my Visual Basic...
View Articlecompile exe - then open & write to exe read more
i have done this before lost my source here it goes having 2 projects open 1 : project1 basic exe that contains 2 textbox , compile it leave it aside 2: on other project2 create open project1.exe then...
View Article[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 ArticleHow to make a sound wave display
How can I make a graphical display that shows the wave like you see in sound editors?
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 ArticleDrawing 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 ArticleHow 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 Article