Hello Friends,i am dealing a project, in which i stuck here, the problem is i am new toVC++.net so i need a friends help to solve this problem.I have to identify a system which is connected in a network using VC++.net, please if anyone go through this reply me.I am very thankful to people who sp...
HiI have a ActiveX DLL written in VB 6, the dll has two classes. I have to usethese classes in a VC 6.0 or VC +.NET 2003 unmanaged project.In VC 6.0 I have no idea as how to use it..In VC++ .NET 2003, I can add the reference to the VB dll, but i can't useit. Please help me with the syntax.R...
Hi everybody!I have developed a DLL's function series in C++ Class Library and I need toshare with a VB application, when I tried to make reference to that DLLeverything well, but when I tried to access to the function class none dontappears. I tried with the same code in a C# library and t...
In my .NET app I have to use some home-made, Uniscribe based, text drawingwith ScriptTextOut which, ultimately, calls ExtTextOut..I would like to setup things like text quality, anti aliasing, etc...What API should I look into?Thanks! :-)...
hii want to get my system informationsystem namesystem manufacturersystem modelsystem typetotal physical memoryavailable physical memoryuser nameplease tell me the coding to find out these things,its so urgent--ammukarthik----------------------Posted via http://www.codecomments.com--------------...
Myself doing one form based application.where there will be one textbox.when i enter 1st letter in that textbox it will display all the websitestart with that letter inthat form .i am doing this in managed vc++.net.so plz somebody guide me that which control i have to put in the formfor displayi...
please tell me, how get icon structure associated with extension?if my file extention is (Doc) then how and where i get icon of documentfile?regards,Mohammad Omer Nasir...
Hi everybody!I'm trying to develop a funtions series in a DLL's file made in C++ (ClassLibrary) (VS-2005), when I try to insert it as a referece in a VBasicapplication, it appears with his class, but dont appears the functionsclass, why?I appreciate some help.RegardsCarlos Villaseor M....
Hi everybody!I have developed a DLL's function series in C++ Class Library and I need toshare with a VB application, when I tried to make reference to that DLLeverything well, but when I tried to access to the function class none dontappears. I tried with the same code in a C# library and t...
> Hi everybody!> I have developed a DLL's function series in C++ Class Library and I needto> share with a VB application, when I tried to make reference to that DLL> everything well, but when I tried to access to the function class nonedont> appears in the intellisence. I tri...
I have written a class (Windows Form) in Managed C++ that accepts anarray of image filenames and will display them sequentially. All imageswill be the same size. I got it to work, but I know something is notright because of the way I am using Application::DoEvents() (ref:http://www.codinghorror....
Dear all who is nice,I'm the DUMBEST person on earth who just started to use VC++...need some help on the below coding...please check the NOTE section...thanks in advanced...=================================#using <mscorlib.dll>#using <System.dll>#using <System.Drawing.dll>...