George, Can you provide any insight into when a more permanent fix for dealing with large source files will be avaialble ? Can you provide info into how many...
It's based on number of bytes in the source. Right now, the limit is about 1 meg. We are working on increasing this, and will release a new version as soon as...
Hi George: I am not sure how you created your EXE but if there is anyway to add a custom file to the EXE would be cool. A text and maybe even a MDB file that...
I am working on a daily basis with the following software; Rational ClearQuest Rational ClearCase Ratoinal Requisite Pro I am looking to open all three...
One possibility is to use SendKeys: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthsendkeys.asp The other option I know of...
Here's a simple example '----------------------------------------- Sub Main() Dim oWSH Set oWSH=CreateObject("WScript.Shell") oWSH.Run "Wordpad.exe" ...
I like your solution better than mine due to the fact that it offers better flixibility. However, I cannot seem to get/grab & hold window focus with the...
I've written a formless application to perform serveral mundane tasks. At the end of executing everything, I have included the following statement; MsgBox "All...
What you're seeing is the initialization of the output container. This happens even if the project is formless. Move the output container off the screen. ...
Hey thanks for the advice on the window shifting. I did not trty it right off since a lot off languages in concert with the PC spew errors when anything gets...
Sorry for the delay in posting this. I havent had time to add the error checking yet. I'll upload a better version with error checking at a later date (Unless...
I'm looking to edit my iTunes XML file created on my PC. Does anyone have any insight into how to read and parse the file into a form? I have a decent...
How can i have nsbasic get a list of drive letters for current drives on the end users computer? Jonathan Dimension Servers LLC http://www.dimensionservers.com...
Hi guys, whats the best way to achieve a professional looking 'save as' dialogue box - such as the ones used in Word. I'm guessing some sort of ListView...
Michael- Download and run the installation of my CommonDialogue-ActiveX Dialogue Replacement Library from the files section of this forum or from the link...
Michael, Thanks for the example which I managed to get working with very little fooling around ... although in playing with it, it would appear ? that once the...
Thats correct - if the Client side disconnects, the Server side does not disconnect the relevant socket at the moment. You have to restart the Server side. I...
The "importance" of the form appears to be just as an application keep alive technique ... If for example in your server script ... you move the listener ...
Mike, Thanks for your initial post and script in this area. I've attached Client & Server side scripts that I've worked on somewhat that seem to handle most...
... somewhat that ... shared disk ... client doles ... may lean a ... send ... their CPU ... results ... seem ... the ... in ... results is ... better serve ...
Given that's how I read the forum as well I should have realized ... They are posted in the files section as Client IP & Server IP ... <ftonetti@o...> ... ...
A follow up note ... Very recent testing shows that if you use the scripts to send LOTS of data you'll find they need some more intelligence as the sender will...
Mi English is very bad, thence I hope to be understandable. I need an application that wait fixed length message from serial port. I am acquired "Franson...