| Thread | Last Post | Replies |
|
| memory deallocation | 05 Sep 2006 10:43 GMT | 4 |
IN vb6, Large objects containing large number of objects seems to take a long time. So when my codee hits set object = nothing, the process pauses for a long time while the deallocation completes.
|
| String Manipulation: a silly query | 04 Sep 2006 23:17 GMT | 6 |
I am rather good at string manipulation. Yet somehow this silly problem stumped me In a string, (Not in any text box; just a variable holding the string), suppose the
|
| Writing Values into Excel Apllication | 04 Sep 2006 22:14 GMT | 2 |
I am in need of help in writing values into a Xls(Excel Apllication) File in Visual Basic. Can any one give some Examples how to do this. Thanks in Advance.
|
| determine if a program is (already) running | 04 Sep 2006 21:41 GMT | 1 |
i am rewriting a front-end user menu system for our old DOS applications. Once a user is validated they will have a selection of applications and be able to click a command button that will 'shell' execute one of them. I don't want to do this modally (e.g. shell and wait) ...
|
| MidStmtStr | 04 Sep 2006 18:22 GMT | 3 |
I would like to know what this function is intended to do. Many thanks
|
| MSMAPI component missing in my Visual Basic 2005 | 04 Sep 2006 17:22 GMT | 3 |
I am using Visual Studio 2005 IDE, I could not find MSMAPI component in the Component list of "Add Reference Menu". When I browse to file "C:\WINDOWS\system32\mapi32.dll" then It gives error that "A reference to 'C:\WINDOWS\system32\mapi32.dll' could not be added. Please make
|
| Why doesnt this work | 04 Sep 2006 16:58 GMT | 3 |
formtext = "frmMan" load Forms(formtext ) But cmdtext = "command1"
|
| quick question | 04 Sep 2006 15:03 GMT | 2 |
Is this the correct forum for asking a question about vb script? Thanks Dave
|
| Excel Automation using VB | 04 Sep 2006 14:33 GMT | 2 |
How do I select a cell or range of cells using row and column values (R1C5) instead of E1. The Range function only allows the 'E1' type of selection. Is there a way? Thx Bart
|
| Display image from Base64 string | 04 Sep 2006 12:49 GMT | 2 |
I can get from my database a Base64 string representation of a PNG image. I need to be able to unencode(?) this so that I can render it as an image via ASP. Architecture is PostgreSQL -> VB6 -> ASP (none of this is .Net, all old school).
|
| A troubling Rnd() issue | 04 Sep 2006 07:44 GMT | 27 |
First of all, this code, i assume, would return a random integer from 1 to 5. Function D6() As Integer Return (Rnd() * 5) + 1 End Function
|
| runtime error : Overflow help me............. | 04 Sep 2006 04:30 GMT | 6 |
i have some database and i want to export it into ms excell if i export less than 35.000 the code is run like i want
|
| Control | 03 Sep 2006 22:52 GMT | 1 |
Is there any way to get then name of the control that the mouse is over on a form even if it is not the activecontrol
|
| Learning the language | 03 Sep 2006 17:39 GMT | 7 |
I would like to know what book can I get on vb6 that will teach me how to master the language. I know one book may not do the job, so expecting someone to list more than one book. Also when it come to learning vb6 what categories would you include like database, api, etc. I ...
|
| How to limit the coloumns in a listview to the header text using API | 03 Sep 2006 09:01 GMT | 2 |
I'm Trying to limit the columns in a listview to the header text. Is there an easy way of doing this. Perhaps using API ? Greetings, Farmer
|