Click here to Skip to main content
15,905,508 members
Home / Discussions / C#
   

C#

 
GeneralNeed Help! Pin
t_m2002052120-Aug-03 10:36
t_m2002052120-Aug-03 10:36 
GeneralRe: Need Help! Pin
Ista20-Aug-03 14:37
Ista20-Aug-03 14:37 
Generalloading texture image from a Web Service Pin
Siddharth Jain20-Aug-03 9:44
Siddharth Jain20-Aug-03 9:44 
GeneralRe: loading texture image from a Web Service Pin
Ista20-Aug-03 16:13
Ista20-Aug-03 16:13 
GeneralRe: loading texture image from a Web Service Pin
Anonymous20-Aug-03 22:42
Anonymous20-Aug-03 22:42 
GeneralGetting rid of the enter beep Pin
S O S20-Aug-03 9:25
S O S20-Aug-03 9:25 
GeneralRe: Getting rid of the enter beep Pin
Julian Bucknall [MSFT]20-Aug-03 10:33
Julian Bucknall [MSFT]20-Aug-03 10:33 
GeneralRe: Getting rid of the enter beep Pin
Alex Korchemniy20-Aug-03 12:47
Alex Korchemniy20-Aug-03 12:47 
GeneralRe: Getting rid of the enter beep Pin
S O S20-Aug-03 21:18
S O S20-Aug-03 21:18 
GeneralRe: Getting rid of the enter beep Pin
Julian Bucknall [MSFT]21-Aug-03 5:14
Julian Bucknall [MSFT]21-Aug-03 5:14 
GeneralCan't find the rotor Pin
Cristoff20-Aug-03 8:33
Cristoff20-Aug-03 8:33 
GeneralRe: Can't find the rotor Pin
Julian Bucknall [MSFT]20-Aug-03 10:31
Julian Bucknall [MSFT]20-Aug-03 10:31 
GeneralRe: Can't find the rotor Pin
eggie520-Aug-03 17:26
eggie520-Aug-03 17:26 
GeneralRe: Can't find the rotor Pin
Cristoff20-Aug-03 21:17
Cristoff20-Aug-03 21:17 
GeneralRe: Can't find the rotor Pin
Julian Bucknall [MSFT]21-Aug-03 5:18
Julian Bucknall [MSFT]21-Aug-03 5:18 
GeneralRe: Can't find the rotor Pin
eggie521-Aug-03 12:42
eggie521-Aug-03 12:42 
GeneralRe: Can't find the rotor Pin
Julian Bucknall [MSFT]21-Aug-03 14:57
Julian Bucknall [MSFT]21-Aug-03 14:57 
Generalaccessing dll from client form Pin
Mike J Carr20-Aug-03 8:21
Mike J Carr20-Aug-03 8:21 
I am trying to create a Windows Form using C# that can load a dll from the client machine. The dll, uses a COM server to communicate with the COM ports.

The code looks like this so far:
public const string CPH_DLL = "cimphone.dll"; // Import library for Kernel on Win32
[DllImport(CPH_DLL)] public static extern int PingPhone(StringBuilder port);
[DllImport(KER_DLL)] public static extern uint LoadLibrary( string lpFileName );

uint m_hModuleOGL = LoadLibrary(CPH_DLL);

PingPhone("COM2");

The problem is that it is loading the dll on the server and accessing the port on the server. I need it to run on the client running the form.

Any suggestions or tutorials on this subject?
Generalcommunicating with parallel port Pin
manusha20-Aug-03 7:06
manusha20-Aug-03 7:06 
GeneralRe: communicating with parallel port Pin
leppie20-Aug-03 7:49
leppie20-Aug-03 7:49 
GeneralRe: communicating with parallel port Pin
Radoslav Bielik20-Aug-03 9:37
Radoslav Bielik20-Aug-03 9:37 
GeneralRe: communicating with parallel port Pin
eggie520-Aug-03 17:22
eggie520-Aug-03 17:22 
GeneralRe: communicating with parallel port Pin
Radoslav Bielik21-Aug-03 2:04
Radoslav Bielik21-Aug-03 2:04 
GeneralRe: communicating with parallel port Pin
Ista20-Aug-03 14:39
Ista20-Aug-03 14:39 
GeneralRe: communicating with parallel port Pin
eggie520-Aug-03 17:20
eggie520-Aug-03 17:20 

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.