For a simple solution - Not quite a NAS, but for Home/ Small office use is perfect : Use ISCSI. All vista boxes have an initiator already and you can use an old pc to run the ISCSI Drive.
All things are possible
For a simple solution - Not quite a NAS, but for Home/ Small office use is perfect : Use ISCSI. All vista boxes have an initiator already and you can use an old pc to run the ISCSI Drive.
All things are possible
AOE - Definatly the best of them all Programming is a way of thinking ... its a way of life. Some people have it and some people don't. Well at least thats what the voices in my head tell me. :)
Hi Shay The space on the PDA has haunted us all! Removing the boarder does not make to much difference as you are still stuck with the windows menu ontop of your form (unless you are not allowing access to the OS). This being said I dont think that the menu is available without the boarders. I found the easiest thing to do is: find out the pixle size of the screen, subtract the height of the menu and set the form size to that. set the position to (0,0). If you need more space on the screen try usings a tab control, decreasing the font sizes and maybe even squashing your controls some more (make your buttons smaller). If the reason for the menu is only the SIP then rather not use the menu. Call the SIP Control when focus is set to a text input control. Programming is a way of thinking ... its a way of life. Some people have it and some people don't. Well at least thats what the voices in my head tell me. :)
If the textbox resides in another application use the GetwindowText API. If the textbox resides in your application create a public readonly property with returns TextBox.Text; Programming is a way of thinking ... its a way of life. Some people have it and some people don't. Well at least thats what the voices in my head tell me. :)