Forum: VB.NET Aug 24th, 2009 |
| Replies: 1 Views: 228 I have a DLL that copies an Access database, opens it, reads it, and then closes it. The second time through it is unable to copy the Access DB because the EXE has an open handle to it. The EXE does... |
Forum: VB.NET Jun 5th, 2009 |
| Replies: 2 Views: 731 Thank you for trying. You got me thinking ..... I used Google Chrome on the download. Not sure if that was the problem, but used IE after I read your post and they unzipped without error.
Thanks... |
Forum: VB.NET Jun 5th, 2009 |
| Replies: 2 Views: 731 Looking for log4net.dll - download will not unzip
I have been to http://logging.apache.org/log4net/download.html and downloaded both files: incubating-log4net-1.2.10.zip... |
Forum: VB.NET May 26th, 2009 |
| Replies: 2 Views: 1,001 This worked for me. I still need to know the path for the config, but I can use the .Net config file set up in the IDE for the class library.
The previous post returned the machine config. This... |
Forum: VB.NET May 22nd, 2009 |
| Replies: 2 Views: 1,001 I am using the ConfigurationManager in a Class Library and I want to read the config file for the Class Library project. The ConfigurationManager wants to read the config file for the applicaiton.... |
Forum: XML, XSLT and XPATH Apr 30th, 2009 |
| Replies: 3 Views: 1,163 So I need to do a transform to get my last 4 of the Credit Card? Are you thinking that it would be something like the following? Is there a way to do it without an XSL Transform?
... |
Forum: XML, XSLT and XPATH Apr 29th, 2009 |
| Replies: 3 Views: 1,163 I have a grid where you input the XPath to retrieve the values from an XML file. Client wants the last four of the Credit Card. I have come up with the following XPath Substring statement, but my... |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 0 Views: 192 Are there any good and inexpensive 3rd party software for error handling? At my prior job, once the code was ready to ship to the client, we ran it against some 3rd party software that added all the... |
Forum: XML, XSLT and XPATH Apr 27th, 2009 |
| Replies: 0 Views: 550 XQuery 1.0 and XPath 2.0 have some functions listed at http://www.w3.org/TR/xpath-functions/. I would like to try and use one. However I have a couple of questions
(1) I am not sure of the syntax.... |
Forum: VB.NET Apr 24th, 2009 |
| Replies: 1 Views: 931 There are multiple occurances of the PLUS_BORROWER data. For each occurence of PLUS_BORROWER, I want to save the CREDIT_SCORE and DAYTIME_PHONE_NBR when the Type= And SOCIAL_SECURITY_NBR are certain... |
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009 |
| Replies: 1 Views: 323 Have 2 Projects in my Properties Window. How do you
1) Have a Subroutine from Project1 Call a Subroutine in Project2. I get an "Object required" error message. Do not really have a need for this,... |
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009 |
| Replies: 4 Views: 996 I understand what SHOW does. I want the terminology of what it is. In Visual FoxPro, both SHOW and LOAD were considered event methods and they both gave the programmer the ability to add custom code.... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2009 |
| Replies: 4 Views: 996 VB6 - Form1.Show, it is a method? Show is not on the Form Properties nor the Form Event Code. What is SHOW? Can I add code to it?
Thanks |