0
votes
1answer
29 views

Open HTML files in microsot WORD without internet connection, How to exclude popup alerts?

I've write an automated application in VB6 (and also in VB.NET) that opens an HTML documents for printing. My function works fine, without human interaction. Now we have put application machine ...
-3
votes
0answers
46 views

windows driver source code . pdfcreator . how do I compile the source code

You can find the source code here http://sourceforge.net/projects/pdfcreator/files/PDFCreator/PDFCreator%201.7.0/ I see lots of .vbs, .bas. ,.cls, .ctl, .ctx, .frm files. How do I compile these ...
0
votes
1answer
52 views

Terminate Recursive Directory Search using good ol' FSO

Cross posted here: http://www.vbforums.com/showthread.php?721189-Terminate-Recursive-Directory-Search-using-good-ol-FSO&p=4411543#post4411543 We have a recurring problem of folders getting moved ...
-3
votes
0answers
30 views

how to deduct time variable in vb6 and access global variable [closed]

In My application there are 2 project added which uses Now() which returns the system time . Now i have to create a function which closes the application if the gap between 2 subsequent call of Now() ...
-1
votes
1answer
83 views

Connection to MS access 2007 via form using vba

I have created a sample MS access 2007 database and designed a form to retrieve the records of the user , if the username and password entered in the form matches the record.In the button action it ...
2
votes
2answers
39 views

SQL records updated using VB

I have a VB code that contains the below SQL update: UPDATE table_A SET UPD_FLG = 'N' WHERE UPD_FLG = 'Y' I need to find out the number of rows updated by the above query in a separate ...
2
votes
1answer
58 views

Get character name in word VBA

