Click here to Skip to main content
16,005,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralASP .NET Project Problem Pin
Brian Olej18-Jun-04 18:19
Brian Olej18-Jun-04 18:19 
GeneralRe: ASP .NET Project Problem Pin
Dave Kreskowiak19-Jun-04 6:21
mveDave Kreskowiak19-Jun-04 6:21 
GeneralNeed help on a program Pin
superprogrammingdude18-Jun-04 16:27
superprogrammingdude18-Jun-04 16:27 
GeneralRe: Need help on a program Pin
Dave Kreskowiak21-Jun-04 3:01
mveDave Kreskowiak21-Jun-04 3:01 
GeneralHPGL... yes I know it's old school Pin
schweet_nectur18-Jun-04 12:57
schweet_nectur18-Jun-04 12:57 
GeneralRe: HPGL... yes I know it's old school Pin
Dave Kreskowiak19-Jun-04 6:25
mveDave Kreskowiak19-Jun-04 6:25 
GeneralRe: HPGL... yes I know it's old school Pin
schweet_nectur20-Jun-04 12:48
schweet_nectur20-Jun-04 12:48 
GeneralRe: HPGL... yes I know it's old school Pin
Dave Kreskowiak21-Jun-04 2:57
mveDave Kreskowiak21-Jun-04 2:57 
You would probably have to set a breakpoint at this line
If Not System.Windows.Forms.Clipboard.GetDataObject() Is Nothing Then

then execute your code. When that line is reached, step through the code one line at a time and watch the values that are returned from the Clipboard.Getxxxx functions. This will tell you what your missing, like the actual datatype that is being returned from the clipboard.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralClear Command Prameter Pin
skoizumi2911018-Jun-04 11:55
sussskoizumi2911018-Jun-04 11:55 
GeneralRe: Clear Command Prameter Pin
Dave Kreskowiak18-Jun-04 12:28
mveDave Kreskowiak18-Jun-04 12:28 
GeneralRe: Clear Command Prameter Pin
anotheruser18-Jun-04 17:11
anotheruser18-Jun-04 17:11 
GeneralRe: Clear Command Prameter Pin
Dave Kreskowiak19-Jun-04 6:17
mveDave Kreskowiak19-Jun-04 6:17 
GeneralDo these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
anotheruser18-Jun-04 10:44
anotheruser18-Jun-04 10:44 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
Dave Kreskowiak18-Jun-04 12:42
mveDave Kreskowiak18-Jun-04 12:42 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
anotheruser18-Jun-04 12:48
anotheruser18-Jun-04 12:48 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
Dave Kreskowiak18-Jun-04 12:53
mveDave Kreskowiak18-Jun-04 12:53 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
anotheruser18-Jun-04 13:06
anotheruser18-Jun-04 13:06 
GeneralWindows Explorer Type TreeView Pin
Brad Fackrell18-Jun-04 10:09
Brad Fackrell18-Jun-04 10:09 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2819-Jun-04 10:10
tanstaafl2819-Jun-04 10:10 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 5:21
Brad Fackrell21-Jun-04 5:21 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 8:31
tanstaafl2821-Jun-04 8:31 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 8:39
Brad Fackrell21-Jun-04 8:39 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 9:07
tanstaafl2821-Jun-04 9:07 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 9:14
tanstaafl2821-Jun-04 9:14 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 9:43
Brad Fackrell21-Jun-04 9:43 

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.