On GameSpot: 12 free online action games
1 Resources for

byval vpdtmtime1

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Performing date comparisons in VB6
Performing date comparisons in VB6article rootBut, what about international settings?Does this tip work with D/M/Y formats? I mean, #6/7/2005# is June 7, but in Mexico is July 6.There in lies the rubwith this frankly mickey mouse idea.There's only two ways a compiler can tell what you mean by #6/7/2005#. It...
Tags: abarajas@..., ByVal vPdtmTime1, ByVal vPdtmTime2, CDate, dates, dtmTime1, dtmTime2, fGintCompareTimes, international, Microsoft Visual Basic 6.0, programming, vPdtmAccuracy, windows
Discussion threads 2005-08-23

Additional Resources

Microsoft Project Events Question
can anyone tell me the difference between the new argument "ByVal Info As EventInfo" and the old "Cancel As Boolean" in the new events in microsoft Project 2002/3. For example what extra functionality is gained by using ProjectBeforeTaskChange2(ByVal tsk As Task, ByVal Field As PjField, ByVal NewVal As Variant, ByVal...
Tags: ByVal Field, ByVal Info, madguru@..., Microsoft Corp., Microsoft Project, programming
Discussion threads 2005-04-04
VB6 Tip: Achieve a better user experience with improved auto-find in a List Box
Correction to Autofind in List BoxAs printed the function will not work nor will it generate any errors. In the "declare" a space is needed between each ByVal and the item referenced, such as ByVal hwnd not ByValhwnd. Once each ByVal has a space the function works like...
Tags: ByVal, jhoegg, List Box, Microsoft Visual Basic 6.0
Discussion threads 2004-11-12
VB: Understand ByVal and ByRef
The November 5th edition of the Visual Basic newsletter discusses the ByVal and ByRef keywords. Do you have any lingering questions about ByRef or ByVal that this tip didn't answer? What topics would you like the author to cover in future editions of this newsletter?If you aren't subscribed to our...
Tags: ByRef, ByVal, Microsoft Visual Basic, newsletter, Newsletter Editor, programming, Understand ByVal
Discussion threads 2004-11-03
Printing in VB6 Without Print dialog box
Im using the following command to print a webpage which is working Quite fine ShellExecute 0&, "Print", "C:InnovationTempstatement.html", "", "", vbNormalFocus I used the following command as well which i found from a website Call ShellExecute(Me.hwnd, "print", "TheScarms.xls", "", 0, SW_SHOWNORMAL)The above command prints a file as well and does...
Tags: Microsoft Visual Basic 6.0, Print, printer, printing, programming, rieda@..., String
Q&A 2005-05-19
vb.net timer control woes
Hi guys, this is my first post so please be gentle :DI`m having problems with the timer control that I hope people can help me out with.Basically, i`m creating the timer control at runtime full code at end of post and it just will not work and I don't know...
Tags: hermiodinator@..., ByVal, timer, ByVal sender
Discussion threads 2007-06-01
Visual Basic.Net 2005: Can I open Internet Explorer and Windows Explorer?
Greetings all,First off, it’s been a couple years since I did any visual basic programming, so I know I’m a bit rusty.I’m trying to get one button on my Windows Application to call up the Adobe homepage in Internet explorer, and another button to open a folder called Documents in...
Tags: ByVal, internet explorer, Microsoft Internet Explorer, Microsoft Visual Basic.Net, Microsoft Windows, Microsoft Windows Explorer, mlo83@..., net, programming, security, software, vb, visual basic, visual basic.net, windows explorer
Discussion threads 2007-01-10
VB Code
1. I want VB source code to disable/enable popup blocker from the registry that allows all the popups.2. I also need VB code to configure LAN [i.e to given the ip, subnetmask, gateway and DNS] automatically in win98/win2000/winxp and all other OS in registryIs this what...
Tags: Boolean, ByVal Hkey, Microsoft Visual Basic, programming, tech_fyi@...
Q&A 2006-01-22
Open and Print .pdf's in vb6
Hope somebody can help me/point me in the right direction. I need to write an application which will open a specific .pdf file based on user input and allow the user to print the file. I own Acrobat 5.0 so I will be able to place the Acrobat control on...
Tags: Adobe Acrobat
Q&A 2005-03-21
VB6 Tip: Understanding the importance of ByVal and ByRef keywords
Procedures are an essential part of almost every VB program.When you define a procedure, whether it's a Function or a Sub procedure, youneed to decide whether the procedure arguments are passed by reference or byvalue. What difference does it make?VB's default is to pass argumentsby reference. You can include the...
Tags: ByVal, ByVal Total, INTEGER, Microsoft Visual Basic 6.0, Peter Aitken, Sub MySub
Technical articles 2005-01-07
Visual Basic .Net (button on click go to website)
Hi All,Im working on an windows application.How do i on clicking a button, the internet explore will open up and bring me to www.yahoo.com?Private Sub button_Click(ByVal sender As system.Object, ByVal e As System.EventArgs) Handles button.Click'what code do i need to enter here?End SubThanksTry this.application.run "%ProgramFiles%Internet ExplorerIEXPLORE.EXE" www.yahoo.comIF not be "application.run"...
Tags: ByVal, kat97@..., Microsoft Visual Basic, Microsoft Visual Basic.Net, programming, Try This, Web site
Q&A 2006-01-13
Explore an overloading method in VB.NET
Developers often need to define a method with the same name that may perform different functionalities. In order to do that, you should use the Overloads keyword in .NET. In this quick tip, I look at an example function that performs different sets of functionalities with the same name. ...
Tags: Procedure, Microsoft Visual Basic.Net, .Net, Microsoft Development Tools, Programming Languages, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software, Irina Medvinskaya
Blog posts 2007-11-08
how to send e mail from a desktop application
we have developed a software which will send personalised newsletter to all our customers at scheduled time. It is a desktop application in vb.net. currently we are using mapi control and outlook express to send mail. Now i want to send this in html format please help me. outlook express...
Tags: ramannambudiripad@..., mailAttachment, MessageBoxButtons.OK, e-mail, desktop
Discussion threads 2007-11-06
how to include user defined class in asp.net 2005
hello all.i am writing this code in my class file user.vbNamespace testing Public Class adding Public Function add(ByVal num1 As Integer, ByVal num2 As Integer) Return num1 + num2...
Tags: .NET, abdul4484@..., ByVal, Microsoft ASP.NET
Discussion threads 2007-06-07
Batch file in VB
I want to execute a batch file from vb.next line shld execute only after completing the execution of batch file.Can somebody help meYou use the Shell object to run the batch file with the bWaitOnReturn value set to True. The next line won't execute until the batch file exits.This vbscript...
Tags: ammamukesh@..., Cmd, Long Dim iTask, Microsoft Visual Basic, programming, Shell
Q&A 2005-11-30
CONVERT FROM TEXT TO DOUBLE IN VB.NET
I'm working on a class project (VB.Net 2003). I'm trying to program my Calculate button, and in so doing I have to convert a field value from text to number double. Here's what I have so far:Private Sub btnCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click ...
Tags: Microsoft development tools, .NET, ByVal
Q&A 2005-09-13
Unable to add date to access database
Hi I am trying to add a date field from vb 2005 to access database. However when I try to run the following code I gets error message that reads "Syntax error in INSERT INTO statement." Any help regarding this is highly apprecited. [code]Imports System.DataImports System.Data.CommonPublic Class Form1 ...
Tags: Databases, database, hemant.mukherjee@..., Table1, ByVal
Discussion threads 2007-10-28
Create shortcut menus for forms in VB.NET using ContextMenuStrip
In order to implement shortcut menus for a form, you can add the VB.NET ContextMenuStrip control to your form. In the design mode, the control will appear on the bottom of the form. When you click the control, you can add menu items to it. There are...
Tags: Form, Microsoft Visual Basic.Net, Menu Item, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-10-25
Post Message LParam API Question
I have a 3rd party application I am attempting to pass ALT + 1 to.I used SPY++ to determine what the Keyboard is really sending:P WM_SYSKEYDOWN nVirtKey: VK_MENU cRepeat:1 ScanCode:38 fExtended:0 fAltDown:1 fRepeat:0 fUp:0 [wParam:00000012 lParam:20380001]P WM_SYSKEYDOWN 'nVirtKey: '1' cRepeat:1 ScanCode:02 fExtended:0 fAltDown:1 fRepeat:0 fUp:0 [wParam:00000031 lParam:20020001]Every time I attempt...
Tags: lParam, P WM_SYSKEYDOWN, lParam:0012FB38, Long Dim lParam
Discussion threads 2004-12-09
VBA code to run command line and retrieve exit code
Hi.The code below is for run an command line proggramm from vba but the exit code is not the correct.The intention of the code is to execute command line in minimized windows.here is the code:'modulo version 2007 09 13 4:45PM'FuncionRunCommandLineAndReturnExitCode'Private Type STARTUPINFO cb As Long ...
Tags: VBA, asihuay@..., proc.hProcess, FuncionRunCommandLineAndReturnExitCode
Discussion threads 2007-09-13
  • << Previous
  • page 1 of 1
  • Next >>


Network Security Policy
Establishing policies that protect your network from internal and external abuse is a critical component of your overall security plan. This Network S ...
Buy Now
Network Auditing
Auditing the activities on your network can be an eye-opening experience if corporate policies and procedures are not strictly enforced and monitored. ...
Buy Now

Fusion