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 / Enterprise Development / October 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Event Log Event Number12 Oct 2004 19:01 GMT1
FYI,
I was having trouble writting to a custom event log when developming a
VB.Net service.  In my research I found that in order to write to a
custom event log in a service the AutoLog property of the service has
Why does application run 4 times longer from server?12 Oct 2004 15:05 GMT5
The application I have runs 4 times longer when the executable is mounted on
a server than it takes if the same executable is mounted on the local PC.
The data files it uses as well as input and output files do not change
locations.
The memory could not be "read". Application Crash??11 Oct 2004 02:37 GMT36
I have a VB6 application I am developing that seems to be throwing up this
error message and then crashing the program.
The instruction at "0x77fcdf2a" reference memory at "0x00213408". The memory
could not be "read".
passing a variable as an attachment to outlook10 Oct 2004 16:56 GMT1
If I call
myAttachments.add   "c:\test\test.txt"      this works fine
txtAttachments = "c:\test\text.txt"
myAttachments.Add txtAttachments       object doesn't support this property
Password Problem07 Oct 2004 20:01 GMT1
I've been using ADO for a few years now and now I need to simply open
an access DB using DAO3.6 which has is password protected.
set dbtemp = opendatabase("MyDB.MDB",False,False," ;pwd=mypass")
I get an error about "cannot find...ISAM" something, something...
Project still using VB606 Oct 2004 03:17 GMT4
I am wondering what kind of programs are you guys still working on with VB6?
I want to switch to VB.NET but just don't have the time to invest in the new
stuff(s).
I am always in the "need-to-have-this-done-by-tomorrow" kinda situration
Capture any key press in VB05 Oct 2004 13:00 GMT1
I have a VB project with only modules, and no forms or controls at all. Now
in a loop within one of these modules, I want to check if a user presses any
key, say "Esc" to run out of the loop.
Can anyone suggest how can I trap the key press in a VB application ?
Dir function04 Oct 2004 15:55 GMT4
When I execute the following code:
   If Dir(strFileName) = "" Or strFileName = "" Then
       FindFile = False
   End If
How do i get integrated help04 Oct 2004 13:43 GMT4
I have written a VB6 application that I would like to include "What's this
help" and standard F1 help. The F1 help should load up HTML help files. And
the "?" help should just bring up a brief description of things.
My question is how do I build the HTML help file. And then how do I
Picturebox control issue03 Oct 2004 17:38 GMT2
I am using VB6. I understand that the picturebox control has a limit of
32,767 pixels for its width.
But I require a larger width. Can it be long data type instead of the short
integer it already is ?
Converting Days to Months and Years03 Oct 2004 15:24 GMT4
Has anyone got an easily formula to convert the number of days to a value
with years and months??
I've tried playing around, with DATEADD and DATEDIFF as suggested, but to no
success.
 
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.