Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
Generalmy application in system tray on windows startup Pin
Sasuko16-May-05 13:45
Sasuko16-May-05 13:45 
GeneralRe: my application in system tray on windows startup Pin
John Arlen116-May-05 15:28
John Arlen116-May-05 15:28 
GeneralRe: my application in system tray on windows startup Pin
Sasuko16-May-05 23:25
Sasuko16-May-05 23:25 
GeneralRe: my application in system tray on windows startup Pin
Drew Noakes17-May-05 1:45
Drew Noakes17-May-05 1:45 
GeneralRe: my application in system tray on windows startup Pin
pubududilena16-May-05 17:11
pubududilena16-May-05 17:11 
GeneralDirectinput question Pin
cardboard4216-May-05 13:41
cardboard4216-May-05 13:41 
QuestionHow do a make a scrolling window for a game? Pin
Anthony Mushrow16-May-05 13:36
professionalAnthony Mushrow16-May-05 13:36 
AnswerRe: How do a make a scrolling window for a game? Pin
Marc Clifton16-May-05 13:53
mvaMarc Clifton16-May-05 13:53 
Well, there are a couple approaches. The simplest one is that you have the entire universe sitting as a huge bitmap, and you blit only a section of it on the screen. Very fast, very memory intensive.

The other approach is that your universe consists of tiles, and you create a virtual space that consists only of the screen size plus the width of a tile on the left and right, the height of a tile on the top and bottom. Now you can move only within the confines of a single tile boundary. So, when you reach the edge, you replace the tiles with new ones and shift the screen coordinates. Not as fast, but it takes up a lot less memory.

There's websites on this stuff that can explain it a lot better than I just did.

Marc

MyXaml
Advanced Unit Testing
YAPO
GeneralDateTimePicker Pin
StephenMcAllister16-May-05 12:46
StephenMcAllister16-May-05 12:46 
GeneralDirectX basic drawing Pin
Kordzik16-May-05 11:55
Kordzik16-May-05 11:55 
GeneralRe: DirectX basic drawing Pin
MoustafaS17-May-05 0:41
MoustafaS17-May-05 0:41 
GeneralHelp with Encoding! Pin
methodincharge16-May-05 7:40
methodincharge16-May-05 7:40 
GeneralRe: Help with Encoding! Pin
User 665816-May-05 13:04
User 665816-May-05 13:04 
GeneralRe: Help with Encoding! Pin
methodincharge16-May-05 14:39
methodincharge16-May-05 14:39 
GeneralIncluding files in my app, then using them Pin
Anthony Mushrow16-May-05 7:25
professionalAnthony Mushrow16-May-05 7:25 
GeneralRe: Including files in my app, then using them Pin
Marc Clifton16-May-05 11:29
mvaMarc Clifton16-May-05 11:29 
Question1. How to simulate mouse click on an arbitrary screen position? 2. How to get screen pixels color at arbitrary position? Pin
lgstef16-May-05 6:15
lgstef16-May-05 6:15 
Generalactive desktop Pin
Sabry190516-May-05 5:41
Sabry190516-May-05 5:41 
GeneralHandling Large Matrix in C#: Scientific Calculation Pin
amitmohanty16-May-05 5:39
amitmohanty16-May-05 5:39 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
Robert Rohde16-May-05 7:12
Robert Rohde16-May-05 7:12 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
Anonymous16-May-05 8:08
Anonymous16-May-05 8:08 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
Robert Rohde16-May-05 11:33
Robert Rohde16-May-05 11:33 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
DavidNohejl16-May-05 11:54
DavidNohejl16-May-05 11:54 
GeneralRe: Handling Large Matrix in C#: Scientific Calculation Pin
amitmohanty16-May-05 14:16
amitmohanty16-May-05 14:16 
GeneralFew more primitive tricks Pin
DavidNohejl17-May-05 1:30
DavidNohejl17-May-05 1:30 

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.