Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- VBA automating procedures.
- Heya! I’m new to programming and the forum; after buying a book on VBA for excel I’d like to try and put my knowledge to the test and eventually build a program for my Dad's electrician firm to link cost of job, an invoice and stock check.My initial thoughts are...
- Tags: Investment, VBA, a.d.rowlinson@..., msgBox, stock, stock list
- Discussion threads 2007-08-09
- having problems when logging on
- i am getting a "method connetion of object_ current project failed" on the following liners.Open str_sel, CurrentProject.Connection, adOpenKeyset, adLockOptimistic when i want to logon to an Acces database. this is happening on some XP and Access 2003 and running on other machines. HAve installed Mdac2.8 but its not working.Below is...
- Tags: panx@..., Payroll Logon, MsgBox, payroll
- Discussion threads 2007-04-17
- I can't use the Common Dialog Control for Ms_Access
- haiI need the clarification for Common Dialog Control in Ms-Access.am doing the Ms-Access application, in this application, i need to send and receive email. Now am doing the send mail, it's working fine. But the attachment is not working. Am using the coding for send mail as follows ...
- Tags: ActiveX/COM/COM+/DCOM, ttamilvanan81@..., ActiveX Control, Common Dialog Control, MS-Access, MsgBox, error message
- Discussion threads 2007-04-03
- Collect domain names to automate admin script customization
- Admin scripts: Automate domain name searchWhat do you think of Kevin's script? Do you have a script that we'd be willing to pay you $100 for?SimplifiedThere's a bit of extra overhead in using a For loop, parsing & concatenating and deviating to the Network object.msgbox "User DNS domain = "...
- Tags: ADSystemInfo, Collect domain name, Collect Domain Names, CreateObject, earn 100, Mark W. Kaelin, members, msgBox, network administration, networking, scripting
- Discussion threads 2005-10-17
- VBScript/HTA problem
- Due to space limitations I can't include the full HTA, but it only copies the user folder to c:doc and settings, no notes or fav's or desktop. Everything appears to work fine, I call the setup sub on a click event. All checkboxes are checked. It gives...
- Tags: ElseIf fromname.Value, JRod86, msgBox, Please Enter, programming, toFolder, toFolder2, true end, userName.Value
- Q&A 2005-08-10
- Prevent Copy/Paste Ability in Excel
- Is there a way to eliminate the ability to copy and paste in an Excel Worksheet?I am working with newely created medical eval type worksheets (office 2003), and need to force Therapists to manually type in new eval data pertaining to current clients, rather than copy similar entries from other,...
- Tags: Application.OnKey, Controls, Enabled, Error Resume Next Application.CommandBars, MadDogDr, Microsoft Excel, MsgBox, software
- Q&A 2005-05-25
Additional Resources
- MsgBox Enhanced (exe)
- Bored with the standard MsgBox provided by Windows? Purple Parrot MsgBoxEnhanced ActiveX DLL improves on the standard MsgBox by adding the ability to change colors, display a gradient pattern, control where the message box appears on the screen, a timer to have the message box automatically close, and many other...
- Tags: Purple Parrot MsgBoxEnhanced ActiveX DLL, Microsoft Windows, Operating Systems, Software
- Software downloads 2005-06-03
- Word heading style number font name
- I would be grateful if someone could help with this before I go completely insane. What I want to do is obtain the name of the font used for the number in a heading style (e.g. "Heading 1").'With this, I can get the font properties of heading style text With...
- Tags: CannotUnsubscribe, font, Font MsgBox, Microsoft Word, programming
- Q&A 2006-01-07
- Windows Script, Using a variable in a command
- I am new to scripting, can some let me know how to do this. I have a variable called username, but how do I make the create user line see username as a variable and not plain textAll this script does is create a user called username.'Get usernameFirstname = InputBox("Enter...
- Tags: Limited IQ, Microsoft Windows, Firstname
- Discussion threads 2007-04-26
- Invoke Webservice using vbscript
- I have tried the below code but it is not working. any body can help me. this is vb script code.Const HOST = "http://localhost/SampleApplication/Simple.asmx"'Const URL = "Simple.asmx"Const FORMAT = "Raja" ' Create the HTTP objectSet xmlhttp = CreateObject("Microsoft.XMLHTTP")xmlhttp.open "GET", HOST & "/GetYourTime?format=" & FORMAT, false' Send the request synchronouslyxmlhttp.send'MsgBox HOST...
- Tags: rajasrirangan@..., asp.net, programming, Microsoft VBScript
- Discussion threads 2006-03-08
- Closing MS Project 2000 MSGBOX from VB6
- I am trying to close a message box within MS PROJECT 2000 from VB6 using sendkeys. Automation fails when the sendkeys does not close a msgbox in the opened File:objRS.MoveFirst Do Until objRS.EOF strProjectName = strProjectDSN & Trim(objRS("PROJ_NAME")) ...
- Tags: jhouck@..., Microsoft Corp., Microsoft Project, Microsoft Visual Basic 6.0, MS Project 2000, programming, Sendkeys
- Q&A 2005-04-07
- 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
- VB.net Blank MsgBox
- I was getting a blank button in my msgbox, and blank text. I found the answer to my problem on .net247Its to do with McAfee ViruScan version 8 and its buffer overun protection.Turning off the buffer overun protection from the VirusScan console cured the problem.I'm going to let Network Associates...
- Tags: Microsoft development tools, .NET, Programming languages, security breach, security, McAfee ViruScan
- Discussion threads 2004-11-27
- Prompt a message before save records in Access
- In Access 2000 or 2003, normally records are automatically saved after editing. I’ve just developed a database application using MS Access + SQL Server 2000. Colleagues say that they hope to have prompt message before saving records, so as to avoid mistaken modifications.How can I realize this in MS Access?Do...
- Tags: Microsoft Office, Databases, Microsoft Access
- Q&A 2005-08-16
- 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
- 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
- Excel 2003 WorkbookOpen
- I use Excel 2003 and would like to do a few initializations when my workbook opens. In WORD I use AutoOpen macro for that purpose, but it is not available in Excel. So I followed instructions given in Help for VB, created a new Class module named Class1 (it is...
- Tags: Microsoft Office, Personal.xls, Microsoft Excel, End Sub, workbook
- Q&A 2006-03-28
- lost document
- For some reasons, my folders and document that consist of videos, songs and words file were missing. But my hhd space was still the same. thats means i couldnt have deleted the files. I try to search for the file and even try system restore but invain. I even try...
- Tags: Recycle Bin, s3392y@...
- Q&A 2005-06-29
- Get the most out of Variants in VB6
- VB6's Variant data type is able to hold any other data type, including numbers, strings, dates, and object references. Check out a couple of useful tricks for using Variants. Visual Basic 6's Variant data type is able to hold any other data type, including numbers, strings, dates, and...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, Microsoft development tools, Visual Basic Tips Newsletter, TechRepublic Inc., Data, Value, Variant, Programming Languages, Corporate Communications, Development Tools, Software Development, Software/Web Development, Marketing
- Technical articles 2005-09-15
- Messagebox causes Windows to lose focus on the application
- I have just started using VS 2006 and the 2.0 framework. Formerly, I used msgbox and usually only specified the message string. Now I'm using messagebox.show and the full set of parameters (message, caption, yesnomaybe, etc). When the user dismisses the messagebox, whether by mouse or by...
- Tags: Mice, dschoeff@..., Microsoft Windows
- Discussion threads 2007-07-01
- << Previous
- page 1 of 1
- Next >>