On The Insider: Robert Downey Jr Injured on the Set
2 Resources for

byval sender

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

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
Open Word Doc using ASP.Net
Open Word doc using ASP.Net I need help with code that allows you to open Word documents while using a ASP.Net 2003 web application form in windows 2003 server.
Tags: Microsoft ASP.NET, Open Word Doc, mrk_55@..., software, ByVal, ByVal sender, System.EventArgs, System.Object, Web Form Designer
Q&A 2006-07-21

Additional Resources

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
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
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
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
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: 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
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
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
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
Word automation - Comexception error
Have just started using Visual Studio 2005 and am a complete newcomer to VS2005. I have a reasonable knowledge of Access Visual Basic.Am trying to develop a very simple Windows application for use on local machines not on the server.I have a simple form with the following coding:Imports System.IOImports Microsoft.Office.Interop.WordPublic...
Tags: Word processors, Microsoft Office, brian_og@..., ByVal, Microsoft Word
Discussion threads 2007-03-29
Using the PrintDocument component in VB.NET applications
If you want to allow users to print form components in run-time, the PrintDocument component lets you offer users this functionality. The PrintDocument component is an object that allows users to send an output to a printer from Windows Forms applications. In this tip, I show you how to use...
Tags: Printer, Component, Microsoft Visual Basic.Net, PrintDocument, Irina Medvinskaya
Blog posts 2007-09-13
One user/One sender can't email
This is driving me mad. One user can't receive email from one sender.The user can send to the sender, but when the sender tries to reply, they get a nondeliverable message. Says, "There was a SMTP communication problem with the recipient's email server. Please contact your system administrator."The user...
Tags: e-mail
Q&A 2006-05-25
PrinterSettings.Collate
In VB.Net I have a print dialog box that just doesnt seem to recognise when the collate box has been checked. I am querying the PrintDialog.PrinterSettings.Collate property but always get a value of false, regardless of the check state of the box.You should set the collate property in the PrintDocument...
Tags: ByVal
Q&A 2006-04-05
Super Email Sender (exe)
Super Email Sender offers you a professional high speed bulk email direct sender software. It is an ideal for newsletters, targeted marketing, and keeping in touch with clients. This version is the first release on CNET Download.com.
Tags: E-mail, Corporate Communications, Online Communications, Marketing
Software downloads 2007-12-12
Sharing the event logic between controls in VB.NET
Whenever you write the code logic that may be used for more than one control, it makes sense to try to save time by creating only one procedure that will handle the event and perform that logic. In this tip, I show you a way to share the event logic...
Tags: Control, Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-10-19
Establish common ASP.NET page features through inheritance
Web Forms designer not availableIt exists many articles on the web with page inheritance but there is a big problem with that method. When using direct page inheritance the Web Forms designer becomes unavailable.To avoid the problem I replace page inheritance by another method :Public Class _Default ...
Tags: asp.net, ASP.NET Page, ASP.NET-page, BasePage, ByVal, Establish, Microsoft ASP.NET, programming, topinambour, Web
Discussion threads 2005-07-07
Deepest Sender (xpi)
Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. It is primarily a LiveJournal client, although it supports Blogger Atom and WordPress metaWeblog too, with support for more stuff to come. Note that the actual Deepest Sender website will always have the...
Tags: Client, David Murray, Deepest Sender, Web Site Development, Web Browsers, Blogging, Web Technology, Internet
Software downloads 2008-01-30
DOWNLOAD: 10 things you should know about Sender Policy Framework
http://techrepublic.com.com/5138-1035-5745815.htmlAfter you take a look at this download, please post your feedback, ideas for improvements, or further thoughts on this topic.Thanks,TechRepublic Downloads TeamSPF verses Sender IDMicrosoft has incorporated SPF into it's Sender ID framework. AOL however has decided to only go with SPF as their SMTP identification scheme. ...
Tags: email, Jason Hiner, mail, security, Sender ID, Sender Policy Framework, SPF
Discussion threads 2005-06-14
  • << Previous
  • page 1 of 1
  • Next >>


Harness the Full Power of Internet Explorer
This pre-packaged presentation contains everything you need to instruct end users about how to the most out of the Internet and Internet Explorer--eve ...
Buy Now
IT Hardware and Software Purchasing Policy
Your IT Budget is tight. You want to get the most bang for your IT buck. That's where the IT Hardware and Software Purchasing Policy can help.

Thi ...

Buy Now

IP Networking