Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
GeneralRe: looking for a Component Pin
Alex Korchemniy19-Sep-04 12:23
Alex Korchemniy19-Sep-04 12:23 
Questionhowto read infos from *.url files ? Pin
Member 80267718-Sep-04 8:54
Member 80267718-Sep-04 8:54 
AnswerRe: howto read infos from *.url files ? Pin
Colin Angus Mackay18-Sep-04 15:51
Colin Angus Mackay18-Sep-04 15:51 
GeneralRe: howto read infos from *.url files ? Pin
Member 80267719-Sep-04 1:14
Member 80267719-Sep-04 1:14 
GeneralCopying richtext to Word Pin
RomanD18-Sep-04 8:29
RomanD18-Sep-04 8:29 
GeneralRe: Copying richtext to Word Pin
mav.northwind18-Sep-04 23:57
mav.northwind18-Sep-04 23:57 
QuestionWhich Pixel Was Clicked? Pin
Finn Grimwood18-Sep-04 8:10
Finn Grimwood18-Sep-04 8:10 
AnswerRe: Which Pixel Was Clicked? Pin
Charlie Williams18-Sep-04 9:20
Charlie Williams18-Sep-04 9:20 
If you're handling the MouseDown event of the PictureBox control, the X and Y properties return corrdinates relative to the upper left corner of the PictureBox, not the screen. If you're accessing the static X and Y properties of the MousePosition class, you can translate them in to coordinates on your PictureBox by calling the PictureBox's PointToClient method (inherited from Control). There is also a PointToScreen to translate the other way.

Charlie

if(!curlies){ return; }
GeneralRe: Which Pixel Was Clicked? Pin
Finn Grimwood18-Sep-04 10:32
Finn Grimwood18-Sep-04 10:32 
Questionhow to make a canvas for manipulating different bitmaps and shapes Pin
Sheraz Saeedy18-Sep-04 6:51
Sheraz Saeedy18-Sep-04 6:51 
Answernot the answer Pin
Colin Angus Mackay18-Sep-04 7:21
Colin Angus Mackay18-Sep-04 7:21 
GeneralRe: not the answer Pin
Charlie Williams18-Sep-04 9:23
Charlie Williams18-Sep-04 9:23 
GeneralRe: not the answer Pin
Sheraz Saeedy20-Sep-04 5:25
Sheraz Saeedy20-Sep-04 5:25 
GeneralRe: not the answer Pin
Colin Angus Mackay20-Sep-04 5:32
Colin Angus Mackay20-Sep-04 5:32 
GeneralRe: not the answer Pin
Sheraz Saeedy20-Sep-04 5:53
Sheraz Saeedy20-Sep-04 5:53 
GeneralRe: not the answer Pin
Colin Angus Mackay20-Sep-04 6:04
Colin Angus Mackay20-Sep-04 6:04 
QuestionHi Duell ???? Pin
Anonymous18-Sep-04 3:46
Anonymous18-Sep-04 3:46 
AnswerRe: Hi Duell ???? Pin
Colin Angus Mackay18-Sep-04 7:28
Colin Angus Mackay18-Sep-04 7:28 
GeneralRe: Hi Duell ???? Pin
peterchen19-Sep-04 8:19
peterchen19-Sep-04 8:19 
GeneralRe: Hi Duell ???? Pin
Colin Angus Mackay19-Sep-04 8:20
Colin Angus Mackay19-Sep-04 8:20 
GeneralMerge Pin
sreejith ss nair18-Sep-04 3:12
sreejith ss nair18-Sep-04 3:12 
GeneralRe: Merge Pin
Charlie Williams18-Sep-04 13:47
Charlie Williams18-Sep-04 13:47 
GeneralRe: Merge Pin
sreejith ss nair19-Sep-04 3:42
sreejith ss nair19-Sep-04 3:42 
GeneralChange License URL using key info Pin
gupta vaibhav18-Sep-04 1:50
gupta vaibhav18-Sep-04 1:50 
Generallink database Pin
pupuboy18-Sep-04 1:14
pupuboy18-Sep-04 1:14 

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.