.NET Framework - ContextMenuStrip with a ContextMenuStrip Child

Asked By Bra
17-May-07 02:36 PM
i have a menu system that is generated dynamically

everything works good except for one minor astetic....

I click on a menu item that displays a ContextMenuStrip Popup Menu

If an item on that ContextMenuStrip calls another ContextMenuStrip, i want
the original ContextMenuStrip to stay visible until a choice is made on the
second ContextMenuStrip.

vb 2005 .net 2.0

suggestions?
  Bra replied...
17-May-07 02:42 PM
more simply....

if i click on an item in a ContextMenuStrip, how do i keep the ContextMenu
from going away until i want it to?
help
de . . ." FONT 'Arial', 10 STYLE 'BI' COLOR SCHEME 1 ON PAD op1 OF MENU ACTIVATE POPUP archivo ON PAD op2 OF MENU ACTIVATE POPUP listado ON PAD op3 OF MENU ACTIVATE POPUP proceso ON SELECTION PAD op4 OF MENU DO FORM about * *- -- -- -- -- -- -- -- Menu Archivo DEFINE POPUP archivo FROM 02, 01 MARGIN SHADOW FONT 'Arial', 11 STYLE 'BI' COLOR SCHEME 3 DEFINE archivo PROMPT " \ <5 Salir F10 " MESSAGE " Cierra el Sistema " ON BAR 1 OF archivo ACTIVATE POPUP abrir ON BAR 2 OF archivo ACTIVATE POPUP nuevo ON BAR 3 OF archivo ACTIVATE POPUP modifica ON BAR 5 OF archivo ACTIVATE POPUP elimina ON SELECTION BAR 7 OF archivo DO FORM salida * *- -- -- -- -- -- -- -- Menu Archivo-Abrir DEFINE POPUP
modal popup window help .NET Framework I ALWAYS struggle with these, sorry. Can anyone help me? My parent window has some server side vb code to open the Modal popup window. My modal popup window appears and I want to do some server-side processing before returning to the String), txtFabNum.Text.ToString & "&p2 = " & row.RowIndex + 1 & "', '', '" + windowAttribs + "');", True) End Sub 'this is my popup window OK button Protected Sub cmdOK_Click(ByVal sender As Object, ByVal e As System.EventArgs a *HUGE* favour and abandon the completely non-standard showModalDialog stuff. Use an AJAX modal popup extender instead: http: / / www.asp.net / ajax / ajaxcontroltoolkit / samples / modalpopup / modalpopup.aspx All of your www.markrae.net roltoolkit / samples / modalpopup / modalpo. . . ds 12 I am using the AJAX modal popup extender now. Now when I click on the imgNote button in the GridView it will show my Panel1 data in a AJAX modal popup window. My Panel1 contains another gridview, how do I update the gridview in the popup window to display the correct information? How do I pass this information to the popup
Problema con passaggio dei valori in un PopUp .NET Framework salve, ho un problema nel passaggio dei valori tra un PopUp e l'altro per specificare meglio Ho una pagina A che apre Un popup B che a sua volta tramite questo script in VB apre un PopUp C Me.txtDataInvio.Attributes.Add("ONCLICK", "window.open('calendario.aspx', '', 'width = 180, height = 160, left 180, resizable = no, menubar = yes, toolbar = no, scrollbars = no, locations = no, status = no');") Quindi il popup B tramite il click su di un textbox mi apre il popup C che contiene un calender Sul popup c quando clicco su un giorna del calendario vorrei che: 1) Il popup C si chiudesse 2) il mio textbox contenuto nella pagina popup B si valorizzasse con
Popup method in logon script in Vista .NET Framework A logon script in vbscript uses .popup method to (timed) display of results. In XP no problem, in Vista: Logon normal account Even that you mention correctly ? - -- -- -- -- -- -- -- -- -- It wil not ring a bell, what you mean by popup. I get a local search result on wilbur of 4800 files. - -- -- -- -- -- -- -- -- -- -- -- -- - Is the wsh popup even a valid thing ? Or just a 2 or 3 letter thing ? See: Windows Script Host Popup Method See Also WshShell Object | Echo Method Language JScript VBScript Show All Displays text in a pop-up message box. intButton = object.Popup(strText, [nSecondsToWait], [strTitle], [nType]) Arguments object WshShell object. strText String value containing the text you the user clicked to dismiss the message box. This is the value returned by the Popup method. It is a wsh popup thing. And while valid you say, vista does not do what you want it to
Modal Popup Window returning Collection to parent Page .NET Framework Hello, Is is possible in ASP.NET and Ajax than a Modal Popup Window will return e.g. Collection of object e.g. List<Customer> to it is parent aspx page? Cheers, Michael ASP.NET Discussions ASP.NET (1) Popup (1) PostBackUrl (1) Otherwise (1) RadWindow (1) ViewState (1) Telerik (1) Submits (1) you question makes little sense. the contents of a modal popup window is the parent page. the popup is just a panel (div) that is rendered in the browser but hidden via css the server is not involved in displaying the popup (just a little javascript and css to make the panel visible). any post back the popup does will replace the page in the browser. - - bruce (sqlwork.com) No, Modal Popup windows and it is parent are not same Windows. I am using Telerik's RadWindow