I all, i'am confortable with vbscript put it seems difficult to do the job with. Do you know if i can connect to a web site on https with .net?
My client is a windows xp
my server is netware 5.1 portal
http is on port 8008
https on port 8009
i juste want to get a page like this...
Hi all,
I have a interesting question here!
I have a web site who run on the port 8008 and after an authentification it switch to https with port 8009.
I want to automated a task with a vb script but my knowledge of vb is not enough.
for the moment i just want to open the page.
it's easly to...
Hi all,
first thanks for your good job, i post many treads here and it was always solve.
Here is my question.
i want to include in my code a function who disable a novell account. I have netware 5.1 with edirectory 8.7.1
i just find on internet that exist an object nwdir but i have no idea...
why it dont find my usager(i).text?
Private Sub cmd1_Click()
Set objTextFileW = objFSO.OpenTextFile("d:\tools\transfert.dat", ForWriting, True)
For i = 1 To 6
If usager(i).Text <> "" Then
objTextFileW.WriteLine (usager(i).Text & "," & Source(i).Text & "," & dest(i).Text)
Next
objTextFileW.Close...
HI
I put a list in a text file, like this
dog
cat
horse
rabit
i have 12 combobox where i want to retreive this information
from the dropdown menu.
is exit a path to directly add the list in the combo1.list fields?
Thanks
Eric
HI i have 12 combo box with the same information, i want to populate this box with a text file. I'am looking for something like that
at the start of the form...
for each line in the text file put in a array
for each combobox add all entry in the array
can someone help me?
Eric
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.