Search Result

Collapse
8 results in 0.0014 seconds.
Keywords
Members
Tags
dialog
  •  

  • marbury
    started a topic Handle Access pop-up dialog with VB.NET

    Handle Access pop-up dialog with VB.NET

    Hi,
    When I finish creating a new table in MS Access a pop-up dialog appears and offers to type in "Table name" and save it.
    Can someone please help me with Visual basic code that fills the table name and selects "Ok" button automatically?
    See more | Go to post

  • Custom Font Dialog/Selector for C# that filters out non true type fonts

    Since the inbuilt Font Dialog returns a 'Not a True Type Font' Exception on selecting a Non True Type Font, I'm trying to create a Custom Font Dialog using Font-families which filter out non true type fonts.

    The Control is working perfectly but I need a size and style selectors for this dialog.
    See more | Go to post

  • Jay Samson
    started a topic change a variable thru a dialog box

    change a variable thru a dialog box

    How do I change a variable thru an entry dialog box in tkinter or python, as x = 1 and the user changes it to x = 2?? I can't seem to find the answer.
    See more | Go to post

  • gnawoncents
    started a topic How do I set the Focus to a Popup Dialog?

    How do I set the Focus to a Popup Dialog?

    Greetings,

    I have a datasheet, created through VBA, and I am trying to automate setting the column widths to Best Fit. Currently I loop through the controls using the code below

    Code:
        'Set width of columns to best fit data
        Dim ctl As Control
        For Each ctl In Forms![Form1].Controls
            If (ctl.ControlType = acTextBox) Then
                ctl.SetFocus
                Call TBBestFit
    ...
    See more | Go to post

  • Josh Argent
    started a topic How do I 'navigate' to a path in C#?

    How do I 'navigate' to a path in C#?

    Okay, I'm making my C# application and it uses the open file dialog. The only problem is that when the user navigates to another path it will then use that path as it's defualt path. I want to be able to navigate to the programs 'working directory'. Is that possible? Thanks in advance :
    See more | Go to post

  • How can I create a prompt that allows a user to select a folder in a dialog?

    Hello all,

    I have another tedious request that I cannot figure out on my own but hopefully you guys can answer.

    On one of the forms the user interacts with there is a field (linked to a table) that is formatted as a hyperlink that allows the user to paste in the location of that specific record's folder on the shared drive. (to save the hassle of clicking through the various folders on the shared drive to find a specific...
    See more | Go to post

  • Close a dialog form after the resulting query is generated and open

    Hello all,

    I have a problem that probably has a simple solution but I just can't seem to figure it out.

    I have a form (QueryScreen)th at has a button that opens another form (StateSearch) in dialog mode. On the dialog form there is a list box with a list of states and a button that runs a query to return customers that are located in the selected state.

    After running the query, the query appears immediately...
    See more | Go to post

  • Nicodemas
    started a topic Halt Execution / Wait for Input Problem.

    Halt Execution / Wait for Input Problem.

    Hello, VB'ers. I'm not an expert on VB. :)

    During execution, I open a dialog (a form named 'frmMetaData').

    Currently, I open frmMetaData as vbModal, but this locks out the user's ability to manipulate the window behind the dialog. I switched the modality to vbModeless, (via frmMetaData.sho w vbModeless) but what happens is the code keeps running after the show command, and it no longer waits for frmMetaData to be completed....
    See more | Go to post
Working...