Welcome! Log In Create A New Profile

Advanced

dotnet to windev mobile... post problem

Posted by KenKnight 
KenKnight
dotnet to windev mobile... post problem
August 18, 2008 01:50AM
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
============================================================
GuenterP
Re: dotnet to windev mobile... post problem
August 18, 2008 04:58AM

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, @#$%& 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
Mitchell
Re: dotnet to windev mobile... post problem
August 18, 2008 09:00AM
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
KenKnight
Re: dotnet to windev mobile... post problem
August 18, 2008 05:11PM
No Prolem Guenter... I'd rather encounter something like this than have to view the spam. :rp:

Thanks,
ken
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: