Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pausing A Loop in Windows Application Pin
Not Active15-Jun-07 2:06
mentorNot Active15-Jun-07 2:06 
GeneralRe: Pausing A Loop in Windows Application Pin
Ian Uy15-Jun-07 4:53
Ian Uy15-Jun-07 4:53 
GeneralRe: Pausing A Loop in Windows Application Pin
Not Active15-Jun-07 5:03
mentorNot Active15-Jun-07 5:03 
AnswerRe: Pausing A Loop in Windows Application Pin
CiNN15-Jun-07 2:25
CiNN15-Jun-07 2:25 
AnswerRe: Pausing A Loop in Windows Application Pin
Pete O'Hanlon15-Jun-07 4:36
mvePete O'Hanlon15-Jun-07 4:36 
QuestionC#:How to get Dragged Item when drop to Target Control Pin
Chintan.Desai15-Jun-07 0:17
Chintan.Desai15-Jun-07 0:17 
AnswerRe: C#:How to get Dragged Item when drop to Target Control Pin
WillemM15-Jun-07 3:43
WillemM15-Jun-07 3:43 
GeneralRe: C#:How to get Dragged Item when drop to Target Control Pin
Chintan.Desai15-Jun-07 3:55
Chintan.Desai15-Jun-07 3:55 
I need to drag pic1 and drop in pic2.So, below is my code snippets:

pic1_mouseDown()
{
pic1.DoDragDrop(pic1.Image,DragEffect.Move)
}

pic2_DragEnter()
{
//here even i can identify pic1 entering in pic2 area
//here i even check whether pic1 is valid ctrl by e.GetDataFormat(),even
//that is working fine.But I need actual picture box i.e. pic1
//I hav tried this code to get pic1 in this event
PictureBox picSource=e.Data.GetData(DataFormat.Bitmap);
but here picSource appear to be null.

}

Pls help Confused | :confused:
}

Regards
Chintan
www.visharadsoft.com
(Nothing is so purify as KNOWLEDGE)

GeneralRe: C#:How to get Dragged Item when drop to Target Control Pin
WillemM15-Jun-07 4:09
WillemM15-Jun-07 4:09 
Questionc# Pin
nikvarma15-Jun-07 0:08
nikvarma15-Jun-07 0:08 
AnswerRe: c# Pin
Rudolf Jan15-Jun-07 0:16
Rudolf Jan15-Jun-07 0:16 
AnswerRe: c# Pin
Andrei Ungureanu15-Jun-07 1:13
Andrei Ungureanu15-Jun-07 1:13 
QuestionReading Microsoft .lit files. Pin
Nic Rowan14-Jun-07 23:52
Nic Rowan14-Jun-07 23:52 
AnswerRe: Reading Microsoft .lit files. Pin
Vasudevan Deepak Kumar15-Jun-07 2:47
Vasudevan Deepak Kumar15-Jun-07 2:47 
GeneralRe: Reading Microsoft .lit files. Pin
Mali Perica15-Jun-07 3:42
Mali Perica15-Jun-07 3:42 
QuestionHow to convert an MS Word document to PDF Pin
khuzwayom14-Jun-07 23:40
khuzwayom14-Jun-07 23:40 
AnswerRe: How to convert an MS Word document to PDF Pin
Vasudevan Deepak Kumar15-Jun-07 0:33
Vasudevan Deepak Kumar15-Jun-07 0:33 
GeneralRe: How to convert an MS Word document to PDF Pin
khuzwayom15-Jun-07 0:56
khuzwayom15-Jun-07 0:56 
QuestionHow to open a existing forn ? Pin
help as an alias14-Jun-07 23:40
help as an alias14-Jun-07 23:40 
AnswerRe: How to open a existing forn ? Pin
Martin#14-Jun-07 23:51
Martin#14-Jun-07 23:51 
GeneralRe: How to open a existing forn ? Pin
Muammar©17-Jun-07 4:56
Muammar©17-Jun-07 4:56 
AnswerRe: How to open a existing forn ? Pin
umitmax15-Jun-07 9:33
umitmax15-Jun-07 9:33 
QuestionWS and DesktopApplication Pin
Andrei Ungureanu14-Jun-07 22:53
Andrei Ungureanu14-Jun-07 22:53 
AnswerRe: WS and DesktopApplication Pin
Pete O'Hanlon15-Jun-07 0:30
mvePete O'Hanlon15-Jun-07 0:30 
GeneralRe: WS and DesktopApplication Pin
Andrei Ungureanu15-Jun-07 1:04
Andrei Ungureanu15-Jun-07 1:04 

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.