Stupid of the day
-
I'm testing a function that pastes information from the clipboard into several fields in my application. I'm stepping through it in the debugger, and the string returned by
Clipboard.GetText()
is:"Clipboard.GetText()"
I'm flabbergasted. How the f*** does
Clipboard.GetText()
return its own name? ... (minutes of furious mouse clicking and keyboard pounding) ... Finally I realize the last thing I had done was copied "Clipboard.GetText()
" to the clipboard for pasting in my code. :doh:Software Zen:
delete this;
-
I'm testing a function that pastes information from the clipboard into several fields in my application. I'm stepping through it in the debugger, and the string returned by
Clipboard.GetText()
is:"Clipboard.GetText()"
I'm flabbergasted. How the f*** does
Clipboard.GetText()
return its own name? ... (minutes of furious mouse clicking and keyboard pounding) ... Finally I realize the last thing I had done was copied "Clipboard.GetText()
" to the clipboard for pasting in my code. :doh:Software Zen:
delete this;
have you tried re-booting the developer?
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
have you tried re-booting the developer?
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
have you tried re-booting the developer?
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
Nagy Vilmos wrote:
have you tried re-booting the developer?
FTFY
-
I'm testing a function that pastes information from the clipboard into several fields in my application. I'm stepping through it in the debugger, and the string returned by
Clipboard.GetText()
is:"Clipboard.GetText()"
I'm flabbergasted. How the f*** does
Clipboard.GetText()
return its own name? ... (minutes of furious mouse clicking and keyboard pounding) ... Finally I realize the last thing I had done was copied "Clipboard.GetText()
" to the clipboard for pasting in my code. :doh:Software Zen:
delete this;
-
I'm testing a function that pastes information from the clipboard into several fields in my application. I'm stepping through it in the debugger, and the string returned by
Clipboard.GetText()
is:"Clipboard.GetText()"
I'm flabbergasted. How the f*** does
Clipboard.GetText()
return its own name? ... (minutes of furious mouse clicking and keyboard pounding) ... Finally I realize the last thing I had done was copied "Clipboard.GetText()
" to the clipboard for pasting in my code. :doh:Software Zen:
delete this;
Stuff like that can keep me busy for hours! :laugh: :thumbsup:
It's an OO world.
-
I'm testing a function that pastes information from the clipboard into several fields in my application. I'm stepping through it in the debugger, and the string returned by
Clipboard.GetText()
is:"Clipboard.GetText()"
I'm flabbergasted. How the f*** does
Clipboard.GetText()
return its own name? ... (minutes of furious mouse clicking and keyboard pounding) ... Finally I realize the last thing I had done was copied "Clipboard.GetText()
" to the clipboard for pasting in my code. :doh:Software Zen:
delete this;