Click here to Skip to main content
15,867,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 4:32
akosidandan15-May-11 4:32 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Luc Pattyn15-May-11 4:38
sitebuilderLuc Pattyn15-May-11 4:38 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 4:57
akosidandan15-May-11 4:57 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Expert Coming14-May-11 5:16
Expert Coming14-May-11 5:16 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 2:45
akosidandan15-May-11 2:45 
Questionhow to switch off the parallel port Pin
aeman14-May-11 1:18
aeman14-May-11 1:18 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 1:30
mveOriginalGriff14-May-11 1:30 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 1:35
mveOriginalGriff14-May-11 1:35 
To add to what I said in the last reply:

The Parallel port is hardware: if you do not tell it to change, then it won't.
So if you tell the port "switch the fan on" then a physical signal (presumably one of the parallel port pins) is set to high or low. If you do not tell it to change, that is where it stays.

If your app exits without changing the pin back to "off" then the pin will stay high, until the PC is reset probably. Stopping the debugger exits your app immediately, it does not give it a chance to reset any signals you might normally change in your end-program code.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

Manfred R. Bihy: "Looks as if OP is learning resistant."

GeneralRe: how to switch off the parallel port Pin
aeman14-May-11 3:47
aeman14-May-11 3:47 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 4:07
mveOriginalGriff14-May-11 4:07 
GeneralRe: how to switch off the parallel port Pin
aeman14-May-11 4:33
aeman14-May-11 4:33 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 4:40
mveOriginalGriff14-May-11 4:40 
GeneralRe: how to switch off the parallel port Pin
aeman14-May-11 4:54
aeman14-May-11 4:54 
AnswerRe: how to switch off the parallel port Pin
Luc Pattyn14-May-11 2:01
sitebuilderLuc Pattyn14-May-11 2:01 
AnswerRe: how to switch off the parallel port Pin
Dave Kreskowiak14-May-11 3:19
mveDave Kreskowiak14-May-11 3:19 
GeneralRe: how to switch off the parallel port Pin
PIEBALDconsult14-May-11 4:54
mvePIEBALDconsult14-May-11 4:54 
GeneralRe: how to switch off the parallel port Pin
Dan Mos14-May-11 12:49
Dan Mos14-May-11 12:49 
AnswerRe: how to switch off the parallel port Pin
Dave Kreskowiak14-May-11 5:32
mveDave Kreskowiak14-May-11 5:32 
QuestionHow do I install a game I've made in XNA(using Visual Studio 2008) on a computer that does not have Visual Studio? Pin
illuitionist13-May-11 16:34
illuitionist13-May-11 16:34 
AnswerRe: How do I install a game I've made in XNA(using Visual Studio 2008) on a computer that does not have Visual Studio? Pin
Luc Pattyn13-May-11 17:47
sitebuilderLuc Pattyn13-May-11 17:47 
AnswerRe: How do I install a game I've made in XNA(using Visual Studio 2008) on a computer that does not have Visual Studio? Pin
Mark Salsbery13-May-11 18:05
Mark Salsbery13-May-11 18:05 
AnswerRe: How do I install a game I've made in XNA(using Visual Studio 2008) on a computer that does not have Visual Studio? Pin
bblu_sahu13-May-11 21:07
bblu_sahu13-May-11 21:07 
GeneralRe: How do I install a game I've made in XNA(using Visual Studio 2008) on a computer that does not have Visual Studio? Pin
Mark Salsbery13-May-11 21:24
Mark Salsbery13-May-11 21:24 
QuestionSockets: Send strings from Java to C#? Pin
CodeGust13-May-11 15:02
CodeGust13-May-11 15:02 
AnswerRe: Sockets: Send strings from Java to C#? Pin
Luc Pattyn13-May-11 15:55
sitebuilderLuc Pattyn13-May-11 15:55 

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.