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

Visual Basic

 
AnswerRe: Programmatically popup a menu (seperate thread) Pin
AndrewVos2-Nov-05 11:37
AndrewVos2-Nov-05 11:37 
AnswerRe: Programmatically popup a menu (seperate thread) Pin
Pravat Maskey5-Nov-05 21:09
Pravat Maskey5-Nov-05 21:09 
GeneralRe: Programmatically popup a menu (seperate thread) Pin
AndrewVos5-Nov-05 22:58
AndrewVos5-Nov-05 22:58 
QuestionQuestions on validating textbox inputs, and request for a webpage source via VB .NET Pin
xDanELx2-Nov-05 11:20
xDanELx2-Nov-05 11:20 
AnswerRe: Questions on validating textbox inputs, and request for a webpage source via VB .NET Pin
Briga3-Nov-05 0:10
Briga3-Nov-05 0:10 
QuestionUpdate on Grid fails? Pin
Sled Dog2-Nov-05 8:58
Sled Dog2-Nov-05 8:58 
AnswerRe: Update on Grid fails? Pin
Sled Dog3-Nov-05 7:21
Sled Dog3-Nov-05 7:21 
QuestionCan't use CTRL-V Pin
SignMan3592-Nov-05 7:53
SignMan3592-Nov-05 7:53 
I have a situation where I have standard form class that I created. It inherits from System.Windows.Forms.Form as a public class. The only thing added to this class is a series of variables for passing data to these forms. There are no functions or overrides in the class.

I then create a FRIEND form that inherits this class. I put a textbox on the form and I can't use CTRL-V. In fact, I trapped the keydown events and if I do 'V', I get a keycode, if I do CTRL-SHIFT-V, I get a keycode, but if I just do CTRL-V, I don't even get a keycode (it never throws the keydown event at all.) And it won't paste anything into the control.

If I change the form to inherit the System.Windows.Forms.Form directly, it traps fine and pastes the text from the clipboard into the control.

Any ideas as to what would cause this to happen?

--In a world without fences, who needs Gates?
QuestionHow to Post Data to a different domain/url Pin
john_paul2-Nov-05 2:49
john_paul2-Nov-05 2:49 
AnswerRe: How to Post Data to a different domain/url Pin
Leather992-Nov-05 3:21
Leather992-Nov-05 3:21 
GeneralRe: How to Post Data to a different domain/url Pin
Leather992-Nov-05 5:44
Leather992-Nov-05 5:44 
GeneralRe: How to Post Data to a different domain/url Pin
john_paul2-Nov-05 6:59
john_paul2-Nov-05 6:59 
GeneralRe: How to Post Data to a different domain/url Pin
john_paul2-Nov-05 7:59
john_paul2-Nov-05 7:59 
GeneralRe: How to Post Data to a different domain/url Pin
Leather992-Nov-05 21:57
Leather992-Nov-05 21:57 
QuestionProblem running rwrun60 ... Pin
Pescador342-Nov-05 0:53
Pescador342-Nov-05 0:53 
AnswerRe: Problem running rwrun60 ... Pin
Dave Kreskowiak2-Nov-05 6:45
mveDave Kreskowiak2-Nov-05 6:45 
GeneralRe: Problem running rwrun60 ... Pin
Pescador342-Nov-05 22:16
Pescador342-Nov-05 22:16 
GeneralRe: Problem running rwrun60 ... Pin
cmarguello25-Sep-09 12:39
cmarguello25-Sep-09 12:39 
QuestionDatabase Help Pin
Deepu kuttan1-Nov-05 23:42
Deepu kuttan1-Nov-05 23:42 
AnswerRe: Database Help Pin
KaptinKrunch2-Nov-05 7:36
KaptinKrunch2-Nov-05 7:36 
QuestionHow to build a patch application Pin
Mekong River1-Nov-05 21:56
Mekong River1-Nov-05 21:56 
AnswerRe: How to build a patch application Pin
Leather992-Nov-05 3:23
Leather992-Nov-05 3:23 
GeneralRe: How to build a patch application Pin
Mekong River6-Nov-05 13:46
Mekong River6-Nov-05 13:46 
GeneralRe: How to build a patch application Pin
Leather996-Nov-05 22:00
Leather996-Nov-05 22:00 
AnswerRe: How to build a patch application Pin
AndrewVos2-Nov-05 14:19
AndrewVos2-Nov-05 14:19 

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.