Skip to main content

All Questions

Tagged with
2 votes
1 answer
647 views

VB6 does not terminate Excel process

I'm having an VB6 application that opens an excel macro enabled file using workbooks.open method. Inside this file, there is an userform that gonna be automatically opened when the file is opened. The ...
Duong Sansen's user avatar
0 votes
1 answer
164 views

a%&8b is valid variable name or not in BASIC

a%&8b is valid variable name basic Suggest me if it is valid in VB6 Help me. It is my exams
MANISH KUMAR MAHANTA's user avatar
1 vote
2 answers
375 views

Visual Basic 6 check if dll exists

I am in need of a little help, I'm trying to exit sub, if a test.dll is detected (test.dll is just an example), and if the dll does not exist, just continue to do the other things in the code. I'm ...
user2022's user avatar
2 votes
1 answer
243 views

Send python string using vb6 winsock

I assume I don't know python. This script sends a simple string over lan to a lan address (from my pc to a python server) ------------------------------------------------------- import socket # ...
iz1kbp's user avatar
  • 21
2 votes
1 answer
228 views

Implicit ByRef in legacy Visual Basic code

I have to copy an algorithm from a legacy Visual Basic software and there is one thing about the code that I don't understand. It seems the author has used some way to implicitly pass simple data ...
daign's user avatar
  • 929
1 vote
1 answer
2k views

How to make VB6 console application which prints output to the command prompt

I want to make command line VB6 application which prints its result to the command prompt (similar as printf in C). However, none of the found solutions does not work for me. I have VB6 SP6, Windows ...
Aleksandar's user avatar
0 votes
0 answers
130 views

Could not open table in Visual Basic 6.0, generated in PowerDesigner 6 AppModeler

I'm trying to make an app using Microsoft Visual Basic 6.0. My problem is that VB cannot open tables, outputing a message "Could not open table 'Table'!" though Visual Data Manager opens it fine. ...
HardRock4Life's user avatar
2 votes
2 answers
557 views

VISUAL BASIC 6 :: Unload Splash Form With Timer

My code is working properly up until the point when I want to unload the newly generated form. I have 2 timers :: 1 for load the splash form and 1 for unload the splash form. Option Explicit ...
GoPro's user avatar
  • 43
0 votes
1 answer
33 views

Visual Basic 6 :: Cover all equations to get a specific outcome

My goal is to cover all possible equations (of whole numbers) to get to a specific number and extract the results to a text file. Here's my current VB6 code: Private Sub Form_Load() Dim myFile, ...
PUG's user avatar
  • 351
1 vote
1 answer
1k views

How to use .c file in Visual Basic project?

I need to convert C code to Visual Basic. I have .c and .h files. Are there some ways to use my .c file in Visual Basic Application? Application was created in Visual Basic 6.0. Now I see only one ...
Mikhail_Sam's user avatar
  • 11.1k
1 vote
1 answer
45 views

Window still works in the background

I am Trying to run in the background window When he becomes inactive window and , i want that Still work and Recognizes the pressing Of The keyboard I use Visual Basic version 6 Can it be done My ...
kspgame ksp's user avatar
0 votes
1 answer
625 views

How to rotate a ImageBox on a windows form using vb6

I need to rotate a Image box 55 degrees when a condition in my if statement is met. Is this possible?
Pooya Soleimani's user avatar
0 votes
0 answers
174 views

How to create duplicate image in visual basic 6

I have a problem in Visual Basic 6. I have two forms in a project and when I click on Image1 in Form 1 then Form2 is showing up. Form2 contains a Button which build a Image when it's clicked. Then ...
Pooya Soleimani's user avatar
1 vote
0 answers
326 views

"operation is not allowed when the object is closed" in adodc visual basic 6

Hey guys my friend told me to ask questions here, I'm new here so i really hope you guys can help me with this big problem of our thesis. So a message box always appear saying "Operation is not ...
Aljon Maynard Pareja's user avatar
0 votes
0 answers
218 views

Visual Basic 6: Resource Editor shows no resources

I've inherited a VB6 project that uses resources, and they work fine, but when I open the resource file with the resource editor, there are no resources there! Googling hasn't turned up any similar ...
UserX's user avatar
  • 515

15 30 50 per page