Click here to Skip to main content
15,914,408 members
Home / Discussions / C#
   

C#

 
QuestionWebservice DAL performance Pin
Cegoya27-Jun-06 0:07
Cegoya27-Jun-06 0:07 
QuestionAn project on DataGrid in C# Pin
Alamzeb khan27-Jun-06 0:06
Alamzeb khan27-Jun-06 0:06 
Questioninternet explorer idownloadmanager interface-how to implement it? Pin
Qaiser_Iftikhar26-Jun-06 23:57
Qaiser_Iftikhar26-Jun-06 23:57 
AnswerRe: internet explorer idownloadmanager interface-how to implement it? Pin
BoneSoft27-Jun-06 3:57
BoneSoft27-Jun-06 3:57 
GeneralRe: internet explorer idownloadmanager interface-how to implement it? Pin
Qaiser_Iftikhar27-Jun-06 22:50
Qaiser_Iftikhar27-Jun-06 22:50 
QuestionA question again regarding importing DLL's Pin
NoobNooberNoobest26-Jun-06 23:47
NoobNooberNoobest26-Jun-06 23:47 
AnswerRe: A question again regarding importing DLL's Pin
Jun Du27-Jun-06 4:23
Jun Du27-Jun-06 4:23 
AnswerRe: A question again regarding importing DLL's Pin
stancrm27-Jun-06 9:47
stancrm27-Jun-06 9:47 
Use this (http://www.nirsoft.net/utils/dll_export_viewer.html) to find the entry point of your function. The function name in that list is your EntryPoint. Sometimes is the function name also weird (like this ?ShowHelloWorld.??) Then you must use that weird charachter also to use your dll.

For example, if your dll export viewer show something like this ?ShowHelloWorld.?? then you must write :
[DllImport("dllname.dll"), EntryPoint="?ShowHelloWorld.??"]
private static extern void ShowHelloWorld();
QuestionUDP in C# using Winsock Library Pin
Andy Rama26-Jun-06 23:29
Andy Rama26-Jun-06 23:29 
QuestionChat application over http Pin
AB777126-Jun-06 23:27
AB777126-Jun-06 23:27 
AnswerRe: Chat application over http Pin
Nader Elshehabi26-Jun-06 23:38
Nader Elshehabi26-Jun-06 23:38 
GeneralRe: Chat application over http Pin
AB777126-Jun-06 23:58
AB777126-Jun-06 23:58 
GeneralRe: Chat application over http Pin
Nader Elshehabi27-Jun-06 5:58
Nader Elshehabi27-Jun-06 5:58 
AnswerRe: Chat application over http Pin
Jun Du27-Jun-06 4:36
Jun Du27-Jun-06 4:36 
Questionconvert xsd to xml Pin
compdesign26-Jun-06 23:21
compdesign26-Jun-06 23:21 
AnswerRe: convert xsd to xml Pin
BoneSoft27-Jun-06 3:56
BoneSoft27-Jun-06 3:56 
Questionhow do I create a application simply linked list Pin
nguyenquang028426-Jun-06 19:43
nguyenquang028426-Jun-06 19:43 
AnswerRe: how do I create a application simply linked list Pin
Tamimi - Code27-Jun-06 1:26
Tamimi - Code27-Jun-06 1:26 
GeneralRe: how do I create a application simply linked list Pin
nguyenquang028427-Jun-06 2:54
nguyenquang028427-Jun-06 2:54 
GeneralRe: how do I create a application simply linked list Pin
Tamimi - Code27-Jun-06 3:24
Tamimi - Code27-Jun-06 3:24 
GeneralRe: how do I create a application simply linked list Pin
nguyenquang028427-Jun-06 3:51
nguyenquang028427-Jun-06 3:51 
QuestionClipboard copy UniCode Pin
TAREQ F ABUZUHRI26-Jun-06 18:58
TAREQ F ABUZUHRI26-Jun-06 18:58 
AnswerRe: Clipboard copy UniCode Pin
Nader Elshehabi27-Jun-06 5:49
Nader Elshehabi27-Jun-06 5:49 
QuestionDesign Help (ThinkPad Accelerometer) Pin
eggie526-Jun-06 18:42
eggie526-Jun-06 18:42 
QuestionHow to communicate Between Web And Desktop Application through remoting Pin
rizwan.afsar26-Jun-06 16:30
rizwan.afsar26-Jun-06 16:30 

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.