Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: copying dll to another pc Pin
Dave Kreskowiak13-Apr-04 5:16
mveDave Kreskowiak13-Apr-04 5:16 
QuestionHow to execute Win commands from .NET applications Pin
Mihamar13-Apr-04 0:01
Mihamar13-Apr-04 0:01 
AnswerRe: How to execute Win commands from .NET applications Pin
MeterMan13-Apr-04 0:34
MeterMan13-Apr-04 0:34 
GeneralRe: How to execute Win commands from .NET applications Pin
Mihamar26-Apr-04 3:57
Mihamar26-Apr-04 3:57 
AnswerRe: How to execute Win commands from .NET applications Pin
Andy H13-Apr-04 1:47
Andy H13-Apr-04 1:47 
GeneralInt - Byte Pin
"joel"12-Apr-04 22:43
"joel"12-Apr-04 22:43 
GeneralRe: Int - Byte Pin
Jay Shankar12-Apr-04 23:34
Jay Shankar12-Apr-04 23:34 
GeneralRe: Int - Byte Pin
Heath Stewart13-Apr-04 3:08
protectorHeath Stewart13-Apr-04 3:08 
That could easily throw an OverflowException if your integer value was greater than 254. To convert any numeric type, use BitConverter.GetBytes instead, which will return an array of bytes if you expect values greater than 254.

 

Microsoft MVP, Visual C#
My Articles
GeneralCommenting Code Pin
MeterMan12-Apr-04 22:28
MeterMan12-Apr-04 22:28 
GeneralRe: Commenting Code Pin
Corinna John12-Apr-04 23:51
Corinna John12-Apr-04 23:51 
GeneralRe: Commenting Code Pin
Roger Alsing13-Apr-04 0:19
Roger Alsing13-Apr-04 0:19 
GeneralRe: Commenting Code Pin
Heath Stewart13-Apr-04 3:05
protectorHeath Stewart13-Apr-04 3:05 
GeneralCrystal reports and C# Pin
MeterMan12-Apr-04 18:30
MeterMan12-Apr-04 18:30 
GeneralRe: Crystal reports and C# Pin
Heath Stewart13-Apr-04 3:00
protectorHeath Stewart13-Apr-04 3:00 
GeneralDataGrid and threading Pin
viettrai12-Apr-04 11:55
viettrai12-Apr-04 11:55 
GeneralRe: DataGrid and threading Pin
quilkin12-Apr-04 21:04
quilkin12-Apr-04 21:04 
GeneralRe: DataGrid and threading Pin
viettrai13-Apr-04 10:58
viettrai13-Apr-04 10:58 
GeneralNT Service Monitor Pin
Makover12-Apr-04 9:33
Makover12-Apr-04 9:33 
GeneralRe: NT Service Monitor Pin
Heath Stewart12-Apr-04 10:11
protectorHeath Stewart12-Apr-04 10:11 
GeneralRe: NT Service Monitor Pin
Makover12-Apr-04 10:48
Makover12-Apr-04 10:48 
GeneralRe: NT Service Monitor Pin
Heath Stewart12-Apr-04 10:51
protectorHeath Stewart12-Apr-04 10:51 
GeneralRe: NT Service Monitor Pin
Makover12-Apr-04 11:48
Makover12-Apr-04 11:48 
QuestionHave you ever used Buffer and/or BitConverter? Pin
Nathan Ridley12-Apr-04 9:18
Nathan Ridley12-Apr-04 9:18 
AnswerRe: Have you ever used Buffer and/or BitConverter? Pin
Nick Parker12-Apr-04 9:38
protectorNick Parker12-Apr-04 9:38 
AnswerRe: Have you ever used Buffer and/or BitConverter? Pin
Jeff Varszegi12-Apr-04 9:49
professionalJeff Varszegi12-Apr-04 9:49 

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.