Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- HELP! How To VB Form2 Opens Showing Current Record From Form1
- Form1 not datagrid works great (add, delete, edit, scroll, etc..). Form1 uses table tbl_Offenders. tbl_Offenders has fieldkey called CARDS_ID. CARDS_ID is a numeric, autonumber field.Form2 not datagrid works great also. Form2 uses table tbl_Vehicles. tbl_Vehicles has a fieldalso a key called CARDS_ID. CARDS_ID is a numeric text field. Form2 opens...
- Tags: Microsoft development tools, Programming languages, Databases, wbwalsh@..., Microsoft Visual Basic, VB Form2, CARDS_ID, Form1, tbl_Offenders, tbl_Vehicles
- Discussion threads 2007-09-03
- Access 2000 Date Function
- All I wanted to do on a FORM was:If the date is null Not entered then enter the System Date. Here is ny code which for some reason WILL NOT recognize the Date Function...Private Sub Command12_ClickOn Error GoTo Err_Command12_Click‘ THIS SECTION DOES NOT WORKIf IsNull([Forms]![Form1]![Dates subform]![DateServ]) Then'[Forms]![Form1]![Dates subform]![DateServ] = #1/1/2222#...
- Tags: abramowitza@..., Form1, Forms, IBM Lotus Notes, Microsoft Access, MRA2, Notes Subform1, programming
- Q&A 2005-09-22
- Developing Office 2003 solutions with .NET
- The usual way to get Office applications to talk to eachother—and to automate their interaction—is via the built-in VBA language. But developersshould start looking to the future of Microsoft programming, Visual Studio .NET,with its far richer set of tools, its object-oriented features, and itsenormous framework (a set of code libraries...
- Tags: Microsoft development tools, .NET, Programming languages, Microsoft .NET, Richard Mansfield, Microsoft Visual Basic.Net, Microsoft Office, Microsoft Office 2003, Microsoft Access, Microsoft Visual Basic
- Technical articles 2004-08-26
- Opening form instances in C#
- Creating a new form in C# is fairly simple, thanks to the Form class. But what about referencing an existing one? Step through this sample code and see how it's done.Much of the time in the real world, we don’t want to open a new instance of a form—we want...
- Tags: Harold Davis, C#, Form1
- Technical articles 2002-08-27
- Manipulate instances of Windows forms in C#
- This tutorial kicks off a series designed to help you understand the concepts behind C# development. To get you started, we'll show you how to open a new instance of a Form class.The widespread introduction of a new language is a rare event. So C#, as a brand-spanking new language,...
- Tags: .NET, Programming languages, Microsoft development tools, Harold Davis, Microsoft Windows, C#, Form1, Microsoft Visual Basic
- Technical articles 2002-08-20
Additional Resources
- Reset Not responding
- I am using one dropdownlist to select citiesand search button and reset buttonwhen i use tab and set focus to reset button and hit enter Key .It dont respondI have used following code in html viewin Head: In Body:HI you need to use
- Tags: sp_bannore@...
- Q&A 2006-06-07
- Use VB6's TypeOf keyword to work with controls
- Are you looking for a way to make a change to all the controls of a certain type on a VB6 form? Then find out why you should take advantage of the TypeOf keyword for these types of development tasks. There may be times when you want to do...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, Microsoft development tools, TypeOf, Visual Basic Tips Newsletter, TechRepublic Inc., Control, Programming Languages, Corporate Communications, Development Tools, Software Development, Software/Web Development, Marketing
- Technical articles 2006-01-26
- Defining custom screen coordinates in VB6
- Visual Basic 6 has several objects that contain a coordinate system, which you can use for positioning other objects within them. Find out why you may want to make changes to specific coordinates, and then learn how to do so. Several VB6 objects, specifically the Form, PictureBox, and Printer,...
- Tags: Microsoft Visual Basic 6.0, Branding, Peter Aitken, Form1.Scale, coordinate system, left corner, Visual Basic Tips Newsletter
- Technical articles 2005-05-05
- vb reports connect with sql procedures
- how we can connect the vb datareports and stored proceedure already the procedure created by the parameter ex: fromdate and toddate @date1 and @date2.in this situation i want to connect the form1 to datareport1, i mentioned dtpicker1,dtpicker2 in the form when i click the botton report i want to run...
- Tags: Programming languages, unnikrishnan_20032003@..., SQL
- Discussion threads 2007-09-26
- GPOR-TSB F1 Tracks (rar)
- 20 Formula 1 Tracks for Turbosliders, the classic top-down perspective racing game. Made by TSB Turbo Sliders Brazil community and revisited by GPOR for pitlanes and some bug fixing. Car suggested: GPOR-Form1. This version is the first release on CNET Download.com.
- Tags: GPOR, Games, Personal Technology
- Software downloads 2008-05-23
- Auto Form Fill Out
- I'm trying to write a script to automatically fill out a form on our intranet website that would require it to also push the submit button. Can anyone point me in the right direction? I would prefer to use VB script or Java Script.Are you sure you did pick up...
- Tags: ActiveX, scripting, software development, form, mike.matuska@..., programming, Web
- Discussion threads 2006-05-15
- Divide functionality into manageable pieces with .NET 2.0's partial classes
- The list of enhancements and new features available in .NET2.0 can be a bit overwhelming. My method has been to wait to dig into thedetails of the various features until a project calls for it. However, you canuse one of the new features, partial classes, throughout your project.What are partial...
- Tags: Microsoft .NET, Microsoft Visual Studio, Microsoft Visual Studio 2005, partial class, Tony Patton
- Technical articles 2006-06-13
- TopWindow.bas (exe)
- TopWindow.bas contains two subs: PutThisOnTop hwnd and PutThisOffTop hwnd You can add or remove top window status to any window in your VB project simply by adding TopWindow.bas to your project and calling the subs e.g. PutThisOnTop Form1.hwnd. This version is the first release on CNET Download.com.
- Tags: Window, TopWindow.bas, Construction
- Software downloads 2007-06-14
- VB6 Tip: Changing text alignment for forms and picture boxes
- Change the displayed alignment of text on a form or picture box in Visual Basic 6 with a Windows API call. A Visual Basic 6 program can display text on a form or a picture box using the Print method. The text's location is determined by the ...
- Tags: Microsoft Visual Basic 6.0, Microsoft Visual Basic, Peter Aitken, Microsoft development tools, Programming languages, CurrentY, picture box, hDC, Visual Basic Tips Newsletter, Alignment, wFlags, Microsoft Windows, Development Tools, Software Development, Software/Web Development, Operating Systems, Software
- Technical articles 2004-10-22
- ASP.NET file upload without using runat server
- Hi,I am trying to create a page where I have included submit . I am specifically not using runat server.Now the file uploaded is not coming in the Request.Files collection. How to get this file saved in the code behind. Any help would be appreciated.ThanksArun
- Tags: arunprabu@..., server, Microsoft ASP.NET
- Discussion threads 2007-11-15
- Divide functionality into manageable pieces with .NET 2.0's partial classes
- A new feature in .NET 2.0 is partial classes, which allow a class file to be defined in multiple files. Learn how to put partial classes to work and how to get the most benefits from them. The list of enhancements and new features available in .NET 2.0...
- Tags: Microsoft Visual Studio, Microsoft .NET, Microsoft Visual Studio 2005, C#, Tony Patton, Microsoft development tools, .NET, Programming languages, Middleware, partial class, class file, .NET Newsletter, Class, Choice, Listing B, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-06-13
- Use Request object and ASP code
- To do this, use the Request object to get the value of the checkbox and alter display accordingly. To do this, you are going to need to have different name= and id= attributes for your INPUT elements. I've also found that the value attribute of a checkbox is...
- Tags: ASP Code, Microsoft ASP, Request Object, form field, Value at Risk, bearguy904, programming
- Discussion threads 2006-03-29
- Time Loop
- Cannot understand why first TextBox instruction in next code does not work.Public Class Form1 Dim Value As Double Dim Begin As Double Dim Eind As Double Dim Verstreken As Double Dim Duur As Double =...
- Tags: a.vanstaveren1@..., DoEvents, visual basic 2005 ee, programming, ByVal
- Discussion threads 2007-02-06
- Build a page framework in ASP.NET
- ASP.NET enables you to create an object-oriented page framework to build Web sites. Find out how to put this handy capability to work.The object-oriented nature of the .NET Framework—and thus, ASP.NET—opens up a new world to Web developers. Although this world requires some different skills and a new way of...
- Tags: .NET, Microsoft development tools, Daniel L. Fox, Page Class, codebehind, Microsoft ASP.NET
- Technical articles 2002-12-10
- Lost in forms and paramaters
- Hello folks, I am current in a reporting role at my job and I am working on a project where I am trying to make a form in Access that will enable to update to SQL Server Tables in the background. I was trying to use stored procedures to update...
- Tags: Databases, Forms, search form, SQL
- Discussion threads 2005-04-28
- << Previous
- page 1 of 1
- Next >>