Re: Tab key?

Tech-Archive recommends: Speed Up your PC by fixing your registry



Mike:

Right you are. Dumb me, I should have put two controls up when I tried that...
Does work well with just the one Textbox though ... Bet you don't see too many forms like that <g>.

Steve Mussler

..
..
..



That only works if the TextBox is the only control on the Form, or if all other conntrols have their TabStop property set to False.

Mike



.



Relevant Pages

  • Referencing a Subprocedures Name
    ... The trick is to iterate through all the controls, ... Sub PastReply ... checkboxes to the collection that hosts the classes. ... >which is textbox specific I can simply reference the ...
    (microsoft.public.excel.programming)
  • Re: how to get both old and new value for a changed text box
    ... If IsDirty Then ... Just curious...How big is this Access database? ... I was just noticing if I leave a textbox, ... I usually read data directly into controls like textbox's using a data ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Custom Menu
    ... the column captions will take their names from the textbox controls. ... Can you cycle thru the fields collection and set the each txtbox to the ... When you set the control source for each textbox, set the name of the text ...
    (microsoft.public.access.modulesdaovba)
  • Re: how to add several HTML elements to the web page dynamically using
    ... Protected Sub Button1_Click ... Dim Textbox1 As New TextBox ... is there a way to read the state of de website which controls should be "active" ... The controls, I supoose can be added via the contenttemplate of the update panel, but what about the script can it be added to the page at runtime? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Looking for general Validating and Validated events in VS2005
    ... If typeof C Is Textbox ... Iterating through controls will happen at run time. ... When I use the wizard to build controls in the form, ... my extended textbox doesn't get created by those wonderful form ...
    (microsoft.public.dotnet.general)