Click here to Skip to main content
15,902,845 members
Home / Discussions / C#
   

C#

 
QuestionCreating Installation file Pin
Niiiissssshhhhhuuuuu6-Sep-06 17:51
Niiiissssshhhhhuuuuu6-Sep-06 17:51 
AnswerRe: Creating Installation file Pin
Utkarshraj Atmaram6-Sep-06 18:55
Utkarshraj Atmaram6-Sep-06 18:55 
QuestionNested Collections Pin
xfitr26-Sep-06 17:05
xfitr26-Sep-06 17:05 
AnswerRe: Nested Collections Pin
MIHAI_MTZ6-Sep-06 21:01
MIHAI_MTZ6-Sep-06 21:01 
QuestionYour favourite/best C# 2.0 Book? Pin
James_1236-Sep-06 15:38
James_1236-Sep-06 15:38 
AnswerRe: Your favourite/best C# 2.0 Book? Pin
Andrei Ungureanu6-Sep-06 20:00
Andrei Ungureanu6-Sep-06 20:00 
QuestionHelp ThreadPools/Threads Pin
peterzorbas6-Sep-06 13:30
peterzorbas6-Sep-06 13:30 
QuestionCopy and Past shortcuts stop working when derived form shown non-modally. Pin
Vengeance6-Sep-06 12:50
Vengeance6-Sep-06 12:50 
Hey Everyone,

I have a windows application written in C#. Within this application I have several forms, all of which are derived from a single base form. Now, if I put a text box control on one of these derived forms and then show this form while running the application by using form.Show(), the standard built-in Copy and Paste functions only work when accessed through the control's context menu. Using the keyboard shortcuts will not work.

However, if I show the form using form.ShowDialog() then the keyboard shortcuts work again. Also, if I don't use the base form then the keyboard shortcuts work as well.

I've tried reproducing this using a very basic base form and derived form, nothing but two textboxes on either of them, and it works as would be expected. So obviously there must be something in my base form that is causing this but there's a lot of code in there to dig through and it seems like such an odd issue. So I was wondering if anyone has ever experienced this in the past or might be able to suggest what might be causing this.


TIA,

Brian
Questiongeneric inherited class Pin
daveroberge6-Sep-06 9:33
daveroberge6-Sep-06 9:33 
AnswerRe: generic inherited class Pin
Nader Elshehabi6-Sep-06 10:17
Nader Elshehabi6-Sep-06 10:17 
GeneralRe: generic inherited class Pin
daveroberge6-Sep-06 10:46
daveroberge6-Sep-06 10:46 
QuestionRe: generic inherited class Pin
Nader Elshehabi6-Sep-06 11:30
Nader Elshehabi6-Sep-06 11:30 
AnswerRe: generic inherited class Pin
daveroberge6-Sep-06 14:04
daveroberge6-Sep-06 14:04 
AnswerRe: generic inherited class Pin
Nader Elshehabi7-Sep-06 1:59
Nader Elshehabi7-Sep-06 1:59 
GeneralRe: generic inherited class Pin
daveroberge7-Sep-06 3:07
daveroberge7-Sep-06 3:07 
GeneralRe: generic inherited class Pin
Nader Elshehabi7-Sep-06 9:04
Nader Elshehabi7-Sep-06 9:04 
GeneralRe: generic inherited class Pin
daveroberge7-Sep-06 10:53
daveroberge7-Sep-06 10:53 
GeneralRe: generic inherited class Pin
Nader Elshehabi7-Sep-06 11:26
Nader Elshehabi7-Sep-06 11:26 
GeneralRe: generic inherited class Pin
daveroberge7-Sep-06 14:31
daveroberge7-Sep-06 14:31 
AnswerRe: generic inherited class Pin
Ed.Poore6-Sep-06 12:01
Ed.Poore6-Sep-06 12:01 
GeneralRe: generic inherited class Pin
daveroberge6-Sep-06 14:09
daveroberge6-Sep-06 14:09 
GeneralRe: generic inherited class Pin
Ed.Poore6-Sep-06 18:38
Ed.Poore6-Sep-06 18:38 
GeneralRe: generic inherited class Pin
daveroberge7-Sep-06 2:54
daveroberge7-Sep-06 2:54 
QuestionPlacing description into a class/method??? Pin
Goalie356-Sep-06 8:55
Goalie356-Sep-06 8:55 
AnswerRe: Placing description into a class/method??? Pin
Nader Elshehabi6-Sep-06 9:13
Nader Elshehabi6-Sep-06 9:13 

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.