Click here to Skip to main content
15,867,686 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionreply urgently in 2-3 hours Pin
Ashishhcst200124-Feb-06 8:48
Ashishhcst200124-Feb-06 8:48 
AnswerRe: please reply urgently in 2-3 hours Pin
joepsy8-Mar-06 9:07
joepsy8-Mar-06 9:07 
QuestionCreateBitmap in C# Pin
Spykraft24-Feb-06 2:17
Spykraft24-Feb-06 2:17 
AnswerRe: CreateBitmap in C# Pin
toxcct24-Feb-06 2:23
toxcct24-Feb-06 2:23 
QuestionConversion from sbyte to byte Pin
Spykraft24-Feb-06 2:14
Spykraft24-Feb-06 2:14 
AnswerRe: Conversion from sbyte to byte Pin
toxcct24-Feb-06 2:22
toxcct24-Feb-06 2:22 
GeneralRe: Conversion from sbyte to byte Pin
Spykraft24-Feb-06 2:29
Spykraft24-Feb-06 2:29 
GeneralRe: Conversion from sbyte to byte Pin
toxcct24-Feb-06 2:34
toxcct24-Feb-06 2:34 
what about :
sbyte sb = 15;
byte b = (byte)sb;

or
sbyte sb = 15;
byte b = new Byte(sb);


ps: i know you're new to .net, but look, i personnaly don't even know it, and i think you could search the MSDN for that a bit by yourself too Wink | ;) too worry, this is just an advice, not something to break you...


TOXCCT >>> GEII power
[toxcct][VisualCalc 2.24][3.0 soon...]
QuestionHow to use Excel in Managed C++ Pin
devinzhang23-Feb-06 6:57
devinzhang23-Feb-06 6:57 
AnswerRe: How to use Excel in Managed C++ Pin
prrusa26-Feb-06 8:29
prrusa26-Feb-06 8:29 
GeneralRe: How to use Excel in Managed C++ Pin
devinzhang28-Feb-06 14:20
devinzhang28-Feb-06 14:20 
QuestionResetContent() in VC.NET Pin
sunil440022-Feb-06 22:15
sunil440022-Feb-06 22:15 
AnswerRe: ResetContent() in VC.NET Pin
Red Stateler23-Feb-06 9:30
Red Stateler23-Feb-06 9:30 
Questiondate function Pin
ptvce22-Feb-06 20:58
ptvce22-Feb-06 20:58 
AnswerRe: date function Pin
toxcct22-Feb-06 21:59
toxcct22-Feb-06 21:59 
GeneralRe: date function Pin
ptvce23-Feb-06 1:20
ptvce23-Feb-06 1:20 
GeneralRe: date function Pin
toxcct23-Feb-06 1:38
toxcct23-Feb-06 1:38 
QuestionC++ Service Pin
Esmo200022-Feb-06 14:06
Esmo200022-Feb-06 14:06 
AnswerRe: C++ Service Pin
George L. Jackson22-Feb-06 17:22
George L. Jackson22-Feb-06 17:22 
QuestionDraw line on image!!!!!!!!!! Pin
ArianN21-Feb-06 16:42
ArianN21-Feb-06 16:42 
AnswerRe: Draw line on image!!!!!!!!!! Pin
Christian Graus21-Feb-06 17:26
protectorChristian Graus21-Feb-06 17:26 
GeneralRe: Draw line on image!!!!!!!!!! Pin
ArianN23-Feb-06 16:12
ArianN23-Feb-06 16:12 
GeneralRe: Draw line on image!!!!!!!!!! Pin
Christian Graus23-Feb-06 16:18
protectorChristian Graus23-Feb-06 16:18 
GeneralRe: Draw line on image!!!!!!!!!! Pin
ArianN23-Feb-06 16:36
ArianN23-Feb-06 16:36 
GeneralRe: Draw line on image!!!!!!!!!! Pin
ArianN23-Feb-06 21:01
ArianN23-Feb-06 21:01 

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.