Click here to Skip to main content
15,890,717 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: writing a game in .net Pin
Tomas Petricek21-Jan-03 10:28
Tomas Petricek21-Jan-03 10:28 
GeneralComparing the assembly name resulted in the mismatch: PUBLIC KEY TOKEN Pin
Ingram Leedy18-Jan-03 12:15
Ingram Leedy18-Jan-03 12:15 
GeneralDesigners/CodeDOM Pin
CAR17-Jan-03 10:03
CAR17-Jan-03 10:03 
GeneralDeploying a .NET app Pin
antoine@orchus-tech17-Jan-03 3:59
antoine@orchus-tech17-Jan-03 3:59 
GeneralRe: Deploying a .NET app Pin
Joel Matthias17-Jan-03 5:16
Joel Matthias17-Jan-03 5:16 
QuestionBug in Bitmap class? Pin
Stan Shannon17-Jan-03 2:29
Stan Shannon17-Jan-03 2:29 
AnswerRe: Bug in Bitmap class? Pin
leppie17-Jan-03 7:23
leppie17-Jan-03 7:23 
GeneralRe: Bug in Bitmap class? Pin
Stan Shannon17-Jan-03 9:03
Stan Shannon17-Jan-03 9:03 
The problem was that the bitmap resulting from the this:

Bitmap bmp2 = Bitmap( bmp1 );


produced a scrambled pixel pattern if bmp1 was not a square bitmap. If is was square (i.e. 10x10) things were fine.

I got around it by simply processing the original bitmap and not using the above code. (I did not need to store the original but was just experimenting with the second bitmap). I did not attempt to clone the original so I don't know if that would have made a diference.

"Any clod can have the facts, but having opinions is an art."
Charles McCabe, San Francisco Chronicle
GeneralBidirectional TCP Genuine Channels are Available. Pin
Bill200217-Jan-03 0:12
Bill200217-Jan-03 0:12 
GeneralAccessing/remoting a network PC Pin
vlusardi15-Jan-03 13:38
vlusardi15-Jan-03 13:38 
GeneralA layout question Pin
lemoncoke15-Jan-03 9:12
lemoncoke15-Jan-03 9:12 
GeneralCompiling to native insted to MSIL Pin
Amir Harel14-Jan-03 19:35
Amir Harel14-Jan-03 19:35 
GeneralRe: Compiling to native insted to MSIL Pin
Ray Cassick14-Jan-03 19:51
Ray Cassick14-Jan-03 19:51 
GeneralRe: Compiling to native insted to MSIL Pin
Stephane Rodriguez.14-Jan-03 20:28
Stephane Rodriguez.14-Jan-03 20:28 
GeneralNamespaces.. Pin
Ray Cassick14-Jan-03 19:30
Ray Cassick14-Jan-03 19:30 
GeneralRe: Namespaces.. Pin
James T. Johnson15-Jan-03 0:32
James T. Johnson15-Jan-03 0:32 
GeneralRe: Namespaces.. Pin
leppie15-Jan-03 11:09
leppie15-Jan-03 11:09 
GeneralRe: Namespaces.. Pin
stephen woolhead19-Jan-03 4:01
stephen woolhead19-Jan-03 4:01 
Generallog4net... Pin
Ray Cassick14-Jan-03 18:50
Ray Cassick14-Jan-03 18:50 
GeneralRe: log4net... Pin
leppie15-Jan-03 0:37
leppie15-Jan-03 0:37 
GeneralRe: log4net... Pin
Paul Ingles15-Jan-03 11:25
Paul Ingles15-Jan-03 11:25 
GeneralRe: log4net... Pin
Gertjan Schuurmans15-Jan-03 12:06
Gertjan Schuurmans15-Jan-03 12:06 
Generalhelp with TreeView and right-click popup menu Pin
Marc Clifton14-Jan-03 11:31
mvaMarc Clifton14-Jan-03 11:31 
GeneralRe: help with TreeView and right-click popup menu Pin
leppie14-Jan-03 11:49
leppie14-Jan-03 11:49 
GeneralRe: help with TreeView and right-click popup menu Pin
Marc Clifton15-Jan-03 0:39
mvaMarc Clifton15-Jan-03 0:39 

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.