mmilan
Thanks for the post,
Your advice is good, it looks like I am forced to break up the string using the split command. I'm sure this may create other issues.
cobas
BiggerBrother
Thanks for the reply.
Unfortunately I have to use the different formats for the date.
1/2/04 would be a valid date and not matter if it was english or american.
I have textbox for date entry and need a validation routine:
the date may be entered as :
30/9/04
9/30/04
30/9/2004
9/30/2004
31/9/04 should be returned as invalid unlike the isdate function.
Thanks In Advance
Cobas
I have an application written in vb6 that calls a function to create a com+ application and install the components. This work for win2k see below, but does not work for win 2003. Any ideas?
Function SetupiPort() As Boolean ' Return False if any errors occur.
' Initialize error handling...
I know this is probably straight forward but after running setup.exe as shown above how can I run the application installed by setup.exe.
I have tried
[autorun]
open=setup.exe
icon=myicon.ico
shellexecute=myapp.exe
Once installed i can run myapp.exe from the start, run and myapp.exe.
Thanks...
I need to do two things in IIS programatically:
1. When in IIS I go to my website, right click on a folder (normal folder not virtual), select properties, click on create and then on OK.
2. In IIS I have a virtual directory, right click, select properties, click Remove and then OK.
Is there...
I have an application that needs to register a dll on the local server and on a remote server.
I can register the dll on the local server using:
retval = Shell("regsvr32 /s c:\winnt\system32\mydll.dll")
Is there any way of registering mydll.dll on a remote server?
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.