Click here to Skip to main content
15,885,683 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DrawImage is slow Pin
Russell Morris27-May-03 16:27
Russell Morris27-May-03 16:27 
GeneralRe: DrawImage is slow ? GDI+ Pin
gecko2320-Aug-03 7:10
gecko2320-Aug-03 7:10 
GeneralSystem.Security File I/O Problem Pin
Paul Griffin26-May-03 0:19
Paul Griffin26-May-03 0:19 
GeneralLicensed controls and ASP.NET Pin
Patrick Lassalle25-May-03 22:17
Patrick Lassalle25-May-03 22:17 
GeneralComparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Uday Takbhate24-May-03 21:57
Uday Takbhate24-May-03 21:57 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Anonymous25-May-03 20:47
Anonymous25-May-03 20:47 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
wayward29-May-03 1:02
wayward29-May-03 1:02 
GeneralTopmost Form property [C#] Pin
GmArya24-May-03 12:36
GmArya24-May-03 12:36 
I'm having a problem with a form that's supposed to be a topmost form, but it actually isn't. The form is created during the application startup by a method called on one of the main form's components. Here's what I do:

public class MyMainForm
{
CustomControl myControl; // Initialized during InitializeComponent()

public MyMainForm()
{
// Initialize Component then do other stuff
myControl.PerformCustomInit();

}
....

in class CustomControl:

public void PerformCustomInit()
{
TopMostForm newForm = new TopMostForm();
newForm.Topmost = true;
newForm.Show();
}

I hope the description is clear enough. Of course I omitted things that weren't necessary, the topmost form is created only under given conditions on the custom control. However it doesn't stay always on top, and I suspect this is due to the fact that it's created and the property is set in the constructor for the main application form. Anyone can confirm this and perhaps help me with a hint for a solution?

Thank you in advance!
GeneralRe: Topmost Form property [C#] Pin
Marc Clifton27-May-03 14:31
mvaMarc Clifton27-May-03 14:31 
GeneralAccess to the system image list Pin
tabor2523-May-03 23:38
tabor2523-May-03 23:38 
GeneralRe: Access to the system image list Pin
Richard Deeming27-May-03 1:50
mveRichard Deeming27-May-03 1:50 
QuestionDesign time control in Run time program? Pin
novachen23-May-03 21:26
novachen23-May-03 21:26 
AnswerRe: Design time control in Run time program? Pin
J. Dunlap23-May-03 22:15
J. Dunlap23-May-03 22:15 
GeneralLicense file issue in deployment project Pin
Smitha Nishant23-May-03 19:59
protectorSmitha Nishant23-May-03 19:59 
GeneralRe: License file issue in deployment project Pin
James T. Johnson23-May-03 21:19
James T. Johnson23-May-03 21:19 
GeneralRe: License file issue in deployment project Pin
Smitha Nishant24-May-03 4:47
protectorSmitha Nishant24-May-03 4:47 
GeneralRemote COM+ client Pin
Finally Creamed22-May-03 4:16
Finally Creamed22-May-03 4:16 
GeneralRe: Remote COM+ client Pin
Giles23-May-03 5:33
Giles23-May-03 5:33 
GeneralRe: Remote COM+ client Pin
Finally Creamed24-May-03 22:14
Finally Creamed24-May-03 22:14 
GeneralRe: Remote COM+ client Pin
Giles26-May-03 0:14
Giles26-May-03 0:14 
GeneralWeird garbage collection Pin
solidstore21-May-03 23:33
solidstore21-May-03 23:33 
GeneralRe: Weird garbage collection Pin
The Limey22-May-03 17:19
The Limey22-May-03 17:19 
GeneralRe: Weird garbage collection Pin
Simon Gregory3-Jun-03 13:36
Simon Gregory3-Jun-03 13:36 
GeneralSystem.Net.Dll Pin
Anonymous21-May-03 20:31
Anonymous21-May-03 20:31 
GeneralRe: System.Net.Dll Pin
Anonymous21-May-03 21:50
Anonymous21-May-03 21:50 

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.