Hello,
I built a complete xml with MSXML2 objetcs (DOMDocument40, IXMLDomElement, ...)
---------------------------------------------------------
Set XMLDoc = New MSXML2.DOMDocument40
XMLDoc.async = False
XMLDoc.Load ("<?xml version='1.0' encoding='ISO-8859-1' ?>")
Set pi =...
Hello,
I found the msdn code to create a msmq queue in vb.
Set qi = CreateObject("MSMQ.MSMQQueueInfo")
qi.PathName = ".\PRIVATE$\test"
qi.Label = "test"
Call qi.Create
But I don't find a code to change the security access of this queue. I want to set to "Full Control" for "All user".
Please, I...
Hello,
I would like use a ftp tool with VB6.
But i want use a ftp tool that use a recovery method when the transfert is down and up after a few seconds...
Thanks for you answers...
Thomas
I'm using batch command to send ftp file on server.
But the files i'm sending are bug, so i would like to display a progress bar on my application.
How can i catch the progress status of the tranfert ?
Thanks for your answers...
Thomas
Hello,
I would like start a dos command without use a batch file.
so, I use VBA.Shell(<Command>)
where <Command> = C:\A\Test.exe "FileName1" "FileName2"
I have a problem.
The Test.exe application must run in the folder of the application, but if i use this way, the command is running from...
I'm spying a folder after new files.
When a new file is coming, i would like to copy it in a new folder.
BUT, if the file is big, the file exists in the folder before the end of the copy.
How can i wait the complete transfert of the file before copy it in the new folder ?
Hello, I created an application with a MDIForm and MDIChild forms.
One of the MDIChild Form is the result of a search : A flex is loaded in this form. When I click on a row, an other form is loaded (with details of the row).
Is it possible to keep the ResultForm always maximized also if a new...
Please ... help me !
I am activating (using shell) a program that generates sometime to time an error message (application error : The memory could not be read...). The message is non-negotiable. It can not be disabled.
Is there any way to check to see if it has appeared and THEN close this...
I have a VB application.
When I start an other application by a dos command file (a files conversion application), it happen sometime this application (launched by my application) makes an error (the memory could not by read...).
(It's a windows error). How can I catch this error and make a...
Hi !
I'm trying to execute a stored procedure 'B' for each rows of a table in an other SQL stored procedure 'A'.
(The param on the stored procedure 'B' are the data stored in each rows of the table!)
How can I do a 'While' simulation ?
HELP ...
ThomasM
Hi !
I want to call and execute a specific function. The name of the function to call is stored in a parameter of an other function.
How can I do it ?
Thanks !
ThomasM
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.