Hi everyone,
Is there a way of anchoring one's window form in/on the middle of your
desktop. Or should I say not enabling the user to move the form after
start-up of the application??
I am using C#.NET for windows form programming.
Thank you all in advance.
MikeY
...
more >>
Hi guys,
I'm trying to use System.Windows.Forms.SendKeys.Send({UP})
to programmatically send an up arrow keystroke to my
application. According to the .NET Framework class
library documentation, this is the correct syntax (i.e.
using UP inside braces to indicate the up arrow key), but
...
more >>
Can it?
Regards,
Özden
...
more >>
i cant find an icon icon in the winforms tool box
on visual studio.
surely must be there somewhere
I need to put an icon on a form
sorry for being thick
thanks
...
more >>
Hi,
What is the best method to create a series of 'wizard'
type forms (with Back and Next buttons) using Visual C#
Windows Application?
David...
more >>
On 2 of the 3 context menu selections, I show a new form, and the context
menu disappears. But one of the selections just causes the parent form to
refresh itself and the menu stays active. How do I hide it programmatically?
...
more >>