Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need Help with Visual Basic Drag and Drop Pin
Eddy Vluggen24-Apr-09 8:45
professionalEddy Vluggen24-Apr-09 8:45 
Questionhow to:create a SIMPLE windows explorer like app. Pin
trujade21-Apr-09 6:54
trujade21-Apr-09 6:54 
AnswerRe: how to:create a SIMPLE windows explorer like app. Pin
Luc Pattyn21-Apr-09 7:08
sitebuilderLuc Pattyn21-Apr-09 7:08 
GeneralRe: how to:create a SIMPLE windows explorer like app. Pin
Henry Minute21-Apr-09 8:24
Henry Minute21-Apr-09 8:24 
AnswerRe: how to:create a SIMPLE windows explorer like app. Pin
Henry Minute21-Apr-09 8:26
Henry Minute21-Apr-09 8:26 
AnswerRe: how to:create a SIMPLE windows explorer like app. Pin
Eddy Vluggen21-Apr-09 8:50
professionalEddy Vluggen21-Apr-09 8:50 
AnswerRe: how to:create a SIMPLE windows explorer like app. Pin
Yusuf21-Apr-09 11:23
Yusuf21-Apr-09 11:23 
QuestionThe runtime has encountered a fatal error. Pin
Nanda_MR21-Apr-09 2:11
Nanda_MR21-Apr-09 2:11 
The runtime has encountered a fatal error. The address of the error was at 0x79f89a89, on thread 0xc60. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.

I m getting following error when the bellow code is run. The Error is coming in Second Line.

Option 1
MSChart1.EditCopy()
Dim clipdata As IDataObject = Clipboard.GetDataObject()
Dim bmp As Bitmap = clipdata.GetData(DataFormats.Bitmap, True)
PictureBox1.Image = bmp

Option 2
MSChart1.EditCopy()
RichTextBox1 = Clipboard.GetData(DataFormats.EnhancedMetafile)


Option 3
MSChart1.EditCopy()
PictureBox1.Image = Clipboard.GetData(DataFormats.EnhancedMetafile)


Thanks in advance.
AnswerRe: The runtime has encountered a fatal error. Pin
Henry Minute21-Apr-09 4:56
Henry Minute21-Apr-09 4:56 
GeneralRe: The runtime has encountered a fatal error. Pin
Nanda_MR21-Apr-09 18:16
Nanda_MR21-Apr-09 18:16 
GeneralRe: The runtime has encountered a fatal error. Pin
Henry Minute21-Apr-09 23:51
Henry Minute21-Apr-09 23:51 
AnswerRe: The runtime has encountered a fatal error. Pin
Luc Pattyn21-Apr-09 7:10
sitebuilderLuc Pattyn21-Apr-09 7:10 
GeneralRe: The runtime has encountered a fatal error. Pin
Nanda_MR21-Apr-09 18:28
Nanda_MR21-Apr-09 18:28 
QuestionProgressBarStyle.Marquee doesn't work Pin
Graham Irons21-Apr-09 1:49
Graham Irons21-Apr-09 1:49 
GeneralRe: ProgressBarStyle.Marquee doesn't work Pin
Eddy Vluggen21-Apr-09 3:22
professionalEddy Vluggen21-Apr-09 3:22 
AnswerRe: ProgressBarStyle.Marquee doesn't work Pin
Henry Minute21-Apr-09 23:53
Henry Minute21-Apr-09 23:53 
GeneralRe: ProgressBarStyle.Marquee doesn't work Pin
Graham Irons22-Apr-09 1:02
Graham Irons22-Apr-09 1:02 
GeneralRe: ProgressBarStyle.Marquee doesn't work Pin
Henry Minute22-Apr-09 1:16
Henry Minute22-Apr-09 1:16 
GeneralRe: ProgressBarStyle.Marquee doesn't work Pin
Graham Irons22-Apr-09 10:33
Graham Irons22-Apr-09 10:33 
GeneralRe: ProgressBarStyle.Marquee doesn't work Pin
Henry Minute22-Apr-09 10:55
Henry Minute22-Apr-09 10:55 
QuestionProblem while Concatenating(&) Pin
vijay248221-Apr-09 0:33
vijay248221-Apr-09 0:33 
AnswerRe: Problem while Concatenating(&) Pin
Johan Hakkesteegt21-Apr-09 1:02
Johan Hakkesteegt21-Apr-09 1:02 
GeneralRe: Problem while Concatenating(&) Pin
vijay248221-Apr-09 1:45
vijay248221-Apr-09 1:45 
GeneralRe: Problem while Concatenating(&) Pin
Johan Hakkesteegt21-Apr-09 2:26
Johan Hakkesteegt21-Apr-09 2:26 
QuestionHow to add checkboxes in items of ListBox ? Pin
pramod251721-Apr-09 0:17
pramod251721-Apr-09 0: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.