Hi, i have an applications that runs on a pocket pc. i'm trying to maximized the application by setting the FormBorderStyle = FormBorderStyle.None and WindowState = FormWindowState.Maximized and ControlBox = false. But when i add a main menu it doesn't work. Any suggestions? Please help. Shay.
shayro
Posts
-
Full screen application with menu -
Full screen application with menuHi, i'm trying to maximized the application by setting the FormBorderStyle = FormBorderStyle.None and WindowState = FormWindowState.Maximized and ControlBox = false. But when i add a main menu it doesn't work. Any suggestions? Please help. Shayr.
-
An extra controls for Smart Device Framework in WhidbeyHi, I'm developing an application for mobile device in Smart Device framework and i would like to know if there are extra controls for this framework in whidbey. Thanks, Shay.
-
Serial port in Windows CEHi, I'm trying to write a serial port communication in Windows CE.NET , but when i call the 'CreateFile' method of the Kernel32 i get an unidentified exception. The problematic function is : "m_hFile = CreateFile(port, (uint)((m_bRead?GENERIC_READ:0)|(m_bWrite?GENERIC_WRITE:0)), 0, 0, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, 0)" And i send "COM1:" as the name of the port. Does anybody know how to develope a .NET base class library for serial port communication in Windows CE? Thanks, Shay.