Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General / December 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Vertical Menu, Is there any controls that can allow addition/deletion13 Dec 2004 02:00 GMT2
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 class13 Dec 2004 00:55 GMT1
in form1
Friend Property Get NumRows() As Long
 NumRows = mlNumRows
End Property
Printer.print problem13 Dec 2004 00:17 GMT2
 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 GMT3
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++ DLLMain12 Dec 2004 16:23 GMT3
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 reference12 Dec 2004 15:50 GMT26
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 Path12 Dec 2004 15:50 GMT41
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)
DirectX12 Dec 2004 08:09 GMT1
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 startup12 Dec 2004 06:32 GMT6
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 GMT28
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 GMT1
I saw some programs that do this kind of trick, how can I do that?
Thanks.
Using 64bit C++ dlls in Visual Basic 611 Dec 2004 20:41 GMT1
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 & VB11 Dec 2004 20:40 GMT2
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 GMT7
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 GMT3
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.