Tagged Questions

0
votes
1answer
25 views

Invalid use of property in vb6

Hi, I Have recordset rc1 that reads values from txt file. The fields are rtn, amt, name. Now I get the data from table t_rec and assigned it to another recordset rc2. and compare with the recordset …
1
vote
1answer
31 views

Where do I download : VBRun60sp6.exe (which installs Visual Basic 6.0 SP6 run-time files) ?

When I go to the MS web page describing the latest VB Runtime Files list it directs me to what looks like the right download for VBRun60sp6.exe but when I actually download it it's …
0
votes
1answer
10 views

compare two record sets in vb6

HI, I have two recordsets rs1 and rs2 in vb6. i want to compare each record in rs1 with each record in rs2. If rtn(column) in rs1 is same as in rtn in rs2.then set date = now and claim = c. This is …
0
votes
2answers
18 views

assign table values to recordset and update with another recordset using vb6.

HI, I want to assign database table columns to recordset in vb6. And i want update them with the values that i have in my another recordset. Is that possible? Any idea or example code will be …
1
vote
8answers
92 views

Technology choice for redesigning an old VisualBasic-Application

Completely unexpectedly, I (a webdeveloper, with a decent knowledge in OO), am tasked to re-design our old flagship Windows-application and drag it screaming and kicking into the next century. Here's …
0
votes
2answers
63 views

different numbers from 1 to 10 using vb6

i want to generate 10 different numbers from a range of 0-9. the desired output may look like this, 9 0 8 6 5 3 2 4 1 7 Dim arraynum(9) As Integer Dim crmd As Boolean Dim rmd as integer For i = 0 To …
0
votes
1answer
46 views

Visual Modeler in VS 6

Till date I have used only VB6 Professional for developing apps. But recently I have joined a company which owns VS 6 Enterprise (or some such version) I was just exploring what is available in VS 6 …
0
votes
1answer
20 views

Sheridan SSDBGrid control having problems in a VB6 app

We've got an old VB6 application we wrote about 10 years ago. Back then we had no faith in data binding, so we did all of our own population of controls in code. (Long story, don't ask.) This …
0
votes
4answers
80 views

Is there any way to tell if the Windows Directory is writeable without actually writing to it to test?

I have some old vb6 code that checks to see if the Windows directory is writeable by WRITING to it then reading a value back. But... we have a virus scanner that's viewing that as suspicious behavior …
0
votes
1answer
19 views

Collating Sequence Not supported by operating system

I am moving from SQL 2000 to SQL 2008. The SQL 2000 is on a Server 2003. SQL 2008 is on a Server 2008. I have imported my database successfully. I am able to perform queries and they work fine. I use …
0
votes
3answers
41 views

Make child window transparent to user input

Is there a way to make input "pass through" a child window and reach its parent? My problem is this: I'm making custom control with a label that can be formatted. So, rather than trying to re-invent …
2
votes
3answers
276 views

How do you get VB6 to initialize doubles with +infinity, -infinity and NaN?

VB6 doesn't appear to make it that easy to store +infinity, -infinity and NaN into double vars. It would help if it could so that I could do comparisons with those values in the context of complex …
1
vote
2answers
15 views

GetTokenInformation in Visual Basic 6

Hello, I am using GetTokenInformation as a part of the code that determines if the current thread is running as an Administrator. Anyway, I have a structure for TOKEN INFORMATION that looks like …
1
vote
4answers
39 views

Control Properties in Visual Basic 6

Is there a way to ask for a control property in a loop?? I need somethig like this: For each p in control.properties if p = "Value" then msgbox "I Have Value Property" elseif p = …
0
votes
0answers
15 views

ActiveX component for SMTP proxy

Hi all, i'm looking for an activeX component which works as proxy and allows reading/manipulating smtp traffic. any ideas? thx

1 2 3 4 5 69 next
15 30 50 per page