Here i am want to get the character names in word by using VBA. For example a-> Latin Small Letter A A-> Latin Capital Letter A Note: ASC() and ASCW() is used to get character values (eg: ...
0
votes
0answers
51 views

Display image from ms word in Visual basic Form

Is it possible to show an image from MS word in a Visual basic form. does it have to do with converting an InlineShape into something. I tried getting the path of the inlineshape but i guess its ...
-2
votes
1answer
762 views

Run time error '429': ActiveX component can't create object

I working on VBA with Excel, Which working fine with windows OS (32 bit) and office 2007(office 32 bit) When i started work on Windows 8 (64 bit) and office 2010 (64 bit) i was unable to run the ...
4
votes
1answer
108 views

How do I open “Windows Search” in a Visual Basic application?

How can I open "Windows Search Companion" or "Windows Basic Search" for a specific folder in an application using Visual Basic ? I have found this article, but it's not what I'm looking for.
1
vote
1answer
142 views

Copied text not kept in Clipboard when form is closed VB6

I'm maintaining an old VB6 application that experience some issues with copy/paste when running under windows 7. A couple of forms has a RichTextBox control from where you can no longer copy text ...
-1
votes
1answer
41 views

how to open and WRQ relection program through VB script?

I want to open test.r2w file (r2w is extention for WRQ reflection program) and then i want to run macro which is store inside of that file and then i want to close it automatically. is it possible ...
0
votes
2answers
73 views

multi line value in MsgBox [duplicate]

how can I retreive the values stored in vSum variable multi line in one msgbox insted of retrive in multi msgbox one after one Dim rSEL, rSUM, rDes As DAO.Recordset Dim vItem_id, vQnty, vSum As ...
-1
votes
2answers
62 views

Display multiple validation messages to the user

In MS-Access, how can I store the rows retrieved from my SELECT statement in an array, and show many rows in one messagebox: Dim rSEL, rSUM, rDes As DAO.Recordset Dim vItem_id, vQnty, vSum As Integer ...
0
votes
2answers
95 views

Changing the location of an existing VBA Reference from C:\Windows\system32\ to a shared drive

I've been trying for a while now to get a reference file to be loaded externally to no avail. To be specific I am trying to load a "Microsoft Date and Time Picker Control 6.0(SP4)" which usually ...
0
votes
1answer
81 views

How to use “0” before number in Visual Basic? [duplicate]

I want to print the result in my program like this: 06:03 in visual basic 6 How can I add "0" before numbers ? m=6 h=3 print m;" : ";h
2
votes
3answers
103 views

Passing current ADO Record to another function

Perhaps I've spent too much time in .NET, but it seems odd that I cannot easily pass the current Record of an ADO RecordSet to another method. Private Sub ProcessData(data As ADODB.Recordset) ...
0
votes
1answer
194 views

VBA, Regular Expressions: Submatch FirstIndex and Length

I have a complex grouped regular expression, but in RegExp 5.5 the submatches of a match are returned as strings, there's no exposure to .FirstIndex and .Length. The captured strings are not unique. ...
0
votes
1answer
672 views

vb6 and msflexgrid, how to count columns and rows in clipboard text

Back to vb6 and msflexgrid, there is a weakness in pasting text to this control. If the user wanted for example to paste a 2*3 array in msflexgrid he should select 2 rows and 3 columns to paste the ...
0
votes
1answer
215 views

Documenting Visual Basic with Doxygen

I am trying to use some Doxygen filter for Visual Basic in Windows. I started with Vsevolod Kukol filter, based on gawk. There are not so many directions. So I started using his own commented VB ...
1
vote
1answer
108 views

Error 3045 or 3356 when appending a tabledef in Access

I'm building an temporary backend for a snapshot style database using MS Access 2003 (nothing else available), which involves adding some linked tabledefs to the temporary backend. The code has been ...
0
votes
0answers
220 views

Provider OraOLEDB.Oracle does not return right results for vba

I have this .xls vba code where I am trying to check record count and based on that decide further logic. This vba was working fine with Provider = MSDAORA but when I changed to Provider = ...
0
votes
1answer
193 views

Provide a VB6 object for window.external in a WebBrowser-hosted page

With the .NET WebBrowser control we can do: WebBrowser1.ObjectForScripting = new a_class(); where a_class is declared as [ComVisible(True)]. After which the instance of a_class is accessible to ...
1
vote
1answer
100 views

How to print continue on ending of ever page except last in Crystal Report XI?

my detailsection2 is default suppressed, I want to unsuppress DetailSection2 only when page reaches to an end then again supress on next page and unsuppress DetailSection3 on last record. I've ...
-1
votes
1answer
136 views

Which are reporting tools for vb6? [closed]

i'm new to reporting in vb6. i want to know supported reporting tools in vb6. i'm aware of datareport and crystalreport. but, which new version of crystalreport is supported in vb6?
2
votes
2answers
345 views

Error 440 in Visual Basic Application

There is an old VB application running at one of my clients. An exception is throws in this peice of code: cn=GetIndexDatabaseConnectionString() sSql="SELECT * FROM Arh_Naroc WHERE StNarocila = '" ...
1
vote
2answers
310 views

Force fit column of flexgrid

What is best way to force fit the columns of msflexgrid in vb6? so, that all columns are visible and they occupies maximum width of grid! I've tried this code but it does not properly fit last ...
0
votes
2answers
439 views

Working with VBA on Eclipse IDE [duplicate]

Possible Duplicate: Any cheap or free IDE’s out there for VB6 programming? We plan to write complex VB6 projects. Now, when the legit MS Visual Studio 6 is scarce, in our organization we ...
0
votes
1answer
260 views

send hex data to ethernet or lan using visual basic 6.0

I wanted to send hex data to Ethernet or LAN using Visual basic 6.0.the hex data will be like AB7745683ACB76B34E5FF5E99EBC5F878A6BC8E9DF9876BCEA89 On the form i have a text box in which user will ...
1
vote
4answers
464 views

create case sensitive login in access 2007 and VB6

I have saved a record in Access 2007 table under the fields username and password. Now i want to check whether proper case has been entered in the VB6 text boxes to validate the username and password ...
1
vote
1answer
292 views

Expand Collpase Row In FlexGrid VB6

How to have FlexGrid in vb6, in Which we can expand and collapse row, if it is possible in vb6 FlexGrid then please tell me how?
2
votes
1answer
193 views

Replace Function in ADODB recordset VB6

From a visual basic application I have to REPLACE the value contained in a column with another one. with ADODB I get that error:"Undefined function Replace" I Uses MS-ACCESS Database in my VB6 ...
1
vote
0answers
498 views

How to Return Byte Arrays from C# COM DLL to VB6/VBA client

I have a C# library that I'm exposing to VBA/VB6 via COM. I'm able to call functions and pass parameters fine for the most part, but when calling a function that has a byte array as an out param, I ...
2
votes
3answers
1k views

Read Number of lines in Large Text File VB6

I have text File of Size 230MB. I want to Count Number of Lines OF that File. I tried "Scripting.FileSystemOblect" but it goes out Of memory. please Help. Thanks in Advance.
0
votes
1answer
326 views

MS Comm Control in VBA

I am using VBA for Excel. My requirement is that the forms created in VBA shall communicate with external system over serial port of my system. For the same purpose, like we do in VB, I am tring to ...
-2
votes
1answer
91 views

How to Open textfile in two different databases [closed]

I'm writing a code to see what the possibilties are by creating a certain text file to and link it to a tabel in MS-access. Sub Testtxt() Open "C:\test.txt" For Output Shared As #1 Write #1, "A1" ...
-2
votes
2answers
1k views

Is there an online convertor from Visual Basic to Javascript? [closed]

I am looking for a tool to convert some simple visual basic functions to Javascript. I know that it is generally very difficult task but I need to convert only a simple constructions e.g. dim a a=1 ...
0
votes
1answer
161 views

Visual Basic Image Scaling

Is it possible to scale an image proportionately in VB without one of the 3 or 4 built in properties (since they do not work so well)? What I am referring to is something that you can do in Java like ...
0
votes
1answer
343 views

Check/display the declared type of an entity (variable, expression…)

I am investigating types in VB especially in VBA. Generally, given an entity there are two types: Effective value type, I guess, is defined as value types in this part of the specification; Declared ...
1
vote
1answer
272 views

How to Pass Byte Arrays as UDT Properties from VB6/VBA to C# COM DLL?

I have a C# library that I'm trying to expose to VBA. I can pass parameters to functions just fine (ie "ref byte[] someArray"), but passing objects or structs just won't work. If I try passing a ...
1
vote
2answers
122 views

VB algorithm for coming up with a winner [closed]

I have a app im making that will predict the outcome of a TWO MAN race. Lets say there is 10 different racers , each have won and lost many times to each other . i need help figuring out how to get ...
1
vote
1answer
126 views

Tearing Down Circular References

The following code creates a circular reference for each element in the collection. Is the code in the UserForm_Terminate routine sufficient to tear down the relationships to allow the memory to be ...
0
votes
2answers
423 views

How to use MS Access Public Function from VB6

I have a MS Access database with a Public Function defined in VBA, stored in Module1. I would like to include the function as part of a query which is handed to ADODB from VB6 by ADODB.RecordSet's ...
1
vote
1answer
261 views

Sending multiple SMS using mCore Active x in vb6 and access database

I'm using this to send an SMS using mCore ActiveX Component in VB6. This code is working fine but sometimes it sends a single SMS multiple times (in fact, hundreds of times until I close my ...
0
votes
1answer
6k views

How to insert a picture into Excel at a specified cell position with vb6

Im adding ".jpg" files to my Excel sheet with the code below 'Add picture to excel xlApp.Cells(i, 20).Select xlApp.ActiveSheet.Pictures.Insert(picPath).Select 'Calgulate new picture size With ...
0
votes
2answers
343 views

Importing external functions in Visual Basic [closed]

I'm new to Visual Basic and every place I look for the answer to this it seems they assume I have more knowledge than I actually have. I have a .bas file with a few function implementations. I would ...
0
votes
1answer
82 views

Equivalent ms access query in vba

I want a vba query to generate the same output as SELECT Count(INFO.plate_no) AS CountOfplate_no FROM Info HAVING ((date_time Between #10/8/2012 20:55:20# And #10/10/2012 14:5:50#));
1
vote
1answer
156 views

Default User Privilege of Calling Executable from Shell

So, I have to fix this VB6 application A, which launches B.exe through the Shell command (Shell(strCmd)) along with C.exe args as its arguments. B.exe will launch C.exe with args as its arguments. ...
1
vote
2answers
840 views

How to create a PNG file in Visual Basic? [duplicate]

Possible Duplicate: VB6 PictureBox SavePicture - save picture as png? How do I create a PNG file in Visual Basic 6.5 with a height of 10 and a width of 6? What is the header file inclusion ...
-1
votes
2answers
428 views

Getting an error Run time erro 9, Subscript Out of Range [closed]

I am getting this run-time error 9 , Subscript Out of range in Excel VBA 2003 while creating charts, Somewhere in the code, Public Chrt_color As Variant and also 'Assigning the chart colors ...

1 2 3 4