Jump to content
Xtreme .Net Talk

Malfunction

Avatar/Signature
  • Posts

    206
  • Joined

  • Last visited

Everything posted by Malfunction

  1. Hi, I'm placing radiobuttons next to RTF-textfields. The radiobuttons don't have a borderstyle or surrounding border so I'm looking for a way to outline them.
  2. I'm developing an application that creates digitalized questionaires. Therefore I'll need a template library that contains all kinds of predefined grids that contain basically textfields and radiobuttons or checkboxes. I was looking for grids like the HTML table or the table from MS Word but all the grids I found (e.g. datagrid, flexgrid) lack some important features. Must have's are: - different number of cells per row - RTF-textfields in cells possible - columnwidth changeable by mousedrag Please answer if you have any idea or comment on this issue. P.S. I also thought about writing an add-in to MS Word but don't like the idea of depending on a certain version of MS-Word (office).
  3. Hi there...... I have a menufunction that switches my app to fullscreen mode.* The user can edit a sheet (panel) and preview it in that mode. The panel gets resized to fullscreen and everything else hase to disappear. I use this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized; to maximize my app and toolBar1.Visible = false; to hide the toolbar but how can I hide the mainmenu? It has no visible property and this.menu = void or null doesn't work either. Any ideas? tHx * Just like Powerpoint where you can edit a page and preview it in fullscreen.
×
×
  • Create New...