Click here to Skip to main content
15,904,155 members
Home / Discussions / C#
   

C#

 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 21:35
M Riaz Bashir12-Feb-07 21:35 
AnswerRe: I want to set my Windows form as "Always on Top" and Pin
wasife13-Feb-07 11:54
wasife13-Feb-07 11:54 
QuestionError while Displying the Report Pin
jaganil12-Feb-07 19:59
jaganil12-Feb-07 19:59 
AnswerRe: Error while Displying the Report Pin
KraGiE7913-Feb-07 1:30
KraGiE7913-Feb-07 1:30 
Questionhi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
gpremkamal12-Feb-07 19:40
gpremkamal12-Feb-07 19:40 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
Christian Graus12-Feb-07 19:45
protectorChristian Graus12-Feb-07 19:45 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
Niiiissssshhhhhuuuuu12-Feb-07 19:50
Niiiissssshhhhhuuuuu12-Feb-07 19:50 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
sxbluebird12-Feb-07 21:24
sxbluebird12-Feb-07 21:24 
public class PortAccess
{

[DllImport("inpout32.dll", EntryPoint="Out32")]

public static extern void Output(int adress, int value);

}

then, use PortAccess.Output(***,***) to send data to parallel port.


wang
QuestionSharePoint site creation Pin
AB777112-Feb-07 19:33
AB777112-Feb-07 19:33 
AnswerRe: SharePoint site creation Pin
Michael O.13-Feb-07 0:08
Michael O.13-Feb-07 0:08 
GeneralRe: SharePoint site creation Pin
AB777113-Feb-07 1:15
AB777113-Feb-07 1:15 
AnswerRe: select all tables from a SQL DB Pin
Christian Graus12-Feb-07 19:37
protectorChristian Graus12-Feb-07 19:37 
GeneralRe: select all tables from a SQL DB Pin
Mohammad Daba'an12-Feb-07 19:44
Mohammad Daba'an12-Feb-07 19:44 
GeneralRe: select all tables from a SQL DB Pin
Christian Graus12-Feb-07 20:40
protectorChristian Graus12-Feb-07 20:40 
GeneralRe: select all tables from a SQL DB Pin
Colin Angus Mackay12-Feb-07 22:33
Colin Angus Mackay12-Feb-07 22:33 
GeneralRe: select all tables from a SQL DB Pin
Mohammad Daba'an12-Feb-07 19:51
Mohammad Daba'an12-Feb-07 19:51 
GeneralRe: select all tables from a SQL DB Pin
Christian Graus12-Feb-07 20:41
protectorChristian Graus12-Feb-07 20:41 
NewsANN: Native C# Protection for C# 2.0 (ver. 2.0.0) released Pin
Oleg Subachev12-Feb-07 19:30
professionalOleg Subachev12-Feb-07 19:30 
GeneralRe: ANN: Native C# Protection for C# 2.0 (ver. 2.0.0) released Pin
Christian Graus12-Feb-07 19:36
protectorChristian Graus12-Feb-07 19:36 
QuestionHow to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech12-Feb-07 19:30
pashitech12-Feb-07 19:30 
AnswerRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Niiiissssshhhhhuuuuu12-Feb-07 19:43
Niiiissssshhhhhuuuuu12-Feb-07 19:43 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech12-Feb-07 19:50
pashitech12-Feb-07 19:50 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Niiiissssshhhhhuuuuu12-Feb-07 20:00
Niiiissssshhhhhuuuuu12-Feb-07 20:00 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech12-Feb-07 20:10
pashitech12-Feb-07 20:10 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Niiiissssshhhhhuuuuu12-Feb-07 20:27
Niiiissssshhhhhuuuuu12-Feb-07 20:27 

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.