The XML-File looks like this:
<DreamSys><Tiff2PDF><Section name="1"><Tiff file="C:\Programme\ELOoffice\Postbox\Administrator\U_19143202_0000001.TIF"/><Tiff file="C:\Programme\ELOoffice\Postbox\Administrator\U_19143202_0000002.TIF"/></Section></Tiff2PDF></DreamSys>
Could anyone please help me?
I tried it in a hundred of different ways, but I just don't get it to work.
Hi!
I'm writing an XML-File like this:
FileWrite($xml, '<DreamSys><Tiff2PDF><Section name="1">')
For $i = 1 To $documents[0]
FileWrite($xml, '<Tiff file="'&$documents[$i]&'"/>')
Next
FileWrite($xml, '</Section></Tiff2PDF></DreamSys>')
Now I#m trying to read out all $documents I wrote in to it, but it won't work.
Could anyone please post a way how to do it?
Thanks
Hi. I need to varify a string. So I just want to check, if the string uses valid characters. Allowed characters are: * _ L N n "any text with numbers in it" 'any text with numbers in it' I tried it with $validpattern = '[*_LNn]"(.*?)"'
$validpattern = $validpattern & "'(.*?)'"but that does not work. I really don't get those expressions.... May someone help me?
Hey Folks.
I need an image container for one of my scripts.
So I got a jpg file, that I open with GDI plus and it's size is about 2480x3508px an that's too large for my GUI (800x600px).
So I want to make an Imagecontainer with Scrollbars in which the image is shown with 100% size.
Anyone got an idea how to solve this problem? (Now I'm showing the picture in a smaller size, so it fits into my GUI)
It seems, that it is noch possible to use macros as standart parameters in functions
Func _Load_TV($reg = @ScriptDir & "\Reg.bc")
That is not working...
Anyone an idea how to get this working?
Hi!
I'va got a GUI with a TreeView, which the User is able to config.
So he can make new parents and childs, as he wishes to.
No I need a method to save the TreeView to a file, so that the User will be able to load different TreeViews at any time from his saved files...
Hope you understood what I meant!
It would be better if you would let the user choose the paths to his programms, or if the script would be reading them out of the registry.
(Because I use a german Windows, an so it is not "Programm Files" for me )