Popup Menu - Only Enabled When Inside The Richtextbox

Feb 25, 2009

I have created a popup menu so that when the user right clicks it appears(in the mouseclick event). the problem is that the popup is only enabled when inside the richtextbox and this is set to readonly and i want the popup menu to enable when in either of the 4 input boxes(rtbinput1 ect)

[Code]...

View 6 Replies


ADVERTISEMENT

Hypothetical Controls - Options Checked As Enabled In FrmConfig Effects - Controls (like Buttons/menu Options) Are Enabled In FrmMain

Nov 26, 2010

As i'm learning more and more about developing ive just got my head around creating classes and modules, i started wondering about something to do with configuration of applications where deployment is in a more diverse environment say in a company where different branches dont need access to all parts of a program, so i thought id throw the question out there in a basic sense and get some feedback. so i can go off and do some more reading and learning.

So the scenario in my head is like this.

So we have for arguments sake FrmConfig which is the master configuration form, then we have FrmMain which is the root menu our application general user interfaces with. So here based on what options are checked as enabled in FrmConfig effects what controls (like buttons/menu options) are enabled in FrmMain.

View 2 Replies

Menu Strip Enabled And Disabled

Mar 15, 2010

i want to make only Library Reports Menu enabled if i login as user i.e if i seelct login as user then only menu item which user can access should be Library Reports and Student Details Menu enabled Property should be Flase

View 4 Replies

Display Dropdown Menu In Gridview With Autogeneratecolumns Enabled?

Aug 16, 2010

I see a bunch of solutions about editing the template, but seeing as how my gridview changes between 10 different datasources a template isn't possible. how I can accomplish this?

View 1 Replies

Create A Popup Menu?

Nov 12, 2009

How can I create a popup menu in vb 2008 for use as a context sensitive menu for when I right-click?

View 2 Replies

Creating A Popup Menu In .net?

Nov 30, 2009

