Click here to Skip to main content
15,910,358 members

Comments by Member 11810225 (Top 2 by date)

Member 11810225 28-Mar-17 21:03pm View    
m having Visual Studio installed in my PC..
In that m trying this ..but m not getting exact reference to be added to use this Function
[
Intouch IntouchToolkit = default(Intouch);
IntouchToolkit = new Intouch(0,0);
SB = IntouchToolkit.ReadString("SBuffer", 132);
]
on keyword intouch i m getting this error
Error 5 The type or namespace name 'Intouch' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Administrator\Documents\Visual Studio 2013\Projects\ConsoleApplication1\ConsoleApplication1\Program_00.cs 37 13 ConsoleApplication1
Member 11810225 28-Mar-17 5:30am View    
Can you provide me link to download toolkit??