Click here to Skip to main content
15,889,664 members
Home / Discussions / C#
   

C#

 
GeneralCreating a self-executing file from within a C# application Pin
Anonymous7-Jun-05 22:34
Anonymous7-Jun-05 22:34 
GeneralRe: Creating a self-executing file from within a C# application Pin
Anonymous8-Jun-05 1:50
Anonymous8-Jun-05 1:50 
Questionuser's password from active directory ? Pin
Tee+7-Jun-05 22:31
Tee+7-Jun-05 22:31 
AnswerRe: user's password from active directory ? Pin
Carsten Zeumer7-Jun-05 22:36
Carsten Zeumer7-Jun-05 22:36 
AnswerRe: user's password from active directory ? Pin
Dave Kreskowiak8-Jun-05 6:52
mveDave Kreskowiak8-Jun-05 6:52 
Generalload multilevel png files Pin
Anonymous7-Jun-05 21:42
Anonymous7-Jun-05 21:42 
GeneralIO ports Pin
Niklas Ulvinge7-Jun-05 21:28
Niklas Ulvinge7-Jun-05 21:28 
GeneralRe: IO ports Pin
BrianCR898-Jun-05 7:23
BrianCR898-Jun-05 7:23 
I havn't experiented with LPT but with Serial there is only one DATA+ pin and DATA- pin.

For example:
<br />
// I Did this experiment with a LED<br />
SerialPort comPort = new SerialPort("COM1");<br />
comPort.Open();<br />
// This will keep electricity flowing <br />
// through the pin while the program is on<br />
for (int i=0; i<1; i=0){<br />
  comPort.Write("1"); //Any value works here<br />
}<br />
comPort.Close();<br />


I hope this helps a little. Smile | :)
(Use pin 3 & 5)
Here's a diagram of a serial port I scanned:
http://home.bresnan.net/~bcreavis/page2.jpg
GeneralRe: IO ports Pin
Niklas Ulvinge9-Jun-05 3:03
Niklas Ulvinge9-Jun-05 3:03 
GeneralRe: IO ports Pin
BrianCR899-Jun-05 6:27
BrianCR899-Jun-05 6:27 
GeneralRe: IO ports Pin
Niklas Ulvinge9-Jun-05 7:08
Niklas Ulvinge9-Jun-05 7:08 
GeneralAccess GDI+ Image pointer from unmanaged C++ dll... Pin
SpiderMan7-Jun-05 21:21
SpiderMan7-Jun-05 21:21 
GeneralRe: Access GDI+ Image pointer from unmanaged C++ dll... Pin
Andy Moore8-Jun-05 10:58
Andy Moore8-Jun-05 10:58 
GeneralHelp With a Combo Problem Pin
monica2k7-Jun-05 17:14
monica2k7-Jun-05 17:14 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 17:16
protectorChristian Graus7-Jun-05 17:16 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 17:18
monica2k7-Jun-05 17:18 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 17:23
protectorChristian Graus7-Jun-05 17:23 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 17:36
monica2k7-Jun-05 17:36 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 17:55
protectorChristian Graus7-Jun-05 17:55 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:07
monica2k7-Jun-05 18:07 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:09
protectorChristian Graus7-Jun-05 18:09 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:10
monica2k7-Jun-05 18:10 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:12
protectorChristian Graus7-Jun-05 18:12 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:14
monica2k7-Jun-05 18:14 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:18
protectorChristian Graus7-Jun-05 18:18 

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.