3
votes
4answers
54 views
Getting a VB6 Application to Work in Windows 7 If You Can’t Recompile
I have a VB6 application that still references some old VB5 libraries (dll, vbr, tlb, and ocx). We're having some strange issues like it can't read the registry using advapi32.dll. I've tried running …
0
votes
2answers
24 views
How do I install Microsoft FlexGrid Control 6.0 on a computer without VS 6.0?
Hi!
My VB.NET application uses Microsoft Flex Grid Control 6.0. This is a legacy application which has been ported from VB6 with the Visual Studio conversion wizard. Although I can compile the …
0
votes
2answers
35 views
Numbers with leading zeroes, using vb6
Hi,
How add leading zeroes to a number. For example
Dim stracctnumber as String
stracctnumber = 987654321
if stracctnumber is less than 15 characters, then add leading zeroes to the account number
…
0
votes
4answers
47 views
ActiveX component can’t create an object
Hi
I am getting error : ActiveX component can't create object. Actually I have VB6 Dlls where business logic is reside and I am calling that dll function in my vb.net application , all dlls are …
0
votes
2answers
23 views
“Operation is not allowed when the object is open” error in VB6
Hi,
When I am trying to execute the program I am getting an error like "operation is not allowed when the object is open".
I am geeting error in second part of the code where .Source = "SELECT * …
0
votes
1answer
38 views
Showing printer properties in VB6
There is some old code in one of our VB6 apps that is supposed to show printer properties when the user clicks a button. When the app was first written (in the days of Win 98/2000), this code worked …
1
vote
1answer
30 views
MXXMLWriter60 doesn’t output byteOrderMark for UTF-16 encoding
I'm using a variant on code seen in "How to make XMLDOMDocument include the XML Declaration?" (which can also be seen at MSDN. If I change the encoding to "UTF-16" one would think it would output as …
1
vote
8answers
108 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
3answers
26 views
CheckTokenMembership in VB6
Hello All,
I'm having a hard time converting this C++ code to VB6 code. I've search the net and haven't found anything. PInvoke.net only has reference to VB.NET code. Here's the code from MSDN:
BOOL …
0
votes
1answer
36 views
updating the table using recordset.
Hi I have a recordset rcdDNE. I want to update my reclamation by making some condition with my existing recordset. But my table is not updating. Can you guys tell me where I ma doing wrong.
Dim …
0
votes
1answer
16 views
VB6.0 Create and Format Microsoft Project File
Hi,
I’m struggling to write what I want to do as I’m not at all familiar with Microsoft Project so I hope someone can grasp what I’m after, lol!
I am creating tasks from code and settings the …
0
votes
1answer
35 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 …
0
votes
1answer
33 views
how do i run google voice from vb6
How do I run Google Voice from Visual Basic 6?
0
votes
1answer
28 views
VB6 Apps Hangs only in Vista/Win7/Win2008 Must reboot to bring them back
I have vb6 apps that runs without any problems for hours on vista/32/64 or win7/32/64 and Xp32/64 machines. It sometimes hang in XP machines but I can just close the app in Task Manager then restart …
0
votes
2answers
93 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 …
