Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for elmbrook

Hi I would like to create a method for opening up a form by passing across a string. e.g. Something along the lines of the below code. Is this possible in C#? [CODE] Public void OpenForm (string formname) { formname myform = new formname(); myform.show(); } [/CODE]

Member Avatar for mohamed.a.salim.31
0
955
Member Avatar for elmbrook

Hi I am trying to add an image to a listview box. I have the below code and according to me this should work. However, the image does not show at all. I can add an image when I manually add each item but not when I add the items …

0
51
Member Avatar for elmbrook

I am unable to open a child form as a modal form. Here is my scenario I have a MainForm which is a toplevel form. Inside the MainForm I have a Toolbar Form which is a child. From the Toolbar Form I call another child form. From that child form …

Member Avatar for elmbrook
0
2K

The End.