Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing the paper size at run time Pin
Heath Stewart31-Dec-03 11:04
protectorHeath Stewart31-Dec-03 11:04 
GeneralRe: Changing the paper size at run time Pin
IntegraSoft1-Jan-04 7:50
IntegraSoft1-Jan-04 7:50 
GeneralRe: Changing the paper size at run time Pin
Heath Stewart1-Jan-04 9:29
protectorHeath Stewart1-Jan-04 9:29 
GeneralRe: Changing the paper size at run time Pin
Mazdak30-Dec-03 6:26
Mazdak30-Dec-03 6:26 
Generalinterop - array of structs with embedded strings Pin
lavinder29-Dec-03 17:45
lavinder29-Dec-03 17:45 
GeneralRe: interop - array of structs with embedded strings Pin
Heath Stewart30-Dec-03 5:26
protectorHeath Stewart30-Dec-03 5:26 
Generalserial por comunications Pin
pedropj29-Dec-03 17:00
pedropj29-Dec-03 17:00 
GeneralRe: serial por comunications Pin
Heath Stewart30-Dec-03 5:16
protectorHeath Stewart30-Dec-03 5:16 
pedropj wrote:
1. How do you access the serial port on a c# project, using windows forms?

A simple search here on the CP site revealed several results: http://www.codeproject.com/info/search.asp?cats=3&cats=5&searchkw=serial+port[^]

pedropj wrote:
2. How do you do access the serial port on an asp.net project? The port is on the client side, not the server. Does it has to be done with activex, if so, how?

ASP.NET is stricly server-side technology (though some client-side javascripts and hidden form fields are used). You can host ActiveX controls in any HTML served from any web server, be it IIS, Apache, etc.

You don't have to use ActiveX, though. If you want to stick with .NET, you can use smart clients. See an article I wrote a long time back on another site (that's being transcribed and updated for this site) here: User Controls for Windows and the Web[^].

Even smart clients can be hosted in pages delivered by any web browser - even local pages served-up in your browser right off your hard drive. It's just that Internet Explorer (Mozilla doesn't do this...yet) is hosting the control. There is some documentation about this in the MSDN Library as well (under the .NET Framework SDK Documentation - see "Deployment").

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralNavigation in multiple forms Pin
Hayat29-Dec-03 16:51
Hayat29-Dec-03 16:51 
GeneralRe: Navigation in multiple forms Pin
Mehdi Moshtaghi30-Dec-03 0:37
Mehdi Moshtaghi30-Dec-03 0:37 
GeneralRe: Navigation in multiple forms Pin
Heath Stewart30-Dec-03 5:10
protectorHeath Stewart30-Dec-03 5:10 
GeneralRe: Navigation in multiple forms Pin
Hayat31-Dec-03 16:12
Hayat31-Dec-03 16:12 
GeneralRe: Navigation in multiple forms Pin
Mehdi Moshtaghi31-Dec-03 21:52
Mehdi Moshtaghi31-Dec-03 21:52 
GeneralThis is probably a silly question, Pin
Nick Seng29-Dec-03 16:41
Nick Seng29-Dec-03 16:41 
GeneralCut, Copy, Paste Event needed. Pin
Nicholas Cardi29-Dec-03 12:00
Nicholas Cardi29-Dec-03 12:00 
GeneralRe: Cut, Copy, Paste Event needed. Pin
je_gonzalez29-Dec-03 13:33
je_gonzalez29-Dec-03 13:33 
GeneralRe: Cut, Copy, Paste Event needed. Pin
Heath Stewart30-Dec-03 5:03
protectorHeath Stewart30-Dec-03 5:03 
GeneralRe: Cut, Copy, Paste Event needed. Pin
panache102319-Jan-04 11:35
panache102319-Jan-04 11:35 
GeneralInstalled Applications Pin
Melanius29-Dec-03 10:36
Melanius29-Dec-03 10:36 
GeneralRe: Installed Applications Pin
Heath Stewart29-Dec-03 11:16
protectorHeath Stewart29-Dec-03 11:16 
GeneralModeless Dialog Box Pin
JL_32729-Dec-03 9:52
JL_32729-Dec-03 9:52 
GeneralRe: Modeless Dialog Box Pin
Heath Stewart29-Dec-03 11:11
protectorHeath Stewart29-Dec-03 11:11 
GeneralRe: Modeless Dialog Box Pin
je_gonzalez29-Dec-03 11:37
je_gonzalez29-Dec-03 11:37 
QuestionNumericUpDown with XP/System theme, possible? Pin
Roriok29-Dec-03 9:05
Roriok29-Dec-03 9:05 
AnswerRe: NumericUpDown with XP/System theme, possible? Pin
Roger Alsing29-Dec-03 9:11
Roger Alsing29-Dec-03 9:11 

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.