On The Insider: Sexy Aussie Babes
1 Resources for

byval field

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic 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

Additional Resources

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
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
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
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
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
Storing URLs in your SQL database
If you want to store URLs in your SQL database, do you know how you treat them so they deliver the same functionality? The functionality you need to do this resides in the Windows library shell32.dll. Access 2000 and later versions provide a new data type called Hyperlink,...
Tags: Microsoft Access, Microsoft SQL Server, SQL, Databases, Microsoft Office, Arthur Fuller, Scripting languages, database, SQL Server Newsletter, TechRepublic Inc., String, Enterprise Software, Software, Data Management, Office Suites
Technical articles 2005-07-26
Electric Field (exe)
You can see invisible electric field - if you use "Electric Field". It is an excellent tool forvisualizing electric field and equipotential lines. Visibility of field line and potential surface depends on their magnitude. You can put unlimited number of charges in the field. Also, it can simulate electric field...
Tags: Field, Productivity
Software downloads 2006-10-05
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
vb 6 DataReport
hi,I made a database application by VB 6 and I have two problems:1-I cannot find a way to have one field in my Data report with serial numbers (1,2,3) and in the same time these number should change automaticlly if I add or delete any record2-I have to messages when...
Tags: Databases, sitaminy@...
Q&A 2005-08-17
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
  • << Previous
  • page 1 of 1
  • Next >>


FastAnswer: Deleting User Accounts w/o Deleting Data Files
When you delete a user account on Windows XP, you can also lose the user's data if you're not careful. This FastAnswer show you how to keep from losing data when deleting a profile.
Buy Now
Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now

Ultraportables