[SOLVED] Help creating my first desktop app with menubar

Answered
0
0

Hi there,

I just started to write my 1st app with desktop view, i have the login and next the desktop is shown.
How can i put a menubar in the desktop form/window?
If it’s possible to provide a sample, i thank you.

Jorge,

  • You must to post comments
Best Answer
0
0

Can you attach a screenshot of the cut screen?  I’m not having any noticeable issues over here.

I attached a sample without a new Page.  You can modify the default desktop.  It’s just a UserControl.  Open up the “MyDesktop” and drag and drop components.

The attached sample also has a click event tied to a menu item.  Select the menu item, click the lightning bolt in “Properties” (Events) and double click the “Click” event.  This will create a handler.

I hope this helps!

Best regards,

Levie

  • You must to post comments
0
0

Check the image attached, but this 2nd example is workable!
Thanks!

Attachment
  • You must to post comments
0
0

Hi Levie,

Thanks i see how, cant be in the desktop form directly.
But the sample you provided, and i tested in my project happens the same, the right side is cut, any idea?

Also, i figured out how to add menus and submenus, what about to click/give them an action?

  • You must to post comments
0
0

Hi Levie,

I see, but, the window on the right is not all filled, can you check why?

  • You must to post comments
0
0

Hi Jorge,

Here’s a sample application in VB, you can add a desktop component to a “Page” and dock the menubar to the top (remove the other desktop in Program.vb).

If you need the Wisej.Framework to compile, you can probably find it in C:\Program Files\IceTeaGroup\Wisej 2

Let me know if this works for you.

Best regards,

Levie

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.