| Thread | Last Post | Replies |
|
| Vertical Menu, Is there any controls that can allow addition/deletion | 13 Dec 2004 02:00 GMT | 2 |
of items on the run? http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=14855&ln gWId=1 This one can't.
|
| Friend property in Form not seen in class | 13 Dec 2004 00:55 GMT | 1 |
in form1 Friend Property Get NumRows() As Long NumRows = mlNumRows End Property
|
| Printer.print problem | 13 Dec 2004 00:17 GMT | 2 |
I am printing tickets on my pre printed paper. I am generating output and storing in a text file. When the print button is clicked, the data is read from the textfile and directs to the printer. I need to count the no of lines. so, i am copying to text file. This is my code...
|
| How to get how many members in a dynamic array? | 12 Dec 2004 21:32 GMT | 3 |
Hi, I created a dynamic array at global level: Public iAry() as integer At several places, the array may be redimed: redim preserve iAry(i,j)
|
| Data from VB to C++ DLLMain | 12 Dec 2004 16:23 GMT | 3 |
Hi Gurus I have use Link list include Add, Remove, Count Functions I test in consol(DOS) using c++ main. It worked. Now I want to use in Dll. I try using _stdcall to export class member function. It Compile with no error.
|
| Converting value to reference | 12 Dec 2004 15:50 GMT | 26 |
I have a variable which contains a pointer to the actual variable I want to access i.e. variable = pointer -> actual variable In other words I'd like to do something like (I'm typing this live so
|
| Exctracting FileName and FileType from a Path | 12 Dec 2004 15:50 GMT | 41 |
I have a String with a full Path of a file: "C:\temp\temp2\temp3\MyFile.txt" Now I don't want to work around and like to get follwing: 1. Filename (MyFile)
|
| DirectX | 12 Dec 2004 08:09 GMT | 1 |
 Signature hello I have an old win95 OS with VB6. I want to run some VB6 programs with Directx8 but I only have directx7.
|
| App start up at sys startup | 12 Dec 2004 06:32 GMT | 6 |
Is there a way to install my program so that it runs when the system is started (or the user logs in) other than putting it in the 'StartUp folder' or adding an item to the scheduler on XP? This would seem to be where a service would come into play, but I don't see anything that ...
|
| Random integer formula? | 11 Dec 2004 23:14 GMT | 28 |
Is this the best way to generate a random integer on (0,n)? Int(n * Rnd()) ? My concern is whether rnd() could ever generate a number close enough
|
| How do I place the main menu of a form on the Coolbar? | 11 Dec 2004 22:35 GMT | 1 |
I saw some programs that do this kind of trick, how can I do that? Thanks.
|
| Using 64bit C++ dlls in Visual Basic 6 | 11 Dec 2004 20:41 GMT | 1 |
I have ported a c++ dll from 32bit to 64 bit Operating System and AMD Architecture, but I am having problems to use that dll in Visual Basic 6.0. Has anyone experienced this problem ? Or If someone can suggest me , which way to go ?
|
| Access query & VB | 11 Dec 2004 20:40 GMT | 2 |
I have an Access 2000 database with a query. This query outputs various fields, and one of these fields is a public function 'ConvertNumber' that I created and is located in the database itself. When I run the query in Access it's ok.
|
| How can I get records in batches instead of all at once ? | 11 Dec 2004 15:53 GMT | 7 |
I am using VB6 with ADO accessing a SQL Server 2000 database that has about 8.5 million records. The database has 1 table, and the table has 4 columns. CREATE TABLE [dbo].[Packet] (
|
| How do I convert Hex strings into it's corresponding character string? | 11 Dec 2004 15:53 GMT | 3 |
Basically I need to convert some encrypted texts (nonreadable) into hex then save in an INI file...Now I jave two problem: 1) When I do hex(asc(mid(str, i, 1))), some characters small than 15 will get only
|