Quantcast
Channel: CodeGuru Forums - Visual Basic 6.0 Programming
Browsing all 736 articles
Browse latest View live
↧

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 Article


vb6 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 Article


Dragging 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 Article

Error 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 Article


run-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 Article

Parsing 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 Article

VB6 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 Article


VB 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 Article

VB - 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 Article

Vb6 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 Article


sending 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 Article

Need 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 Article


Datareport 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 Article

Creating 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 Article


RptTextBox 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 Article

help 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 Article

Data 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
Browsing all 736 articles
Browse latest View live