Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Access and VBA
- I am picking up from where another person has left off in creating a GUI in Access using VBA. I have no background in this so it's taking a while. I have created a "Browse" button that allows a user to pick a directory where they want to save a...
- Tags: Scripting languages, cloh@..., textbox, VBA, Microsoft Access
- Discussion threads 2007-07-11
- update,delete,cancel buttons in datagrid using vb.net....
- can anybody plz tell m -whats the error in the code for update button in datagrid-where table name is "table1"its has fields "ID","Name","Age","Sex","Area"..in the code its giving error has::----------------------c:inetpubwwwrootsampleprj1WebForm1.aspx.vb(151): 'Textbox' is ambiguous, imported from the namespaces or types 'System.Web.UI.WebControls, System.Windows.Forms'.------------------------------The code is as followsProtected Sub datagrid1_UpdateCommand(ByVal source As Object, ByVal...
- Tags: preethams_venkatesh4@..., TextBox, CType
- Discussion threads 2007-06-06
- multiplication in gridivew
- I m a fresher in asp.net. i m developing a application in asp.net just like a shopping cart.in my order page there is a gridview which contain 3 column price qty and total out of which price cmin from database and qty column contain textbox.when page gets load default qty...
- Tags: asp.net, rahulpatil.831@..., textBox
- Discussion threads 2007-02-14
- Excel VBA search facility
- Hi guysI'm using VBA in excel to find a particular product. At the minute I have it working by searching text string in a textbox control and the macor finds the product after you hit a "search" button.Ideally I'd like to be able to further automate this so that that...
- Tags: stefan.oldroyd@..., textBox, carriage return, contol, software, excel, vba, programming, search, event, enter, Microsoft Excel
- Discussion threads 2007-02-09
- Iterating through all controls on the form with VB.NET
- Irina Medvinskaya presents a simple way to change all the controls on a form in runtime with VB.NET. If you've ever had to change all the controls on a form in runtime, you know how tedious it can be to modify the controls one by one. Here's...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, TextBox, cControl InMe.Controls, Visual Basic Tips Newsletter, Control, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2007-02-08
- Creating a Login form using visual basic (in Visual Studio 2005 Profession)
- Would any1 be able to assist me with creating a login form using the above mentioned language. The password will be stored in SQL server any suggestions will be most appreciated.Something like thisCreate a new formStick labels and textboxes on it to display login details.set the passwordchar property of the...
- Tags: z_nziramasanga@..., password, textBox, programming, Microsoft Visual Studio, Microsoft Visual Studio 2005
- Discussion threads 2007-02-07
- Move and resize controls on a VB.NET form
- There may be times when you need to move and appropriatelyresize the controls on a form. In this quick tip, I show how to set thecontrols in VB.NET forms so you can properly resize the controls based on thesize of the form.Using the Anchor propertyA simple way to make sure...
- Tags: Anchor property, Irina Medvinskaya, Microsoft Visual Basic.Net, Software engineering/development, TextBox
- Technical articles 2007-02-01
- Move and resize controls on a VB.NET form
- When you need to be able move and appropriately resize the controls on a Visual Basic .NET form, Irina Medvinskaya suggests that you use the Anchor property. Find out why in this tip There may be times when you need to move and appropriately resize the controls on...
- Tags: Microsoft Visual Basic.Net, TextBox, Irina Medvinskaya, Microsoft development tools, Programming languages, Anchor Property, .NET Newsletter, Control, Property, Anchor, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2007-02-01
- Help needed to deal with "object already loaded" error
- Hi. I have written some codes that load a text box control during runtime and each text box is given an index array. Unfortunately, I usefrom_resize for redraw and it always run twicethe code that load the control box causing thiserror. Please
- Tags: kw_ng@..., textBox
- Discussion threads 2006-11-02
- Create control array at runtime in VB6.0
- Hi. I have managed to create new control textbox at runtime in VB6.0 but it cannot create a textbox with multiline property.So I have decided to create a multiline textboxwith index set to 0 control array. Then at runtime, I hope to generate new similar multiline textbox for the existing...
- Tags: Microsoft development tools, Programming languages, kw_ng@..., programme, Microsoft Visual Basic, control-array, textBox
- Q&A 2006-10-01
- Automate data validation in VB6 with CausesValidation and Validate
- Don't let invalid user data problems sneak up on you—prevent them by developing programs that take into account data validation. Find out how you can automate the data validation process in VB6 using the CausesValidation property and the Validate event procedure. Data validation is an important part of many...
- Tags: Microsoft Visual Basic 6.0, Data Validation, Peter Aitken, CausesValidation, event procedure, TextBox, Visual Basic Tips Newsletter, TechRepublic Inc., Corporate Communications, Microsoft Development Tools, Programming Languages, Marketing, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-10-20
- Accessing Text from Word TextBox
- i have been working on lots of word document files having same format of data.i cant access the text written in word textbox.i tried a lot but couldn't succeeded.need help badly...................Text Box TextThe easy part is working with the text:Selection.ShapeRange.TextFrame.TextRange.Textwill give you access once the textbox is selected. The tricky...
- Tags: accessing, from, macro, Microsoft Word, programming, Silly, text, textbox, word
- Discussion threads 2005-08-02
- Create an up-down box for your VB6 programs
- The up-down box gives users the option of typing the number in directly or of clicking up or down buttons to increase or decrease the value. See how you can create an up-down box in your VB6 programs by combining two of VB's standard controls. A...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, Microsoft development tools, scroll bar, up-down box, down button, TextBox, Visual Basic Tips Newsletter, Box, Programming Languages, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-08-02
- Naming Objects in VBA
- I have XP and Office 2003. In powerpoint I have added a textbox object to numerous slides which I wish to access in VBA (ex. msgbox Slide5.Team1.Value displays the content of a textbox called "Team1" on a slide named "slide5"). The Team1 textbox exists on all slides. How can I...
- Tags: Dim intI, Dim strSlide, Family Feud, Microsoft Visual Basic, programming, rwint@..., slide, Slide5, Team1, textBox, VBA
- Q&A 2005-06-30
- Prevent bugs by filtering input in VB6
- Once you discover a program contains a bug, it can take up hours, or even days, of your valuable time to determine what's causing the problem. Take preventive measures by filtering input, such as accepting numbers only in a TextBox, in your VB6 programs. An important step in preventing...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, TextBox, KeyAscii, Visual Basic Tips Newsletter, TechRepublic Inc., Corporate Communications, Productivity, Microsoft Development Tools, Programming Languages, Marketing, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-06-16
- Problem positioning controls within a panel
- I don't know if this is a bug or if I am doing something wrong, but hopefully somebody could help me. I have a panel with autoscroll=true, and I am trying to position controls within it, however they don't position correctly. According to MS's documentation Panel.Left "Gets or...
- Tags: positioning, programming, strcmp@..., textBox, X1, Y1
- Q&A 2005-01-24
- save data to memory
- hi... i have a aspx page that will allow user to scan barcode into the textbox along with skid number and quantity i have textbox for quantity where user will type the quantity and i have textbox where user will type the skid so lets say at skid textbox user...
- Tags: far_al@..., programming, skid, textBox
- Discussion threads 2004-12-10
- DOT NET WOES
- I have four textboxes and during runtime on change of value of any textbox The database Backened needs to reflect the change immediately.Using Data Bindings How do I do It.
- Tags: textBox
- Q&A 2004-11-08
- ASP problem
- hii got a problem using ASP. I have made a form with few textboxes and a submit button. now I want that when an user click submit buttn the content of textboxes are send as a text file to me through mail on my yahoo Email id. Can anyone help...
- Tags: Scripting languages, textBox
- Discussion threads 2004-10-26
- Beyond the basics: Test your ASP.NET knowledge
- So you’ve learned how to drag and drop controls from the VS.NET toolbox onto a Web form. You can bind a DataGrid to an ADO.NET data source object such as a DataSet, then hit [F5] and watch in astonishment as the grid actually renders all of your data in a...
- Tags: .NET, Middleware, Bill Dawson, knowledge, TextBox txtName2, TextBox txtName, Microsoft ASP.NET, TextBox
- Technical articles 2003-02-26