Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
Questionexecute exe file Pin
suveenmohan4-Jan-07 23:44
suveenmohan4-Jan-07 23:44 
AnswerRe: execute exe file Pin
slugonamission4-Jan-07 23:47
slugonamission4-Jan-07 23:47 
AnswerRe: execute exe file Pin
Christian Graus4-Jan-07 23:47
protectorChristian Graus4-Jan-07 23:47 
QuestionMotion Blur Effect in c# Pin
Black Mole4-Jan-07 23:05
Black Mole4-Jan-07 23:05 
AnswerRe: Motion Blur Effect in c# Pin
Pete O'Hanlon4-Jan-07 23:20
mvePete O'Hanlon4-Jan-07 23:20 
GeneralRe: Motion Blur Effect in c# Pin
Black Mole4-Jan-07 23:46
Black Mole4-Jan-07 23:46 
GeneralRe: Motion Blur Effect in c# Pin
Christian Graus4-Jan-07 23:49
protectorChristian Graus4-Jan-07 23:49 
AnswerRe: Motion Blur Effect in c# Pin
Stanciu Vlad5-Jan-07 1:19
Stanciu Vlad5-Jan-07 1:19 
Motion blur is an efect obtaind by exposing a moving object to a reciver for a longer period of time, in witch the object changes it's position.

So, if your image is static and you want to generate a "blurred" version of it I wold recommend you to add to a new ARGB image the original one and with an different alpha value the same image with different displacements, depending on the desired effect. Suposing you want the image to look like moving in a line you would and a sequence of alpha images at diferent y (or x) coordinates (depending on the "speed"). Or for instance if you want your immage to look like an "earth-quake" one, do like in the line instance, but in the + and - direction of the x coordinate (or the floor line).

I hope this helps.


protected internal static readonly ... and I wish the list could continue ...

QuestionXP Themes Pin
Russell Jones4-Jan-07 22:17
Russell Jones4-Jan-07 22:17 
AnswerRe: XP Themes Pin
Dominik Reichl4-Jan-07 22:42
Dominik Reichl4-Jan-07 22:42 
GeneralRe: XP Themes Pin
Russell Jones4-Jan-07 22:46
Russell Jones4-Jan-07 22:46 
Questionusing a namespace Pin
Member 20251764-Jan-07 21:40
Member 20251764-Jan-07 21:40 
AnswerRe: using a namespace Pin
Russell Jones4-Jan-07 21:48
Russell Jones4-Jan-07 21:48 
QuestionData validation in c# and SQL server 2000 Pin
phokojoe4-Jan-07 21:31
phokojoe4-Jan-07 21:31 
AnswerRe: Data validation in c# and SQL server 2000 Pin
Russell Jones4-Jan-07 22:13
Russell Jones4-Jan-07 22:13 
GeneralRe: Data validation in c# and SQL server 2000 Pin
phokojoe4-Jan-07 23:08
phokojoe4-Jan-07 23:08 
GeneralRe: Data validation in c# and SQL server 2000 Pin
Russell Jones5-Jan-07 0:31
Russell Jones5-Jan-07 0:31 
GeneralRe: Data validation in c# and SQL server 2000 Pin
phokojoe5-Jan-07 1:33
phokojoe5-Jan-07 1:33 
QuestionLimitation of FSWatcher & Windows Service Pin
Fayyaz Lodhi4-Jan-07 21:23
Fayyaz Lodhi4-Jan-07 21:23 
Questionxml reading/editing/writing Pin
divakarjmc104-Jan-07 19:37
divakarjmc104-Jan-07 19:37 
AnswerRe: xml reading/editing/writing Pin
sajid.salim.khan4-Jan-07 20:11
sajid.salim.khan4-Jan-07 20:11 
AnswerRe: xml reading/editing/writing Pin
Mircea Puiu4-Jan-07 20:43
Mircea Puiu4-Jan-07 20:43 
QuestionHow to Make EXE Pin
sajid.salim.khan4-Jan-07 19:07
sajid.salim.khan4-Jan-07 19:07 
GeneralRe: How to Make EXE Pin
Tyler454-Jan-07 19:31
Tyler454-Jan-07 19:31 
GeneralBut Sir Pin
sajid.salim.khan4-Jan-07 20:17
sajid.salim.khan4-Jan-07 20:17 

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.