Is there a way of creating a popup menu in vb.net?I want to be able to click a button and it pop up the menu next to the button.But, I want the size of the text in the menu a bit bigger.anyone know how to do it?(I have been trying for a while now and can't work it out)

View 4 Replies

Popup A Menu Error?

Feb 4, 2012

I am wanting to popup a menu when a user presses the right mouse button on my listview. Here is my code:

If e.Button = MouseButtons.Right Then
Me.cnmnuLstCopy.Show(Me.cnmnuLstCopy, e.Location)
End If

I am getting this error:

An unhandled exception of type 'System.StackOverflowException' occurred in System.Windows.Forms.dll

View 2 Replies

Popup Menu On A Panel?

Jul 26, 2009

how to add a right click menu onto a panel?

View 4 Replies

Get Text From Richtextbox In A Form To Another Inside A Richtextbox?

Jul 25, 2011

I am creating a text editor like notepad. Well its an advance type because it is a tabbed notepad type. It saves html files.

I only created tabcontrol on the design time named TabControl1. the tabpages and the richtextbox are created on the form load and when adding tabs. [code]...

View 7 Replies

Set Text To A Richtextbox In Form To Another Inside A Richtextbox?

Jul 26, 2011

I have 2 forms. The 1 is named frmMain. inside of it is a Richtextbox named RTB.

The other form is named frmInsert. Inside of it is a Richtextbox named rtbtext.[code]..

View 5 Replies

Asp.net - Make Ckeditor As Popup Menu?

Apr 19, 2011

How can i call ckeditor as a pop up menu. I want to retrieve a file on the ckeditor. For example .txt file. How can i do to call the .txt file. I implement it on vb.net.

View 1 Replies

Get The Copy/paste/etc Popup Menu?

Aug 16, 2010

I'm using winforms and vb.net.When I right click on a textbox I get the copy/paste/etc popup menu. This is ok. But How can I add something to this menu, and where/how would I intercept the event when one would click on the Item I add to it?

View 2 Replies

Can Edit Inside Of A Modal Popup

Oct 27, 2011

However, I am not using a gridview so editing is not as simple as an edit within a gridview. The modal popup disappears when I click on the edit button. Here is what I have so far, but in the codebehind I get an error saying that my modal isn't declared.In the image below, the little pencil image next to the close button is what I click on to edit the description. When I click on it, the modal disappears, so I cannot edit the text.

<!-- Descriptions -->
<asp:TabPanel ID="tab2" runat="server" HeaderText="Descriptions">
<HeaderTemplate>Descriptions</HeaderTemplate>

[code]....

View 2 Replies

[2005] Creating A Systray Popup Menu?

Jan 6, 2009

I am trying to create a popup menu when a user right clicks an icon in my systray. I need to have 3 items in this menu. How do I do that?

View 16 Replies

How To Edit GridView Inside Of Modal Popup

Dec 1, 2010

I have a gridview that appears in a modal popup that is generated dynamically and is bound to a dynamically generated SqlDataSource. I did this to hopefully take advantage of the gridview's automatic editing capabilities. My problem is that when the edit button is clicked the modalpopup closes due to a full postback in spite of the fact that my gridview is in an update panel. I looked at solutions here and here but neither fixed the problem. I've also tried every combination under the sun regarding the positioning of the ModalPopupExtender in relation to the update panel etc, and have tried changing UpdateMode to conditional as well.

Markup:
<span class="none"><asp:Button ID="btnDummy" runat="server" Text="Dummy" /></span>
<ajax:ModalPopupExtender ID="mpLabel" runat="server" TargetControlID="btnDummy" BackgroundCssClass="modalBackground" PopupControlID="pnlLabels"></ajax:ModalPopupExtender>
<asp:Panel ID="pnlLabels" DefaultButton="btnOk" Style="display:none;" runat="server">
<div style="background-color:#fff;border:1px solid black;padding:7px;">
[Code] .....

View 3 Replies

.net - Disable Copy/paste Menu Popup On Textbox?

Aug 6, 2010

Using winform w/vb.net.When I have form w/a textbox and one right-clicks on the textbox a context menu pops up w/copy/paste options. How do I disable this from poping up (I want to use the right-click for my one function)?

View 2 Replies

Interface And Graphics :: AppBar And Popup Menu Woes?

Oct 10, 2009

I have an AppBar application that I've added a few drop down menu items and context menus to, but each and every time I try to access the menus, they appear outside of the form. This is what's happening with the drop down menu button I've added to my status strip, and context menus show up on the right side as well.

View 2 Replies

Stop A Popup Menu From Being Displayed If A Cell Has Not Been Selected In A DGV?

Jul 9, 2010

How do I stop a popup menu from being displayed if a cell has not been selected in a DGV?

View 5 Replies

Visual Basic & Context Menu Add A Header To The Popup?

Nov 12, 2009

Is there a way to add a Header to the popup menu? I don't find a property for this.

View 3 Replies

[2008] Disable Menu Popup In Textbox Upon Right Click?

Jan 11, 2009

I have a textbox on my form and I am showing a contextmenustrip when the user right clicks on it. That all works but the only problem is the copy,paste,cut etc menu is appearing above it. How can I disable the copy,paste and cut menu from appearing?

View 1 Replies

VS 2010 - Display A Popup Menu When A Use Clicks The Right Mouse Button On My ListView?

Feb 3, 2012

I am wanting to display a popup menu when a use clicks the right mouse button on my ListView.I have created a ContextMenuStrip with the items I would like.

[code]...

The thing is, the menu is way up to the top left. How can I set it to be where the user presses the mouse.Also, how can I set it to pop up only when the user presses the right mouse button on the lstView.

View 7 Replies

Javascript - Button Click Event On Modal Popup, Inside A Grid-view Not Firing

Jun 10, 2012

I have a asp grid with a few columns that bind to data. The last column has been converted to a template-field. In this template-field is a button with a modal popup extender attached to it. Hidden inside this field is a modal popup. This modal popup is used to add a new account. it contains 2 text boxes, drop down lists and buttons("Add" and "Cancel"). When "add" is clicked the modal should close after the inserting of the new account in the code behind.

The Problem: I get the popup to display and load the Drop down lists from the cache, without problem. How do I get the button click event to fire in the code behind. I've tried using a JavaScript function that performs a _doPostBack('btnAddAcc','') but it keeps returning the error "JavaScript error: Object expected". I gathered after about 1 hour on Google that it is because "btnAddAcc' is not found because it is actually within the grid-view cell and can't be directly accessed. Using page methods and ajax calls is a last resort as the company has a strict policy against this and only allowes this after a bunch of paperwork.

The Code:

<asp:GridView ID="gvNEA" runat="server" CssClass="gridA_Orange"
AutoGenerateColumns="False" AllowPaging="True"
EmptyDataText="No transactions with 'Non Existent Account(s)'"

[Code]....

View 2 Replies

Add Context Menu To A Tab Control Richtextbox?

Oct 2, 2010

I need some code to add the contextmeu to the richbox Not the tabcontrol But the richtextbox is in the control, So I have the CType(TabControl1.SelectedTab.Controls.Item(0),RichTextBox) But now what to add the context menu?

View 6 Replies

[2008] RichTextBox Context Menu?

Nov 16, 2008

I'm using a RichTextBox and I would like to have the standard contextmenu (Right Click menu) that the standard TextBox control has (i.e. ifyou use TextBox instead of RichTextBox, there is a standard contextmenu with Cut, Copy, Paste and few other selections right out of thebox, you don't need to do anything).

