Click here to Skip to main content
15,926,703 members
Home / Discussions / C#
   

C#

 
GeneralAudio Cropping Pin
Mr. Naveed Butt9-Aug-05 21:35
professionalMr. Naveed Butt9-Aug-05 21:35 
GeneralRe: Audio Cropping Pin
Dario Solera10-Aug-05 1:28
Dario Solera10-Aug-05 1:28 
QuestionHow can I get the text of the textbox which layout in another form? Pin
Member 18740969-Aug-05 20:48
Member 18740969-Aug-05 20:48 
AnswerRe: How can I get the text of the textbox which layout in another form? Pin
zadeveloper.com9-Aug-05 21:35
zadeveloper.com9-Aug-05 21:35 
AnswerRe: How can I get the text of the textbox which layout in another form? Pin
shafqaat10-Aug-05 2:56
shafqaat10-Aug-05 2:56 
AnswerRe: How can I get the text of the textbox which layout in another form? Pin
Mohamad Al Husseiny10-Aug-05 4:46
Mohamad Al Husseiny10-Aug-05 4:46 
GeneralFull screen application with menu Pin
shayro9-Aug-05 19:39
shayro9-Aug-05 19:39 
GeneralRe: Full screen application with menu Pin
zadeveloper.com9-Aug-05 21:53
zadeveloper.com9-Aug-05 21:53 
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. Smile | :)
QuestionHow to add button in DataGrid? Pin
Sachin Gedam9-Aug-05 19:39
Sachin Gedam9-Aug-05 19:39 
AnswerRe: How to add button in DataGrid? Pin
maheswara9-Aug-05 23:52
maheswara9-Aug-05 23:52 
GeneralRe: How to add button in DataGrid? Pin
maheswara10-Aug-05 0:07
maheswara10-Aug-05 0:07 
GeneralC# Main Menu Pin
shafqaat9-Aug-05 19:34
shafqaat9-Aug-05 19:34 
GeneralRe: C# Main Menu Pin
Dario Solera10-Aug-05 1:30
Dario Solera10-Aug-05 1:30 
GeneralRe: C# Main Menu Pin
shafqaat10-Aug-05 2:54
shafqaat10-Aug-05 2:54 
Generalread and write at the same time Pin
nidhelp9-Aug-05 19:27
nidhelp9-Aug-05 19:27 
GeneralRe: read and write at the same time Pin
Christian Graus9-Aug-05 19:31
protectorChristian Graus9-Aug-05 19:31 
GeneralRe: read and write at the same time Pin
levi's9-Aug-05 20:23
levi's9-Aug-05 20:23 
GeneralRe: read and write at the same time Pin
Christian Graus10-Aug-05 9:59
protectorChristian Graus10-Aug-05 9:59 
GeneralRe: read and write at the same time Pin
levi's10-Aug-05 16:59
levi's10-Aug-05 16:59 
GeneralRe: read and write at the same time Pin
Christian Graus10-Aug-05 17:08
protectorChristian Graus10-Aug-05 17:08 
GeneralRe: read and write at the same time Pin
levi's10-Aug-05 17:27
levi's10-Aug-05 17:27 
Generalcreate a database Pin
nidhelp9-Aug-05 17:39
nidhelp9-Aug-05 17:39 
GeneralRe: create a database Pin
Christian Graus9-Aug-05 17:54
protectorChristian Graus9-Aug-05 17:54 
GeneralRe: create a database Pin
nidhelp9-Aug-05 19:34
nidhelp9-Aug-05 19:34 
GeneralRe: create a database Pin
Christian Graus9-Aug-05 19:37
protectorChristian Graus9-Aug-05 19:37 

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.