Click here to Skip to main content
15,886,422 members
Home / Discussions / C#
   

C#

 
GeneralToolbar without images Pin
mcgahanfl17-Mar-04 6:38
mcgahanfl17-Mar-04 6:38 
GeneralRe: Toolbar without images Pin
surgeproof17-Mar-04 7:01
surgeproof17-Mar-04 7:01 
Generalget Addresses from outlook express Pin
Anonymous17-Mar-04 6:19
Anonymous17-Mar-04 6:19 
GeneralRe: get Addresses from outlook express Pin
surgeproof17-Mar-04 7:03
surgeproof17-Mar-04 7:03 
GeneralRe: get Addresses from outlook express Pin
Jeremy Kimball17-Mar-04 7:35
Jeremy Kimball17-Mar-04 7:35 
Questionhow to use the dll developed in VC6 Pin
yyf17-Mar-04 6:04
yyf17-Mar-04 6:04 
AnswerRe: how to use the dll developed in VC6 Pin
Mazdak17-Mar-04 6:11
Mazdak17-Mar-04 6:11 
GeneralRe: how to use the dll developed in VC6 Pin
yyf17-Mar-04 6:38
yyf17-Mar-04 6:38 
It's not a com dll. Because when I am using "add reference", it doesn't work. Then I tried to use DllImport like this:

[System.Runtime.InteropServices.DllImport(@"C:\Visual Studio Projects\test\bin\Debug\dcli.dll", EntryPoint="AdminLogin")] <br />
public static extern bool AdminLogin(string lpctstrUser, string lpctstrPassWord);


Then I got a "DllNotFound" exception. But I already put the dll file in "C:\Visual Studio Projects\test\bin\Debug\dcli.dll". Do you know why?

Thanks in advance.
GeneralRe: how to use the dll developed in VC6 Pin
Jeremy Kimball17-Mar-04 7:38
Jeremy Kimball17-Mar-04 7:38 
GeneralRe: how to use the dll developed in VC6 Pin
Andy Wieberneit18-Mar-04 12:04
Andy Wieberneit18-Mar-04 12:04 
QuestionRedirection? Pin
SherKar17-Mar-04 5:56
SherKar17-Mar-04 5:56 
AnswerRe: Redirection? Pin
Dave Kreskowiak17-Mar-04 8:51
mveDave Kreskowiak17-Mar-04 8:51 
AnswerRe: Redirection? Pin
Anonymous17-Mar-04 16:01
Anonymous17-Mar-04 16:01 
GeneralMultithread App delimma... Pin
rsjagtia117-Mar-04 5:51
rsjagtia117-Mar-04 5:51 
GeneralRe: Multithread App delimma... Pin
OmegaSupreme17-Mar-04 5:58
OmegaSupreme17-Mar-04 5:58 
QuestionBuild an enterprise application for a customer with aprox. 100 Clients ??? Pin
gicio17-Mar-04 5:22
gicio17-Mar-04 5:22 
AnswerRe: Build an enterprise application for a customer with aprox. 100 Clients ??? Pin
gicio17-Mar-04 5:24
gicio17-Mar-04 5:24 
GeneralRe: Build an enterprise application for a customer with aprox. 100 Clients ??? Pin
OmegaSupreme17-Mar-04 5:52
OmegaSupreme17-Mar-04 5:52 
GeneralRe: Build an enterprise application for a customer with aprox. 100 Clients ??? Pin
gicio18-Mar-04 23:45
gicio18-Mar-04 23:45 
Generalregd datagrid and control boxes Pin
karteek17-Mar-04 5:20
karteek17-Mar-04 5:20 
GeneralUsing an unmanaged C++ dll in C# Pin
granderson17-Mar-04 4:55
granderson17-Mar-04 4:55 
GeneralRe: Using an unmanaged C++ dll in C# Pin
Heath Stewart17-Mar-04 5:15
protectorHeath Stewart17-Mar-04 5:15 
GeneralRe: Using an unmanaged C++ dll in C# Pin
Jeremy Kimball17-Mar-04 7:42
Jeremy Kimball17-Mar-04 7:42 
QuestionHow do you add intellisence text to an object or function? Pin
Manster17-Mar-04 4:28
Manster17-Mar-04 4:28 
AnswerRe: How do you add intellisence text to an object or function? Pin
Colin Angus Mackay17-Mar-04 5:24
Colin Angus Mackay17-Mar-04 5:24 

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.