Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Quickly List Locked Out Domain Accounts
- My company has approximately 300 domain user accounts. Rather than wait for everyone with a locked-out account to submit a HelpDesk request, we would prefer to just go through the all the accounts first thing in the morning and re-enable those that need it. However, this can be very tedious...
- Tags: LDAP, Directory services, ListDisabledAccts.vbs, Chr, WScript.Arguments.Count Case 0 OutputSyntax
- Q&A 2005-11-01
- Using Enter to navigate tab sequence
- I am creating a VB 6 front end to an Access 2000 database and want to simulate Access' capability of moving through the tab sequence of my controls by pressing Enter as well as Tab. I do this with the following code for each control (varies slightly for Option...
- Tags: Enter, KeyAscii, Marshwiggle, programming, text box, vbCrLf
- Q&A 2005-10-28
- Let Access tell your customers when their orders have been shipped
- Your customers will appreciate it if you send them a shipping notification. See how a little command button magic allows you to automate the process in your Access forms. by Mary Ann Richardson
- Tags: Microsoft Access, Command Button, vbCrLf, Microsoft Office, E-mail, Databases, Office Suites, Software, Online Communications, Enterprise Software, Data Management, Mary Ann Richardson
- Blog posts 2008-09-09
Additional Resources
- finding out memory modules for multiple pcs
- hello to all first post and hopefully a nice greeting and answerwe have 600 pc's which we would like to upgrade to 1gb of memory simple you say hmm yeah, problem i have i need to find out what the machine have as memory module to be able to purchase...
- Tags: Desktops, craig.parkinson@..., PC, memory module
- Discussion threads 2007-11-09
- Make use of Visual Basic's predefined constants
- VB6 provides a set of predefined symbolic constants that you can use anywhere in your program. This article takes a look at a few of the more useful constants. Visual Basic 6 provides a set of predefined symbolic constants that you can use anywhere...
- Tags: Microsoft Visual Basic 6.0, Microsoft Visual Basic, vbNullChar, vbNullString, vbObjectError, Peter Aitken, Microsoft development tools, Programming languages, Visual Basic Tips Newsletter, TechRepublic Inc., Character, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-07-29
- page break... html to word (or email)
- hi all im having troubles with a form that i have created for my website application formbasically i need to keep the webpage page-breaks settings transfered email, so the printed pages are organized.ive used the wc3 tutorials and the following page breaks individually to attempt to get the document to...
- Tags: DragonXR, e-mail, HTML
- Discussion threads 2007-10-08
- Enable a Remote Desktop connection with this member-submitted admin script
- By Manes ClaudeTechRepublicasked members to submit their favorite Network Administration scripts forpossible publication. One of the latest to make a submission was Manes Claude. This contribution toTechRepublic earned Manes Claude $100 and the satisfaction derived from seeing thosescripts published.Earn $100 for your admin scriptLet us payyou for your original scripts...
- Tags: Â, Guest Contributor, remote desktop, Win2000
- Technical articles 2006-03-03
- Text colour using Word object in VB
- How can I change the colour of text I am writing to a Word document I have created in VB using the Word object. The code sample I am using is shown below:Public Sub WriteTextByVal SomeText As StringDim objRange As Word.RangeSet objRange = objDocument.Bookmarks.Item("endofdoc").RangeobjRange.Font.Name = "Arial"objRange.Font.Bold = FalseobjRange.Font.ColorIndex =...
- Tags: Microsoft Word, Set appWRD, Arial, alasdairburns@..., programming, Microsoft Visual Basic
- Q&A 2006-05-12
- DOWNLOAD: Toggle Windows XP Pro IP address settings with this VB script
- aNothingI get nothing....FeedbackThis was an challenging script to write due to the fact that I discovered several types of devices, besides the actual Ethernet NIC as network adapters.The IP Toggle script contains logic to sort through all the devices considered as network adapters and pick out only those that...
- Tags: %%A, adapter, Bill Detwiler - TechRepublic, dhcp, DO, download, IP, IP address, Microsoft VBScript, Microsoft Visual Basic, Microsoft Windows, Microsoft Windows XP, Microsoft Windows XP Professional, network, network adapter, vbscript, windows, windows xp, wmi
- Discussion threads 2005-05-24
- Query?
- hi,How to Split the Microsoft Word Document pages?pls sent the Sample codings.Thanks to Abbas Zawawi and googleA pagebreak is nothing more then a special ASCII character. Use the CHR Character Function to insert.Some of the more commonly used ASCII codes:Chr(9) = tabChr(11) = manual line break (shift-enter)Chr(12) = manual page...
- Tags: pagebreak, kathik@..., Chr
- Discussion threads 2007-05-08
- Build Your Skills: Automate ping to test a range of IP addresses
- Provides code explanations and scripting for a versatile ping automation tool that can handle multiple IP addressesIf you use the TCP/IP protocol on your network, chances are good that you’re familiar with the ping command. In this Daily Drill Down, I’ll show you how to develop a script that creates...
- Tags: PRODUCTIVITY, Scripting languages, Network technology, NETWORKING, Greg Shultz, Ping Automation Tool, IP address, Microsoft Windows, IP, tool
- Technical articles 2001-02-26
- need your help about an array macro in WORD.
- need your help about an array macro in WORD.Dear all,I am a beginner of VBA programming and I have some problems with an array macro,plz help !!!the array stores student ID and student Name and the macro will enable me to enter the student ID and student Mark in a...
- Tags: Word processors, Microsoft Word, melodytang0214@..., Public arStuID, student id
- Discussion threads 2007-09-08
- Troubleshoot Windows XP with the Driverquery command
- Troubleshoot Windows XP with the Driverquery commandarticle rootNot Just XP!This handy utility is present in Windows 2003 server as well.Interpreting Driver ListHow do we interpret the list? Come of the drivers listed are familiar, or obvious, but many are not. Is there a reference/website that lists and defines what the...
- Tags: vbTab, 2003, driverquery, gpking@..., hardware, GrPaKi, Microsoft Windows, Microsoft Windows XP
- Discussion threads 2006-04-06
- Using windows Xp Ip Configuration tool
- Using windows Xp Ip Configuration toolAfter downloading the xp ip config tool, The instructions says to rename the text document wxp-ipconfig.text to wxp-ipconfig.hta and double click on it to install the tool,however it still remains a text document.What am I missing to install this tool.good QI was wondering about that...
- Tags: Param, windows, IPConfig, tool, cliveyow@...
- Discussion threads 2006-05-10
- Using dynamic select/option data
- How do you set up a form page that changes secondary selections when you change the "master" selection? We'll show you how to use DHTML and dynamically-generated JavaScript to make it work.Editor’s note: This article originally appeared in TechRepublic’s Web Development Zone TechMail. Subscribe, and you’ll receive information on Web-development-related...
- Tags: Scripting languages, Les Hamilton, ProjectTypeId, OptionArray1
- Technical articles 2001-12-17
- wscript to list files in a folder
- Can anyone see what is wrong with this script? I am new to wsh, but am a procedural programmer, so this should NOT be that hard. Which brings me to the subject of debug. I try to use Windows Debugger, but can't seem to get it to watch my...
- Tags: deb.k@..., strLineTwoParse
- Discussion threads 2007-08-16
- TechFront
- TechFrontblog rootFreelancing - Working Online and Making MoneyBeing a Graduate student, I hadkeen interest in development work. I always wanted to get involved in varioustypes of projects. And it is always nice if you can make some money out of theprojects you do.Then I came across two suchwebsites through which...
- Tags: Operational accounting, Sawan007, payment, PayPal, arbitration
- Discussion threads 2006-04-25
- DTS package error Plz Help
- Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this lineoCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2Dim oConnection As DTS.ConnectionDim oStep As DTS.Step2Dim oTask As DTS.TaskDim oCustomTask As DTS.BulkInsertTaskTryoConnection...
- Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
- Discussion threads 2007-06-18
- DTS package error Plz Help
- Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this line oCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2 Dim oConnection As...
- Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
- Discussion threads 2007-06-18
- Achieve pure .NET development with VB.NET
- Developers are often confused by the choice of C# or VB.NET for .NET development. Most, mistakenly, think C# is the only viable choice. However, VB.NET and C# are built on the same foundation, so either is acceptable.I have worked with companies that have made a long-term commitment to using VB.NET...
- Tags: Microsoft development tools, .NET, Programming languages, Middleware, e Advantage, Microsoft Visual Basic, Microsoft Visual Basic.Net, Microsoft .NET, C#, Microsoft Visual Basic 6.0
- Technical articles 2002-11-06
- << Previous
- page 1 of 1
- Next >>