On ZDNet: Why my kid hates Linux
22 Resources for

visual basic

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean Microsoft Visual Basic (658 results), Microsoft Visual Basic 6.0 (357 results), Microsoft Visual Basic.Net (334 results), Microsoft VBScript (130 results), Microsoft VBA (112 results)more...
Show Fewer Related Tags Did you mean Microsoft Visual Basic (658 results), Microsoft Visual Basic 6.0 (357 results), Microsoft Visual Basic.Net (334 results), Microsoft VBScript (130 results), Microsoft VBA (112 results), Microsoft Visual Basic 5.0 (3 results)fewer...

TechRepublic Resources

Copying files in another application using a form in MS Access
I am trying to find out if there is a way to copy and rename a file in a different application using a form / macro in Microsoft Access (version 2003).My purpose is this:I am trying to use access to set up a small navigation system for a few comp
Tags: software, programming, visual basic, macros, Microsoft Corp., Microsoft Access, pashby@...
Discussion threads 2007-03-11
Mr
Software SupportBefore your question can be addressedYou must ask one.
Tags: project management, software, vijay_nimje2003@..., vijay_nimje@..., visual basic
Discussion threads 2007-02-26
VBA Automatic System Messages Access 2000
Does anyone know how to turn one of these off so I can replace it with a Message Box that makes sense to my users.The automatic error message I get is when the user clicks on a inbedded subform without the main forms primary fields containing required data - the...
Tags: mpharoah@...
Discussion threads 2007-02-22
Excel File data transfer from another Excel File
How to transfer excel cell data from one excel file to another excel file.Link to another Excel workbookOpen both workbooks and make sure the destination workbook which will contain the link to the other workbook, is saved. Select the cell you want to link from. If you want...
Tags: workbook, Microsoft Excel, qfaisala@..., software, programming, visual basic, cell
Discussion threads 2007-02-05
VB.Net how to launch default programs & ERROR: .exe not closing
Ok, I’m working on a program and have encountered 2 snags.1 - I need to launch the default program for certain files. For web addresses I need to launch the users default web browser. For txt. Files I would need to run Notepad. For .chm files I...
Tags: .exe, default program, Microsoft Visual Basic.Net, mlo83@..., net, programming, vb, visual basic, visual basic.net
Discussion threads 2007-01-24
Connecting to MS Access DB on remote system on LAN using VB.NET
I've been working on a program in Visual Basic.NET 2003 for the last few weeks that uses an Access 2003 database to store and retreieve information. I used OLEDB and it worked fine... as long as the database was on the local machine or it was in a shared, mapped...
Tags: .net, fatali8@..., LAN, Microsoft Access, Microsoft Corp., Microsoft Visual Basic.Net, networking, programming, software, vb, visual basic, windows
Discussion threads 2007-01-14
Windows Mobile Application Development
I have a hp iPAQ Pocket PC running WinCE 4.20.I like to develop some applications on this Pocket PC and learnt that I could use Windows Mobile 5.0 Development Platform.Grateful if anyone could tell me what SDK, programming language (eMbedded Visual Basic? or eMbedded C++?) and other tools that I...
Tags: application development, dlauxx, embedded, Microsoft .NET, Microsoft .NET Compact Framework, Microsoft Windows, Microsoft Windows Mobile, pocket pc, programming, SDK, software, visual basic, visual c++, windows, windows mobile
Discussion threads 2007-01-12
Windows Mobile Application Development
I have a hp iPAQ Pocket PC, and am trying to develop some applications on Windows Mobile 5.0 and/or Pocket PC 2003 platform. I am using Windows XP as my development platform, no previous SDK is installed on this PC.Grateful if someone here could tell me what tools I...
Tags: application development, dlauxx, embedded, Microsoft .NET, Microsoft Windows, Microsoft Windows Mobile, Microsoft Windows Mobile 5.0, programming, SDK, software, visual basic, visual c++, visual studio, windows, windows mobile
Discussion threads 2007-01-12
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
Automate the copying of data from a master form to a subform
I am trying to setup Customer Entry process using an MS Access Form. There will be 2 parts to this process. First, A Form labeled 'Billing_Detail', which has fields for Billing_ID, Billing_Name, Billing_Addr1, Billing_Addr2, Billing_City, Billing_Sta
Tags: visual basic, forms, access, software, corywhartman@..., billing
Discussion threads 2006-12-26
Microsoft Excel visual basic
Something happened to VISUAL BASIC which is affecting Excel on my Powerbook. When I try to open an Excel document for the first time each day, I get a message box that says: Microsoft Visual Basic class not registered. Looking for object with
Tags: visual basic, excel, macintosh, software, microsoft, jsprad489@..., Microsoft Excel, Microsoft Corp.
Discussion threads 2006-12-09
visual basic: Connect to a teradata database from VB
Hi all!!!I am quite new in Visual-Basic and i am trying to establish a connection with a Database Teradata (using an ODBC connection), my code es the following:---------------------------------------------Dim qdfTemp As QueryDefDim rstTemp As RecordsetDim dbs_cls_tbug As DatabaseSet dbs_cls_tbug = OpenDatabase("dwht1", False, False, "ODBC;DSN=dwht1;PWD=ex0n3") Set qdfTemp = dbs_cls_tbug.CreateQueryDef("")qdfTemp.sql =...
Tags: 472955@..., database, Microsoft Visual Basic, ODBC, ODBC Driver, programming, teradata connection, visual basic
Discussion threads 2006-10-23
VB6 SetFocus From Module to Form Problem
I have a problem with the SetFocus command in VB6 that I am hoping someone can help me with. From the main module I access a from call frmMain, that pops up a window. The user can click on Run, Cancel, Exit, etc. However, unless I exit the main program,...
Tags: stevenicoloff@..., visual basic, programming, Microsoft Visual Basic 6.0, VB6 SetFocus
Discussion threads 2006-04-07
How to Manage concurrent Connection in VB
i want to use single sqlserver connection for all my clients.how to acomplish this using vb?
Tags: Connection, Manage, visual basic, Silly, programming, Microsoft Visual Basic
Discussion threads 2006-04-04
Run-time Error '48' in VB6 using Excel11
I have an application that generates statistical analysis of test data from production. It compiles the information then loads it into a preformated Excel spreadsheet to give a report for our customers and for internal quality control. I've verified this works on another current Microsoft OS (Windows Server 2003) which...
Tags: Microsoft Office, Microsoft Excel, Run-time Error, Excel 2003
Discussion threads 2006-03-21
running visual basic executables
hi, i wrote a visual basic application using ADO data controls and datagrid control... But i realize that even after using the packaging and deployment wizard, i still have to install visual basic 6 on any system that i run the program for the program to run properly. can i...
Tags: barryajokubi@...
Discussion threads 2006-02-14
Create a VB6 Command Button that fires repeatedly
just asking for trouble"...such as when you're performing an operation on multiple files"Most of the time you need to process multiple files, you do all the looping in a command button's click event. This may just be a bad example. You can get the same functionality by providing...
Tags: aikimark@..., click event, command button, design, gui, Microsoft Visual Basic 6.0, mouse, programming, standardization, ui, user interface, vb, visual basic
Discussion threads 2006-01-06
Time Limited Use
I program in VB6 and would like to hear how one may allow people to install and use a program for a limited time. For instance if you purchased a one year licence to use a product.Any assistance would be appreciated.Your best bet to find techniquesis to search for...
Tags: development, dongle, licence, programming, software, This IS, visual basic, wajacob@...
Discussion threads 2005-11-02
DOWNLOAD: Get a jumpstart on visual basic 2005
http://techrepublic.com.com/5138-3513-5893026.htmlHave you made the transition to VB 2005 yet? Why not?No. I want to build .EXEs that run anywhere.Is that so much to ask?A simple link-editor that results in an .EXE which will work on something besides just Win2000 & XP, with the (21 megabyte!) .NET runtime installed.There's a...
Tags: 30Mb, EXE, Mark W. Kaelin, Microsoft .NET, Microsoft Visual Basic, oreilly, programming, programming languages, visual basic
Discussion threads 2005-10-11
DOWNLOAD: 13 changes in visual basic 2005
http://techrepublic.com.com/5138-3513-5867286.htmlAre you planning to upgrade to Visual Basic 2005 or are you still using Visual Basic 6 and never plan to change?Maybe somedayI would like to go to VB.NET but VB6 does all I need. I'd like to try VB.NET just to see what it can do that would...
Tags: application development, Mark W. Kaelin, Microsoft Visual Basic, Microsoft Visual Basic 6.0, Microsoft Visual Basic.Net, oreilly, programming, visual basic, Visual Basic 2005
Discussion threads 2005-09-15

Featured White Paper

Reduce IT costs and complexity with effective application problem management

Refining Tags

programming (17 results)
software (12 results)
windows (4 results)
Microsoft Visual Basic (4 results)
Microsoft Visual Basic 6.0 (4 results)
vb (4 results)
Microsoft Visual Basic.Net (4 results)
Microsoft .NET (3 results)
microsoft (3 results)
Microsoft Access (3 results)
Microsoft Excel (3 results)
Microsoft Windows (3 results)
Microsoft Corp. (3 results)
application development (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now