Click here to Skip to main content
15,913,836 members
Home / Discussions / C#
   

C#

 
GeneralCan't Distribute C# Console App. Pin
Dato24-Jul-03 7:27
Dato24-Jul-03 7:27 
GeneralRe: Can't Distribute C# Console App. Pin
Daniel Turini24-Jul-03 8:12
Daniel Turini24-Jul-03 8:12 
GeneralRe: Can't Distribute C# Console App. Pin
Dato24-Jul-03 11:56
Dato24-Jul-03 11:56 
GeneralRe: Can't Distribute C# Console App. Pin
Anonymous24-Jul-03 16:12
Anonymous24-Jul-03 16:12 
GeneralRe: Can't Distribute C# Console App. Pin
Dato25-Jul-03 11:31
Dato25-Jul-03 11:31 
Generaldouble buffering direct draw in a windowed application Pin
pseudonym6724-Jul-03 7:08
pseudonym6724-Jul-03 7:08 
GeneralRe: double buffering direct draw in a windowed application Pin
John Fisher24-Jul-03 16:54
John Fisher24-Jul-03 16:54 
GeneralRe: double buffering direct draw in a windowed application Pin
J. Dunlap24-Jul-03 17:54
J. Dunlap24-Jul-03 17:54 
Steps:
1) Create a bitmap the size of the area to be painted.
2) Create a Graphics from the bitmap, using Graphics.FromImage.
3) Use the Graphics object's drawing functions to draw on the bitmap.
4) Use Graphics.DrawImageUnScaled to draw the bitmap onto the screen.


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: double buffering direct draw in a windowed application Pin
pseudonym6724-Jul-03 22:50
pseudonym6724-Jul-03 22:50 
GeneralGlobal Logger instance Pin
albean24-Jul-03 5:33
albean24-Jul-03 5:33 
GeneralRe: Global Logger instance Pin
leppie24-Jul-03 7:15
leppie24-Jul-03 7:15 
GeneralRe: Global Logger instance Pin
Julian Bucknall [MSFT]24-Jul-03 9:00
Julian Bucknall [MSFT]24-Jul-03 9:00 
GeneralRe: Global Logger instance Pin
StealthyMark26-Jul-03 14:41
StealthyMark26-Jul-03 14:41 
Generallaunch & run cmd.exe Pin
nam2324-Jul-03 5:20
nam2324-Jul-03 5:20 
GeneralRe: launch & run cmd.exe Pin
Tom Archer24-Jul-03 5:28
Tom Archer24-Jul-03 5:28 
GeneralRe: launch & run cmd.exe Pin
Tom Archer24-Jul-03 5:31
Tom Archer24-Jul-03 5:31 
GeneralRe: launch & run cmd.exe Pin
nam2324-Jul-03 6:19
nam2324-Jul-03 6:19 
QuestionHow to swap primary key values in a DataTable? Pin
Radoslav Bielik24-Jul-03 4:35
Radoslav Bielik24-Jul-03 4:35 
AnswerRe: How to swap primary key values in a DataTable? Pin
Tom Archer24-Jul-03 7:21
Tom Archer24-Jul-03 7:21 
GeneralRe: How to swap primary key values in a DataTable? Pin
Radoslav Bielik24-Jul-03 7:33
Radoslav Bielik24-Jul-03 7:33 
GeneralRe: How to swap primary key values in a DataTable? Pin
Tom Archer24-Jul-03 7:37
Tom Archer24-Jul-03 7:37 
GeneralRe: How to swap primary key values in a DataTable? Pin
Tom Archer5-Aug-03 12:39
Tom Archer5-Aug-03 12:39 
AnswerRe: How to swap primary key values in a DataTable? Pin
StealthyMark26-Jul-03 14:50
StealthyMark26-Jul-03 14:50 
GeneralRe: How to swap primary key values in a DataTable? Pin
Radoslav Bielik27-Jul-03 11:49
Radoslav Bielik27-Jul-03 11:49 
GeneralGeneric / Text Only print Pin
MadsJ24-Jul-03 3:13
MadsJ24-Jul-03 3:13 

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.