How can I create a custom control using C# (a new Button for example) that I can use on any Win32 environment. I tired creating a Windows Control Library but I was not able to expose the controls ...
http://www.experts-exchange.com/Programming/Misc/Q_22792301.html
I want to be able to read an acord file into my program in a grid or something like that in order to manipulate that data, I wonder if there is a sample somewhere as it is a industry standard forma...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23160715.html
I have to develop an IE Toolbar compaitble with all browser types (IE/Firefox etc). Search text will be in unicode Hindi language. I need help on design tips for the same, installation and registry...
http://www.experts-exchange.com/Microsoft/Development/Q_23280333.html
Hi Folks,
I need to find the Distinguished Name of an LDAP for any user using c#
I only have the IP and PORT
is there any function for this ?
thanks
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23500789.html
I want to read a wav file in small buffers and to call a function in a DLL with this buffer. Here the sample code in C. How do this with Delphi ?
=========
FILE* essai=fopen("d:\\tri\\essai.wav",...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10244012.html
Hi,
I've a c dll i want to use in delphi. This works good until i have parameters.
ok here's what i've done so far
unit mkd;
interface
uses
Windows, Messages, SysUtils, Classes, G...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20254494.html
Hi
I wanna to start system programming like an [ ID Caller ]
witch one is better ? C sharp or Delphi
please explain
thanks in advance
http://www.experts-exchange.com/Programming/Languages/Q_21907146.html
Zones:
LanguagesDate Answered: 07/04/2006 Grade: A Views: 0
Hi experts,
I have got a problem with trying to understand a few C lines.
So if anybody could explain what they are doing or could translate them to VB or Delphi would be great.
#define MAAPr...
http://www.experts-exchange.com/Programming/Languages/C/Q_22019667.html
Zones:
CDate Answered: 10/11/2006 Grade: A Views: 0
Hi to all Gurus,
How would one translate C code berlow to delphi (Pascal):
static char bbuf[8*32];
static char *buf=bbuf;
buf+=32;
if(buf>=bbuf+8*32) buf=bbuf;
bf[0]=buf[1]=buf[2]=0;
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22520794.html
What is the equivalent of halt command of Delphi 6 in Visual C# ?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23603386.html