Click here to Skip to main content
16,015,444 members
Home / Discussions / C#
   

C#

 
GeneralRe: Ashwin Pin
RobCroll15-Mar-11 2:12
RobCroll15-Mar-11 2:12 
AnswerRe: Ashwin Pin
Alan Balkany15-Mar-11 3:52
Alan Balkany15-Mar-11 3:52 
AnswerRe: Ashwin Pin
JP_Rocks27-Mar-11 0:29
JP_Rocks27-Mar-11 0:29 
Questionimapi2 or scsi for cd-rom Pin
Aisha sharma14-Mar-11 18:36
Aisha sharma14-Mar-11 18:36 
AnswerRe: imapi2 or scsi for cd-rom Pin
Ravi Sant14-Mar-11 21:48
Ravi Sant14-Mar-11 21:48 
AnswerRe: imapi2 or scsi for cd-rom Pin
JP_Rocks27-Mar-11 0:30
JP_Rocks27-Mar-11 0:30 
QuestionHow do i make an application thumbnail veiwer? Pin
DonRobb_414-Mar-11 8:26
DonRobb_414-Mar-11 8:26 
AnswerRe: How do i make an application thumbnail veiwer? Pin
Bernhard Hiller15-Mar-11 0:43
Bernhard Hiller15-Mar-11 0:43 
Drag & Drop must be somehow initialized. When you drag an application window on your desktop, that initialization does not take place, hence you cannot get a DragOver or DragDrop event from that action.
Consequently, you must try a totally different approach. When a foreign window is dragged over your application window, some regions become hidden, and with dragging along, some regions will become visible again, and must be repainted. The Invalidated or Paint events could be useful. Check there whether there is another window overlapping with your application's main window, take a screen shot of that window, and add it to your list of images/thumbnails.
QuestionHow to draw Date and time on a bitmap C# Pin
SkynetKernel14-Mar-11 5:21
SkynetKernel14-Mar-11 5:21 
AnswerRe: How to draw Date and time on a bitmap C# PinPopular
Luc Pattyn14-Mar-11 6:01
sitebuilderLuc Pattyn14-Mar-11 6:01 
GeneralRe: How to draw Date and time on a bitmap C# Pin
SkynetKernel14-Mar-11 6:09
SkynetKernel14-Mar-11 6:09 
GeneralRe: How to draw Date and time on a bitmap C# Pin
Luc Pattyn14-Mar-11 6:15
sitebuilderLuc Pattyn14-Mar-11 6:15 
Questionform controls default values Pin
LordZoster14-Mar-11 1:16
LordZoster14-Mar-11 1:16 
AnswerRe: form controls default values Pin
LordZoster14-Mar-11 12:53
LordZoster14-Mar-11 12:53 
GeneralRe: form controls default values Pin
Luc Pattyn14-Mar-11 13:03
sitebuilderLuc Pattyn14-Mar-11 13:03 
AnswerRe: form controls default values Pin
LordZoster15-Mar-11 1:43
LordZoster15-Mar-11 1:43 
QuestionConvert String to HtmlDocument [modified] Pin
Abbas Fatshidi14-Mar-11 0:36
professionalAbbas Fatshidi14-Mar-11 0:36 
AnswerRe: Convert String to HtmlDocument Pin
Luc Pattyn14-Mar-11 0:59
sitebuilderLuc Pattyn14-Mar-11 0:59 
GeneralRe: Convert String to HtmlDocument Pin
Abbas Fatshidi14-Mar-11 1:20
professionalAbbas Fatshidi14-Mar-11 1:20 
GeneralRe: Convert String to HtmlDocument Pin
Luc Pattyn14-Mar-11 1:29
sitebuilderLuc Pattyn14-Mar-11 1:29 
GeneralRe: Convert String to HtmlDocument Pin
Pete O'Hanlon14-Mar-11 1:44
mvePete O'Hanlon14-Mar-11 1:44 
GeneralRe: Convert String to HtmlDocument Pin
Luc Pattyn14-Mar-11 1:57
sitebuilderLuc Pattyn14-Mar-11 1:57 
GeneralRe: Convert String to HtmlDocument Pin
Pete O'Hanlon14-Mar-11 2:01
mvePete O'Hanlon14-Mar-11 2:01 
GeneralRe: Convert String to HtmlDocument Pin
Luc Pattyn14-Mar-11 2:02
sitebuilderLuc Pattyn14-Mar-11 2:02 
GeneralRe: Convert String to HtmlDocument Pin
Abbas Fatshidi14-Mar-11 1:44
professionalAbbas Fatshidi14-Mar-11 1: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.