View 9 Replies

Callinf Code Inside A Menu?

Jul 8, 2010

I have this snippet

Private Sub CmdClear_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdClear.Click
TxtCompany.Text = ""
TxtContact.Text = ""
TxtAddress.Text = ""

[Code]...

View 7 Replies

Access The Richtextbox Inside The Tabpage?

Sep 9, 2010

I'm building a tabbed text editor and I'm trying to access the richtextbox inside the tabpage.

Dim wordcount As String = ""
For Each RichTextBox In tabMain.TabPages(tabMain.SelectedIndex).Controls
wordcount = RichTextBox.text
Next

right now thats how I'm accessing the control inside the tabpage and it seems to work but it seems like there should be a different or easier way to do this. Anybody know of a better way to access the child controls?

View 2 Replies

Get The Text In A Richtextbox Inside A Tabpage?

Aug 1, 2011

how to get the text in a richtextbox inside a Tabpage. I have a TabControl in my form. The Tabpages and the Richtextbox inside of it is created during run time. The name of the the tabpages are called tab ,which is the same as the other. The name of richtextbox
inside the tabpages is RTB. How can I access the content of the Richtextbox that is selected or the tabpage that is selected.

I am having on accessing the content of the RTB when many tabs are created. Even the first tab is the one i select, the last tab is the one that i access even it is not selected. I have the code TabControl1.SelectedTab = Tab

View 1 Replies

Highlight Certain Text Inside A RichTextBox ?

May 28, 2012

I am currently making a Syntax Highlighter.How can I highlight certain text inside a RichTextBox ? I am Currently Using This Code :

Public Function Highlight(ByVal highlightcolor As String, ByVal ParamArray WordsToFind() As Object)
'Loop through all the words you specified:
For i As Integer = 0 To UBound(WordsToFind)[code].....

but it will only Highlight 1 of the word I set / Change the whole text into the selected colour

Example :

'I wanted to Highlight "Hello"

'I put this code into RichTextBox_TextChanged:

Highlight("blue","Hello")

'And It will Only highlight The First "Hello" inside my Text :

'Hello my name is XXX, Hello

And, can I Highlight text between certain text / after certain text

Example :

'Highlight After the '
Or :

<!-- Highlight between these 2 tags -->

View 11 Replies

Reusing A Menu Strip On Another Form Inside Project?

Mar 26, 2010

created a menustrip (MenuStrip1) by dragging the tool onto my form (form1.vb). And designed the headings/items etcI have now created another form (form2.vb) within the same project.I would like to use MenuStrip1 that i designed for form1.vb in my new form2.vb.

View 6 Replies

Forms :: Format Image / Picture Inside RichTextBox?

Feb 4, 2009

I just wanna ask, how to format an image or a picture inside an RTB control? Its like the way MSWORD does the formatting, (i.e Center, Behind Text, etc..).

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved