PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Dotnet to windev mobile... post problem
Dotnet to windev mobile... post problem
Débuté par KenKnight, 19 aoû. 2008 00:56 - 3 réponses
Posté le 19 août 2008 - 00:56
Hi all,
Not sure what is or was going on, however, I tried replying to Mitch's post on dotnet to windev and although it appeared to take it, it wasn't showing the thread.... hopefully it didn't post a dozen times and just not show it to me.
Here is my reply to the question (at least hopefully);
=============================================
Hi Mitch,
Try the following;
tagsread is int
// make sure you add the inventory .net class to your project
testinventory is object inventory
tagsread = testinventory:Countclass[1]
//create array with number elements matching
// the # of tags read
tagsID is array of tagsread string
for i = 0 to (tagsread - 1)
tagsID = testinventory:ToArray():ToString()
end
The above is complete untested and since I don't know exactly what type of object testInventory is, you'll have to experiment the most will the the testinventory.ToArray() line. You may into having to implement an intermediant object of .Net Collection.
In WinDev v12 there is a .Net example that shows how to get the process list from the machine. Check that out for more info.
Cheers!
Ken
============================================================
Posté le 19 août 2008 - 00:55
No Prolem Guenter... I'd rather encounter something like this than have to view the spam. :rp:
Thanks,
ken
Posté le 19 août 2008 - 00:55
Thanks Guenter, thanks Ken. I thought there is a ghost in Ken PC :-) , Guent's mysnip has a good spam filter then.
my regards
mitch
Posté le 19 août 2008 - 00:56
Hi Ken,
your postings were held back by the spam filter. Somehow it identified your post as spam, can't say why. Sorry for that. However, thanks to the spam filter of mysnip, about 10 or more postings a day would appear in random places offering viagra, trojans, porn and so on. Suspected spam is held back in a special cache and can be released to the public by (my) approval or - mostly - is being deleted. I suspect that you have just to change the title of a message to get it posted, but this may not be true in all cases.
Sorry for the inconvenience!
Kind regards,
Guenter