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 / March 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Type Mismatch on Creating reference to shared Object08 Mar 2004 00:06 GMT2
I have an ActiveX Exe component that has a singleuse object
One of the reference to this object is created in the client application, the other reference is created at the bas module in the Exe_server itself
For some reason I keep getting the "Type Mismatch" error when creating a ...
MouseOut07 Mar 2004 23:22 GMT1
Anyone got any ideas on a neat emulation of the Java "MouseOut" event fired
when the mouse leaves a control?  I normally use control arrays and check
where the mouse is using a global variable with the index and the MouseMove
event - is there any better way as sometimes if you move ...
Date/Time question07 Mar 2004 22:43 GMT1
Can anyone tell me why the following code does not work?
Dim A As Single
Dim B As Single
Dim C As String
VB app to call Media Player07 Mar 2004 09:46 GMT1
I need to create a command button that will play an mp3 on Media Player. Can
anyone help? Thanks in advance.
Command Button Color Newbie Question Pl Hekp06 Mar 2004 07:36 GMT2
Hello Masters,
Can u please tell me how to change forecolor of the command button?
Amit Shinde
Recordset question06 Mar 2004 06:44 GMT1
I would like to know if it is possible to pass the contents of a populated
recordset(A) on to another empty recordset(B) ?
Example:  Set rsRecordsetB = rsRecordsetA
And, if so how? Thanks.
Create dll in VB and use in VFP06 Mar 2004 01:12 GMT3
I Have created a dll in VB using this code :
Option Explicit
Public Function ReverseString(ByRef SomeString As String) As String
   ReverseString = StrReverse(SomeString)
Take Over a Binary Compatible Project05 Mar 2004 17:31 GMT1
We currently have a toolkit (ActiveX dll) stored in Source Safe and defined
with binary compatibility.
It has been maintained up to this point by only one person.
I want to take over ownership of the project.
Unused varibles05 Mar 2004 16:08 GMT1
We have several projects that have grown over the years.  With the source
code review utility in MZtools I discovered hundreds of unused varibles
diminsioned.  Does this hurt the performance of a project once it is
compiled to an exe or is vb6's compiler smart enough to correct ...
Clear immediate window05 Mar 2004 15:06 GMT2
Does anyone know how to clear the immediate window in code?  After
debug.printing stuff it gets very full and confusing it would be good if I
could clear the window before each dump.
Dave
Intermittent System.BadImageFormatException05 Mar 2004 13:56 GMT1
Boy, this is an annoying error
I am consuming an older vb6 dll in my asp.net application
When I first started using the dll I had received this garbage error
Exception Details: System.Runtime.InteropServices.COMException: Some error in application progra
How do I Retrieve Dir of my COM object?04 Mar 2004 23:11 GMT4
I am building websites using Databases and COM for 3tier apps.
Currently I have to tell my COM object where the database is located either
1)  Hardcoded in the DLL
2)  Via my ASP call
Persisted XML files cannot be opened...04 Mar 2004 12:47 GMT5
I'm getting a most bizarre error and I'm at my wits end trying to diagnose
this:
Persisted XML files cannot be opened with the version of the Microsoft XML
Parser currently installed on this computer. Upgrade your system through a
ActiveX-EXE doesn't show Forms03 Mar 2004 23:51 GMT4
I'm developing an ActiveX-EXE Server, which should run on a Server-Computer. The client creates an instance of the MainClass by CreateObject("MyServerApp.Mainclass", "Server"). The server should show some status-values in a Form.
All this is working very fine in the IDE ...
Receiving series of Bytes in Visual Basic03 Mar 2004 19:47 GMT8
I have some problem to receive series of Bytes using MSComm in Visual
Basic. If anyone could help me, I am so grateful to you.
I am trying to receive series of Bytes from a PIC16F877. These bytes
are generated by an image sensor and stored in a SRAM, the PIC get
Pages: 1 2 February, 2004
 
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.