Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionProblem with using ParameterField class in CrystalReport. Pin
hdv21225-Oct-06 22:56
hdv21225-Oct-06 22:56 
AnswerRe: Problem with using ParameterField class in CrystalReport. Pin
bearfx26-Oct-06 5:42
bearfx26-Oct-06 5:42 
QuestionIs this doable? Pin
sharma sanjeev25-Oct-06 22:04
sharma sanjeev25-Oct-06 22:04 
AnswerRe: Is this doable? Pin
ednrgc26-Oct-06 3:34
ednrgc26-Oct-06 3:34 
GeneralRe: Is this doable? Pin
sharma sanjeev26-Oct-06 3:38
sharma sanjeev26-Oct-06 3:38 
GeneralRe: Is this doable? Pin
ednrgc26-Oct-06 3:46
ednrgc26-Oct-06 3:46 
AnswerRe: Is this doable? Pin
Pete O'Hanlon26-Oct-06 4:40
mvePete O'Hanlon26-Oct-06 4:40 
QuestionConverting header file (C++) to C# Pin
yarns25-Oct-06 22:04
yarns25-Oct-06 22:04 
Hi,

got some header file to some dll - its C++ i need convert it to C#, and it is a problem for me.

How i should write it in c#:

#define FAPI_NUMBER_LENGTH			32<br />
#define FAPI_FILE_LENGTH				128<br />
#define FAPI_NOTE_LENGTH				1024


and this:

typedef struct {<br />
	int m_ConditionFlag;<br />
	int m_Line;<br />
	int m_CallTypeFlag;<br />
	time_t m_FromDateTime;<br />
	time_t m_ToDateTime;<br />
	char m_RemoteNumber[FAPI_NUMBER_LENGTH];<br />
	char m_LocalNumber[FAPI_NUMBER_LENGTH];<br />
	char m_Note[FAPI_NOTE_LENGTH];<br />
	int m_UserData;<br />
	int m_Limit;<br />
	int m_Offset;<br />
	int m_OrderBy1;<br />
	int m_OrderBy2;<br />
} FAPI_Condition;


Greetings
AnswerRe: Converting header file (C++) to C# Pin
Nader Elshehabi25-Oct-06 23:16
Nader Elshehabi25-Oct-06 23:16 
AnswerRe: Converting header file (C++) to C# Pin
ednrgc26-Oct-06 3:41
ednrgc26-Oct-06 3:41 
QuestionIs this doable? Pin
sharma sanjeev25-Oct-06 22:03
sharma sanjeev25-Oct-06 22:03 
AnswerRe: Is this doable? Pin
ednrgc26-Oct-06 3:49
ednrgc26-Oct-06 3:49 
QuestionIs this doable? Pin
sharma sanjeev25-Oct-06 22:02
sharma sanjeev25-Oct-06 22:02 
AnswerRe: Is this doable? Pin
ednrgc26-Oct-06 3:49
ednrgc26-Oct-06 3:49 
GeneralRe: Is this doable? Pin
sharma sanjeev26-Oct-06 3:52
sharma sanjeev26-Oct-06 3:52 
GeneralRe: Is this doable? Pin
ednrgc26-Oct-06 3:58
ednrgc26-Oct-06 3:58 
GeneralRe: Is this doable? Pin
Colin Angus Mackay26-Oct-06 4:13
Colin Angus Mackay26-Oct-06 4:13 
GeneralRe: Is this doable? Pin
sharma sanjeev26-Oct-06 17:41
sharma sanjeev26-Oct-06 17:41 
QuestionSleep in an application Pin
C-Scharbe25-Oct-06 21:58
C-Scharbe25-Oct-06 21:58 
AnswerRe: Sleep in an application Pin
baerten25-Oct-06 22:04
baerten25-Oct-06 22:04 
GeneralRe: Sleep in an application Pin
C-Scharbe25-Oct-06 22:10
C-Scharbe25-Oct-06 22:10 
GeneralRe: Sleep in an application Pin
Nader Elshehabi25-Oct-06 23:10
Nader Elshehabi25-Oct-06 23:10 
AnswerRe: Sleep in an application Pin
abhinish25-Oct-06 23:10
abhinish25-Oct-06 23:10 
GeneralRe: Sleep in an application Pin
C-Scharbe26-Oct-06 4:14
C-Scharbe26-Oct-06 4:14 
Questioncreate a control array in C# Pin
chathu03j25-Oct-06 20:49
chathu03j25-Oct-06 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.