VB 6.0 code with DDE Link application to SLC5/05 hardware
I am a beginner in VB. Does anyone know what the code is to create alarm or a message that will appear in a text box when a fault occurs in the RSLogix 500 program. The VB 6.0 is communicating to the...
View Articlevb6 application: how can i create crash dump (drwatson)?
hi! i need create crash dumps (such as drwatson) after vb6 application was crashed by any reason (such as access violation , zero divide , out of bounds , etc ) what is the way to do that? (do not...
View ArticleDragging Names from Listbox
In a program I can drag a name in a list box to another list box. Currently I am using an icon to show the dragging. I would like to see a box with the name in it instead of an icon. Is this possible?
View Article[RESOLVED] Alternative to Numega TrueTime
I'm using VB6 with SP6 on a 16 year old software package with no plans to update anytime soon. We used to use Numega Studio DevPartner, especially the TrueTime part, but we started to use 3rd party tab...
View ArticleError in Count of records
Code: Option Explicit Dim tr_no As String Private rs As New ADODB.Recordset Private ForeColors(0 To 2, 0 To 1) As Long Private BackColors(0 To 2, 0 To 1) As Long Private Sub Form_load() Combo3.AddItem...
View Articlerun-time error 0 on shell
I have this piece of code: code: ' Gaan updaten If FileExist(App.Path & "\hatasalupdate2014.exe") Then MsgBox "start updateprogram" ' just to check that the program is here Shell (App.Path &...
View ArticleParsing a Filename Help
Hello everyone, I am new to the forums. I hope that someone can help me. I am new to VBS also and need to automate a script that I found online. I need the file name to be parsed a bit and I am not...
View ArticleVB6 SP6 Programming Environment
3 Days ago noticed odd behavior in my VB6SP6 development environment. When I When I call the components menu from the projects menu the controls list is empty on new projects and on existing projects...
View ArticleVB and Database
i need help in getting information from a microsoft sql database into visual basics.. i am doing an application that searches through data and provides a specific answer
View Article[RESOLVED] Classification
Hello there! I am trying to make a programm that classifies data , but i don't get the right result. Here is my code : Code: Open "C:\Temp\data1.txt" For Input As #3 Open "C:\Temp\data2.txt" For Output...
View Article[RESOLVED] how to get ride of Null?
Code: Private Sub cus() Dim cnview As New ADODB.connection Dim rsemployee As New ADODB.Recordset Call connection(cnview, App.Path & "\Commissions.mdb", "endromida") Call Recordset(rsemployee,...
View ArticleVB - Can not update database through DataGridView
I have tried almost everything, and nothing works. I have this code in button event, on the first click datagridview is populated from database, and on the second click database should be updated from...
View ArticleVb6 serial communication
I am doing a project on vb6. I need to take some data from serial port and display it using a text box and label in vb6. But the problem is that the while loop does not run. It just executes every time...
View Articlesending POST data using Winsock?
This is possibly the wrong forum to post in, but the program is written in VB6 so I hope someone can help. I have a program that sends form data to a website via Winsock. It's been working for years...
View ArticleNeed help with a project.new to VB 6
Hello, I am working on a project where I have to build an ATE to test 2 units at a time. I am working on the software portion to communicate with an oscilloscope DSO7054B from Agilent. I am unsure of...
View ArticleDatareport textbox change event
Hi, We are doing some reporting using VB6 datareport. I have set cangrow property of some rpttextbox true and i have used lines between rpttextbox fields. My problem is line dont have cangrow property,...
View ArticleCreating an Installer Package for a VB6 Program
I have a Visual Basic 6 program that was written many years ago and it was packaged using the Microsoft Development Environment 6.0 software (Version 8426) to create a single MSI package. That MDE...
View ArticleRptTextBox data vertical alignment in VB6 DataReport
We are doing some reporting using the VB6 DataReport. I have set the CanGrow property of some RptTextBox controls to True. Is there any way to vertically align the data in RptTextBox control to centre?...
View Articlehelp with ado
hi everyone so, i have created a kind of transaction program(whether withdraw or deposit) and i have used ado to link the database with the program. the thing is that, on one form, when the user makes...
View ArticleData Type Mismatch in criteria expression
when i save a record to access through error Run time error - Data Type Mismatch in criteria expression and when i go to debug...it directs to ".Open sSQL, sConnection, adOpenKeyset, adLockOptimistic"...
View Article