| Thread | Last Post | Replies |
|
| Set one array equal to another? | 28 Jul 2006 09:00 GMT | 3 |
Let's say I have two arrays: A(3,3,3) and B(3,3,3) Is the a "shortcut" way of setting B equal to A or do I have to go through nested For...Next loops? I tried B = A
|
| Dynamic array | 28 Jul 2006 08:59 GMT | 3 |
I need a dynamic array which get it's length from the user in VB6: a(1 to n,1 to n) user must enter the n as the array length. Vb6 doesn't allow me to define these type of array with "Dim".I don't know
|
| Report not properly printed | 28 Jul 2006 08:44 GMT | 2 |
I am using Visual Basic 2005 reporting and when I print the report it looks proper (in the middle of page) in print preview but on the printpage it keeps extra space (approximate 0.45 cm) in right and top. Here I am using reportviewer control on windows form for local report
|
| cannot open INSTALL.LOG | 28 Jul 2006 03:25 GMT | 1 |
I am trying to remove a leapfrog messenger and a bingo game that I have no idea where it came from. And I am receiving this error. cannot open "INSTALL.LOG" Can someone tell me the dreaded details????
|
| Automating VB IDE ? | 28 Jul 2006 00:19 GMT | 10 |
The current project I am working on is a field flashing utility for some small embedded device CPU modules using a 'C' based language. Each firmware image has a unique serial number within the C code. I plan to write a small VB program that will edit one line in the C source file, ...
|
| How do I reindex a control array??? | 27 Jul 2006 23:42 GMT | 4 |
I have many frames on a form that are a control array. When I use mz-tools to set the tab index properties of all the controls, it doesn't set them properly because one frame is out of order on the form. I have to manually find and adjust the tab index property everytime I ...
|
| Sharing Recordset Object With Multiple Threads | 27 Jul 2006 22:38 GMT | 4 |
(I've already posted this to data.ado group, but I'm posting it here also because of the greater level of participation in general.discussion. Thanks) VB6, ADO 2.6. My application uses a continually updated, disconnected recordset object.
|
| Determining the type of objects in a collection | 27 Jul 2006 21:58 GMT | 4 |
Is there a method in VB for explicitly determining the type of an object? Specifically, I've got a collection that I pass into a DLL method and that DLL method populates the collection with objects. When I then try to use the" For Each Next loop using a local variable of the same ...
|
| Using embedded apostrophes in filter string | 27 Jul 2006 21:39 GMT | 2 |
I know it has probably been asked a million times already but... I am trying to parse data from a spreadsheet (Pupil Data from Excel into a database - currently Access2003), I need to check that I haven't already imported a pupil, so I need filter the pupil table on Surname, ...
|
| Save Printer contents to TIFF file?? | 27 Jul 2006 21:19 GMT | 1 |
I'm trying to find a way to save the 'contents' of the Printer, via the hDC, to a TIFF file. Perhaps there's a way to use GDI+ or something similar so that I can control the parameters of the TIFF file?
|
| Converting Standard Date to Julian Date | 27 Jul 2006 21:11 GMT | 10 |
This is my second question in this group... I know this is not a VB6.0 group but still Iam asking this question because I didnt get any proper reply in any other group..
|
| MultiPage.value won't set page during change event | 27 Jul 2006 19:57 GMT | 3 |
I've been pulling hair over this for a while, so I'm hoping you can help. I'm working with vba for autocad, which uses the same IDE and language (6.3) as office. I have a form with a multipage with two pages. I want the ability to keep a
|
| Set row in Flexgrid | 27 Jul 2006 16:16 GMT | 1 |
How can I make a row visible in the grid. I use Flexgrid.Row to set the current row, but if that row is not displayed in the grid, it will not move it to a viewable area. How can this be done. Thanks for any advice. Michael
|
| Converting a string to an IF statement? | 27 Jul 2006 15:18 GMT | 4 |
What I want to be able to do is pull a string from a database and run it as an IF statement, for example: In the database I would have something like: "Value1 = 1 AND Value2 = 2" I then want to get this from the database and run it as an if statement, for
|
| get the name of a file double clicked | 27 Jul 2006 12:52 GMT | 1 |
hoiw can I get the name and path of the file double clicked from a folder and pass it to my application ?
|