Click here to Skip to main content
15,887,027 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionRe: usercontrol is not working correctly in the application [modified] Pin
gtag7-Sep-08 20:31
gtag7-Sep-08 20:31 
AnswerRe: usercontrol is not working correctly in the application Pin
gtag8-Sep-08 19:11
gtag8-Sep-08 19:11 
QuestionHow do you hide parts of a usercontrol from the toolbar. Pin
frappydan4-Sep-08 17:43
frappydan4-Sep-08 17:43 
AnswerRe: How do you hide parts of a usercontrol from the toolbar. Pin
Frank Horn5-Sep-08 3:02
Frank Horn5-Sep-08 3:02 
QuestionHow do you add a control to a usercontrol during design time? [modified] Pin
frappydan4-Sep-08 17:39
frappydan4-Sep-08 17:39 
AnswerRe: How do you add a control to a usercontrol during design time? Pin
Frank Horn5-Sep-08 3:13
Frank Horn5-Sep-08 3:13 
AnswerRe: How do you add a control to a usercontrol during design time? Pin
Frank Horn5-Sep-08 4:04
Frank Horn5-Sep-08 4:04 
Questionlong disposing of a WinForm component ressources Pin
kekranx4-Sep-08 2:27
kekranx4-Sep-08 2:27 
Hello everyone,
I'm currently involved in developping a WinForm application. I use VB.NET as a language and use the 2.0 .NET framework
One of my forms only contains a WebBrowser component. That form is launched by another form which passes him an URL for the WebBrowser to naviguate towards.
The webpage aimed by the URL has an applet (or so I think it is) allowing to see a digitalised document (such as a hand written letter or a printed form).
When the form is closed, the exectution of the instruction line :
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
	...
	MyBase.Dispose(disposing)
	...
End Sub

lasts for several minutes. Within that period of time, the entire software is frozen and will only be available to the user when the instruction is passed.
I asked to my peers how to hanlde that behavior and they adviced me to come up with a solution based on asynchronous execution (I am no expert in that domain of IT programming).
So my question is: assuming that it is the correct way, which part of my code am I supposed to wrap with a thread ? Is it the form containing the WebBrowser with the heavy finalysing ? Or maybe just the finalisation itself (I must say that I already tried that and it changed nothing)
Thanks in advance for you help and accept my apologizes for my writting but english isn't my native language.
QuestionMaking FileDialogs as Child Windows Pin
TyrionTheImp4-Sep-08 2:23
TyrionTheImp4-Sep-08 2:23 
AnswerRe: Making FileDialogs as Child Windows Pin
JoeSharp4-Sep-08 2:51
JoeSharp4-Sep-08 2:51 
GeneralRe: Making FileDialogs as Child Windows Pin
TyrionTheImp4-Sep-08 3:31
TyrionTheImp4-Sep-08 3:31 
GeneralRe: Making FileDialogs as Child Windows Pin
JoeSharp4-Sep-08 3:55
JoeSharp4-Sep-08 3:55 
QuestionMute & Voume Functionality Using Mixers in Windows Form ( C#.NET) Pin
balaji_vbr3-Sep-08 23:32
balaji_vbr3-Sep-08 23:32 
AnswerRe: Mute & Voume Functionality Using Mixers in Windows Form ( C#.NET) Pin
John_Adams7-Sep-08 21:34
John_Adams7-Sep-08 21:34 
Question64-bit Progress Bar Maximum? Pin
dybs3-Sep-08 3:12
dybs3-Sep-08 3:12 
AnswerRe: 64-bit Progress Bar Maximum? Pin
Frank Horn3-Sep-08 4:17
Frank Horn3-Sep-08 4:17 
GeneralRe: 64-bit Progress Bar Maximum? Pin
dybs3-Sep-08 4:24
dybs3-Sep-08 4:24 
QuestionTo Fill Datasource of my ComBobox with Paper Orientattion Enumeration Pin
mikobi2-Sep-08 19:49
mikobi2-Sep-08 19:49 
QuestionControl outside the bounds of a form Pin
landon832-Sep-08 14:44
landon832-Sep-08 14:44 
AnswerRe: Control outside the bounds of a form Pin
Wendelius3-Sep-08 6:52
mentorWendelius3-Sep-08 6:52 
GeneralRe: Control outside the bounds of a form Pin
landon833-Sep-08 12:19
landon833-Sep-08 12:19 
GeneralRe: Control outside the bounds of a form Pin
Wendelius4-Sep-08 8:09
mentorWendelius4-Sep-08 8:09 
Questionstart win app in remote machine Pin
balu123451-Sep-08 19:33
balu123451-Sep-08 19:33 
AnswerRe: start win app in remote machine Pin
Dave Kreskowiak2-Sep-08 10:29
mveDave Kreskowiak2-Sep-08 10:29 
GeneralRe: start win app in remote machine Pin
Paul Conrad2-Sep-08 18:48
professionalPaul Conrad2-Sep-08 18:48 

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.