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

Visual Basic

 
Questionhow to copy text in a richtextbox to clipboard Pin
MJay10-Dec-03 23:41
MJay10-Dec-03 23:41 
AnswerRe: how to copy text in a richtextbox to clipboard Pin
Dave Kreskowiak11-Dec-03 3:07
mveDave Kreskowiak11-Dec-03 3:07 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
MJay11-Dec-03 4:39
MJay11-Dec-03 4:39 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
Dave Kreskowiak11-Dec-03 5:53
mveDave Kreskowiak11-Dec-03 5:53 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
MJay11-Dec-03 22:38
MJay11-Dec-03 22:38 
AnswerRe: how to copy text in a richtextbox to clipboard Pin
Zipadie Doodah18-Dec-03 5:26
Zipadie Doodah18-Dec-03 5:26 
GeneralChanging the Active Forms Pin
neha1210-Dec-03 17:24
neha1210-Dec-03 17:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak11-Dec-03 2:52
mveDave Kreskowiak11-Dec-03 2:52 
Are you saying that you'll have multiple forms open at the same time and that the user can close any of them and still keep the app running? Sounds like a job for seperate apps to me but I don't know all the details about what your doing...

Ummm...You might want to try having either a Main function that declares and shows all the forms, or you might want to do the same thing in a hidden form. You can then go into the Project Properties and change the startup object to either Main or the hidden form. Now, you'r also going to have to handle the Close events of these forms so your Main or hidden form knows that all of your visible forms are closed so it knows when to quit.


RageInTheMachine9532
GeneralRe: Changing the Active Forms Pin
neha1219-Dec-03 22:12
neha1219-Dec-03 22:12 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak20-Dec-03 12:48
mveDave Kreskowiak20-Dec-03 12:48 
GeneralRe: Changing the Active Forms Pin
neha1220-Dec-03 21:24
neha1220-Dec-03 21:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:39
mveDave Kreskowiak21-Dec-03 6:39 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:49
mveDave Kreskowiak21-Dec-03 6:49 
GeneralRe: Changing the Active Forms Pin
neha1221-Dec-03 16:33
neha1221-Dec-03 16:33 
Generalshowing method descriptions in VS Pin
Mesrop Simonian10-Dec-03 13:18
Mesrop Simonian10-Dec-03 13:18 
GeneralRe: showing method descriptions in VS Pin
Günther Meusburger10-Dec-03 20:05
Günther Meusburger10-Dec-03 20:05 
GeneralRe: showing method descriptions in VS Pin
Dave Kreskowiak11-Dec-03 2:48
mveDave Kreskowiak11-Dec-03 2:48 
GeneralRe: showing method descriptions in VS Pin
Mesrop Simonian11-Dec-03 5:50
Mesrop Simonian11-Dec-03 5:50 
GeneralRe: showing method descriptions in VS Pin
Ian Darling11-Dec-03 5:54
Ian Darling11-Dec-03 5:54 
GeneralRe: showing method descriptions in VS Pin
Mesrop Simonian11-Dec-03 8:07
Mesrop Simonian11-Dec-03 8:07 
GeneralRe: showing method descriptions in VS Pin
Ian Darling11-Dec-03 12:37
Ian Darling11-Dec-03 12:37 
GeneralRe: showing method descriptions in VS Pin
Dave Kreskowiak11-Dec-03 5:55
mveDave Kreskowiak11-Dec-03 5:55 
GeneralSolution Pin
Mesrop Simonian11-Dec-03 13:01
Mesrop Simonian11-Dec-03 13:01 
Generalwait for user to close the excel Pin
pnpfriend10-Dec-03 10:41
pnpfriend10-Dec-03 10:41 
GeneralRe: wait for user to close the excel Pin
Dave Kreskowiak11-Dec-03 2:44
mveDave Kreskowiak11-Dec-03 2:44 

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.