Old vb6 / mdb app with "Could not delete from specified tables" er221288 (9/8/2010 9:27:04 PM) Utfhi all, I am moving an old vb6 application from a W2K to an XP machine.
If I run the app from the XP box and with the .mdb file also on the XP box,
I get the above error.
If I run the app from the X...
Unzipping without external DLLs?123467 (9/12/2010 3:06:49 AM) TonyFolks
I've been doing some searching through Google Groups but haven't found
this answer if there is one.
I"d like to unzip a zip file without using any external DLLs. I'm
aware of the open source Info...
POP 3 attachment151188 (9/6/2010 7:55:34 PM) fnilesUsing winsock, how can I read POP 3 email attachment (the attachment is an
..EML file) ?
Thank you
...
Is including Excel9.olb in the installation files necessary?171620 (9/10/2010 4:19:10 AM) MikeI made an Inno installer script for a program that automates Excel,
based on my P&D setup.lst, which includes the Excel object library:
[Setup1 Files]
.....
File8=@EXCEL9.OLB,$(WinSysPath),,$(Shared),3/1...
Array saving question (lbound)221957 (9/11/2010 5:30:38 PM) BorisHello!
I am saving an array to a file and then load it again.
Open sPath For Binary As #iFile1
If uLoad Then
Get #iFile1, , uArray
Else
Put #iFile1, , uArray
...
One liner challenge231094 (9/10/2010 5:04:56 PM) mhdWell at least it's a challenge for me :-)
What is an elegant way of referring to the first string item delimited by=
a space without
assigning to a string array variable as a separate step?
Normally yo...
How to test that a string can be represented by a font61578 (9/10/2010 1:56:38 PM) NigelMy app creates a PDF file in a user-specified font. If a particular string
contains characters that cannot be represented in that font, the app needs
to know. What it then does is to throw the string into...
How can I reduce the initial ToolTip delay in VB6?62351 (9/10/2010 10:15:22 AM) MMI've read up on TTM_SETDELAYTIME, but this appears to relate to a
newly created tooltip. How can I change the Windows default tooltip's
initial delay from 500ms to, say, 10ms? I want one particular tooltip
(...
Aero Glass Control Text Problem473119 (9/8/2010 8:50:14 PM) AbhishekHi Everyone.
I am using Vista, 7 Aero glass in my app. I am able to apply it using the
DwmExtendFrameIntoClientArea API, but there is a minor problem, the text on
controls appears transparent. someone su...
E_Fail Status with VB6143916 (9/9/2010 5:18:12 PM) NobodyHave a VB6 app that is being used to pull data from a database.
Various locations have this database and it has been running
fine on all of them except for one where we are getting the following
error mes...
Thank you very much21482 (9/10/2010 12:49:50 AM) TonyFolks
For the last year I've been asking various questions here in this
newsgroup.
Thanks to all for answering my questions.
Sincerely, Tony Toews
--
Tony Toews, Microsoft Access MVP
Tony's Main...
Cant solve this.191279 (9/8/2010 1:08:22 AM) SIS01Hi,
Please helpme
I want to split this line:
string line = "Davis , Jones, Beckett , Jordan , Kennt "
into an array of their trimmed versions:
"Davis"
"Jones"
"Beckett"
"Jordan"
"Kenn...
Prats7842 (9/9/2010 6:58:26 PM) MikeMicro$oft really are becoming drunk with power! It's bad enough that they
have their deranged lunatic of a CEO bouncing around on stage like a fat
little prat with sweat pouring from his armpits, but his lu...
Error 217 - 14608491406 (9/8/2010 10:57:56 PM) BeeJI get a popup messagebox when closing my app in the IDE.
Error 217 at xxxxxx (memory address).
I have no user defined error codes.
I cannot find it in help.
google is no help either.
Any ideas?
...
Strange ActiveX-Exe behaviour81064 (9/7/2010 11:32:26 AM) AndersI have an ActiveX exe and I am having a hard time to have it raise an event.
My problem is that the class of the ActiveX-Exe does not receive the
withevent from the form. Is that a known problem? What am I...