Thanks for the info. I'm checking out the site now and have requested some information from them. Do you know of any sites that have reviews/comparisons on sheet-fed document scanners, such as the Ricoh IS450?
Have you tride declaring long instead off integer.. ByVal hServer As Long, _ ByVal lObject As Long, _ ByVal nObject As Long, _ In your .Net declare you are using int's Also if the API declaration is from VB6, which used ByRef as default parameter passing. .Net is using ByVal as default..this you will have to change acordingly. Hmm...
Hi Lasse, Thanks for the information, SystemInformation class has all the adequate methods which let me fetch the machines info,although what i want here is :- Machine username and also Group name. How do i fetch a usergroup name?
Hi I am also trying to build a messenger in VB.NET. Yes its possible using Winsock. But i am somehow unable to incorporate winsock API in my vb.net application.
You also need to be able to manage things like cut/copy/paste and the crazy way the poeple can edit (moving cursor around). All in all it is not really easy, and an clear, fast, easy methid is not trivial.
Refer to the following articles and see it helps: http://www.devx.com/dotnet/articles/mh062702/Part1/mh062702-1.asp http://www.devx.com/dotnet/articles/mh062702/Part2/mh062702-1.asp cheers vasu