Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating you own Nullable Pin
harold aptroot9-Mar-09 2:59
harold aptroot9-Mar-09 2:59 
GeneralRe: Creating you own Nullable Pin
Paw Jershauge9-Mar-09 3:38
Paw Jershauge9-Mar-09 3:38 
AnswerRe: Creating you own Nullable Pin
DaveyM699-Mar-09 2:22
professionalDaveyM699-Mar-09 2:22 
GeneralRe: Creating you own Nullable Pin
Paw Jershauge9-Mar-09 2:57
Paw Jershauge9-Mar-09 2:57 
QuestionPause, Resume Copy of file... How (C#)? Pin
NeCroFire9-Mar-09 0:08
NeCroFire9-Mar-09 0:08 
AnswerRe: Pause, Resume Copy of file... How (C#)? Pin
dan!sh 9-Mar-09 0:26
professional dan!sh 9-Mar-09 0:26 
GeneralRe: Pause, Resume Copy of file... How (C#)? Pin
NeCroFire9-Mar-09 3:35
NeCroFire9-Mar-09 3:35 
Questionlines disappear on image resize Pin
grizli9-Mar-09 0:07
grizli9-Mar-09 0:07 
Hi all
on a video stream display control i have i've got an overlay bitmap on which I can add markers. the bitmap is defined to be the size of the video stream (say 640X480 for a webcam), but the user can resize the display, so the videoimage + bitmap are also resized befor display . i've got markers drawn by the Graphics.DrawLine(...) with a 1 pixel width Pen. the user can also move the markers about. if the resize is by a whole number (say, resize the 640x480 to 1280x960 and so on) there are no problems, bit if the ratio is fractional (say 640x480 to 1024x768, which is 1.6) i have the following artifect: whenever the coordinate times the ratio gives a float with the fractional part larger than 0.5, the line thins out by a pixel. so if i'm running on a 1600X1200resolution and the stretch is to 1024 the line thins from 2 pixels to 1, but on a lower screen resolution the line dissapears completely. since the markers are sort of crosshairs, it's a real problem i can't ignore. I tried rounding down the coord value to prevent this, but no good, so if anybody has encountered this before i'd love to hear about it .

thanks

grizli
AnswerRe: lines disappear on image resize Pin
Luc Pattyn9-Mar-09 2:31
sitebuilderLuc Pattyn9-Mar-09 2:31 
QuestionBitmaps on button Pin
saksp8-Mar-09 23:59
saksp8-Mar-09 23:59 
AnswerRe: Bitmaps on button Pin
dan!sh 9-Mar-09 0:02
professional dan!sh 9-Mar-09 0:02 
QuestionC# Coding Pin
Digubha8-Mar-09 23:34
Digubha8-Mar-09 23:34 
AnswerRe: C# Coding Pin
Christian Graus8-Mar-09 23:40
protectorChristian Graus8-Mar-09 23:40 
AnswerRe: C# Coding Pin
dan!sh 8-Mar-09 23:43
professional dan!sh 8-Mar-09 23:43 
Questionhow to get Push and Run .NET Code on Remote Machine program run??? Pin
tyrone01098-Mar-09 22:54
tyrone01098-Mar-09 22:54 
AnswerRe: how to get Push and Run .NET Code on Remote Machine program run??? Pin
Christian Graus8-Mar-09 23:33
protectorChristian Graus8-Mar-09 23:33 
Questionexception 0x800A03EC in excel Pin
abbd8-Mar-09 22:40
abbd8-Mar-09 22:40 
AnswerRe: exception 0x800A03EC in excel Pin
Christian Graus8-Mar-09 23:31
protectorChristian Graus8-Mar-09 23:31 
GeneralRe: exception 0x800A03EC in excel Pin
abbd9-Mar-09 0:51
abbd9-Mar-09 0:51 
GeneralRe: exception 0x800A03EC in excel Pin
Rutvik Dave9-Mar-09 10:47
professionalRutvik Dave9-Mar-09 10:47 
GeneralRe: exception 0x800A03EC in excel Pin
abbd10-Mar-09 5:54
abbd10-Mar-09 5:54 
GeneralRe: exception 0x800A03EC in excel Pin
Rutvik Dave10-Mar-09 6:17
professionalRutvik Dave10-Mar-09 6:17 
GeneralRe: exception 0x800A03EC in excel Pin
abbd10-Mar-09 6:39
abbd10-Mar-09 6:39 
GeneralRe: exception 0x800A03EC in excel Pin
Rutvik Dave10-Mar-09 7:01
professionalRutvik Dave10-Mar-09 7:01 
GeneralRe: exception 0x800A03EC in excel Pin
abbd10-Mar-09 8:44
abbd10-Mar-09 8:44 

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.