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 / COM / August 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataTable!!!31 Aug 2006 14:33 GMT1
How can I copy only 10 rows of a DataTable to another DataTable?
Sloppy soln...Need better !!!
For Each dr As DataRow In MyTable.Rows
If y > 10 Then
help: Runtime error: -2147023113(800706f7)': Method '~' of object '~' failed29 Aug 2006 14:29 GMT1
Good day.
I got this error(as subject) when running a VB application. There is a
Microsoft link about it
http://support.microsoft.com/?scid=kb;en-us;292744
Dll's caller23 Aug 2006 21:40 GMT2
I have an application which  will load com dll via createobject
so within the dll, how can I reference back to the instance of the caller
whoever calls createobject on the dll., because I need to access the
properties/controls
to count the the total no of windows opened using vb23 Aug 2006 21:19 GMT1
i m learner of vb.i wanna now how can i use getwindows option to get
the running windows and check whether the running window is an excel
application  or not...pls help me rega
rtding this
Vb6: P-Code is smaller, faster and more stable!?23 Aug 2006 19:12 GMT1
I use Visual Basic 6 to create my application.
P-code ist smaller than native code. I think that is clear.
But I have always read (and though thought) that native code is faster and
better.
Package and Deployment Wizard problem in VB 621 Aug 2006 15:49 GMT2
I'm having an issue with the Package and Deployment Wizard in VB 6 and
I'm wondering if anyone has seen anything like this.
I've created an ActiveX dll and I have to create an exe to make it easy
to deploy on the production server. In my dll, I have functions that use
Timer control inside ActiveX problem17 Aug 2006 18:18 GMT1
A timer control is always running even the control is not being used.
Any way to control timer to just be enabled on runtime ???
How to put icon on Activex17 Aug 2006 12:28 GMT1
How can I put a icon to an activex control that appears on controlbox ?
Thanks in advance
How to create binary file?16 Aug 2006 22:46 GMT2
Does anyone know how to create binary file using Visual Basic? I am using
the following code and it created a normal text file. Also one more thing,
can I use a normal editor (e.g. Notepad) to open a binary file and read the
content?
How to calculate a checksum using exclusive OR?16 Aug 2006 12:56 GMT2
How to calculate a checksum using exclusive OR? For example I have a string
and need to calculate a checksum (BCC) using exclusive OR, how?
Regards,
Daryl
Editing Excel from a VB.NET Forms application16 Aug 2006 07:22 GMT1
I have a windoes forms application in VB.NET VS2005 that edits an excel 2000
worksheet via the microsoft Excel Com component.
Dim xlApp As New Excel.Application
Dim xlWB As Excel.Workbook = xlApp.Workbooks.Open(ExcelFile)
how to count the total no of open excel application14 Aug 2006 23:38 GMT1
i m a vb learner
i want to  design a code to count the no open excel applications
through vb.i want to no what classes are needed to be included and what
API r to be used for this and how do i establesh an intefacer with vb
Insert Data10 Aug 2006 09:54 GMT1
I try to insert some data in my table name customer(Customer_Name,
Street, Account_No) from data:
[Customer's Name]
[Street]
left mouse down on combobox10 Aug 2006 01:15 GMT2
I have this problem:
I can't manage the right mouse key pression. This is possible with textbox
managing mousedown event, but for combobox it is'nt possible.
How I can resolve this problem?
VB and BCP10 Aug 2006 00:45 GMT1
I'm trying to insert records from data file into MS SQL Database table
through bcp.
The data file has 3 million records
here's my problem:
Pages: 1 2 July, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.