Language
Platform
Any
License
Any
: I have got web application in which is grid (component art) on
: click right button show context menu by the javascript.
: Context menu includes "Delete" file and "file_move".
: I don't know...
Hi there,
I am making a world editor for a game i'm making and i want to be able to display a direct3d render in an component. I am using Microsoft Visual C# Express. I have a tab control, and on...
Hi All,
I am working on a C# project. I added some dll files to my project under references and I places the .dll files in \bin\debug directory.
The problem is the when I build the solution, no...
: Hi
:
: I have a API (*.dll) file and i need to use it in my C# program. How
: do I do that.
:
: Thanks
very simple...
add your file to you bin folder, then add the file as a...
Hi
I have a API (*.dll) file and i need to use it in my C# program. How do I do that.
Thanks
Hi
I have a API (*.dll) file and i need to use it in my C# program. How do I do that.
Thanks
: : Thanks, I'll try it at home this evening.
: :
: : I don't know if there is a way to do a dll without forcing the user
: : to find the header file? Just a dll? when we load the library, why...
: Hi,
:
: I've build a Class Library in C# and would like to port it to C++.
: Easy...
:
: But when I've try to buil a dll, the problems arose...
:
: In C++, I started a Win32 empty...
Hi,
I've build a Class Library in C# and would like to port it to C++. Easy...
But when I've try to buil a dll, the problems arose...
In C++, I started a Win32 empty project. I choosed...
: : : After created a simple project in C# .NET( with 1 single class ) and
: : : would like to reuse it in VB .NET i played around with Visual Studio
: : : 05 for hours to find out "how can i...
try :
Private comm As communication.CommunicationServer.ICommunicationServer
: Hello all,
:
: i am new to C# programming and i learned the basics of it, i would
: like to make a little rpg. I dont know where to start tho lol, is
: there a site or a tuto somewhere i...
hi i want to write simple webservice and dont know where to begin
i write in c#
i want to connect to site and get the data from it in format stream or xml.
what are the first steps
- dlls i...
I don't see why it would require any special commands, .NET, understands HTML just like any other website, use the same commands, you would on a normal html page.
: Me too. In C++, I took...
hi i want to write simple webservice and dont know where to begin
i write in c#
i want to connect to site and get the data from it in format stream or xml.
what are the first steps
- dlls i...
Me too. In C++, I took the Animation Control ActiveX for that. I would like to play small AVI files, but haven't found a dotnet component for that in the toolbox.
: : There are no tool in Toolbox...
Hi
How can I write code in C# which can read the serial port whenever there is data available. The serial port has to be interrupt driven i.e. if the is data the software must automatically...
: i'm using c# for my project to build a smart card based project.
: but the vendor just gives .DLL for VC++, delphi 7.0, and VB.
: can i use delphi's DLL in c#? if i can't, how importing delphi's...
: I need a starting point when using a .dll created using C++ within a C# Windows applicatiion. I'm using Visual Studio .NET 2003 and I copied the dll inside my new project.
:
: I am concerned on...
i'm using c# for my project to build a smart card based project.
but the vendor just gives .DLL for VC++, delphi 7.0, and VB.
can i use delphi's DLL in c#? if i can't, how importing delphi's DLL...