On The Insider: Michael Jackson In Wheelchair
24 Resources for

vb

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean Microsoft Visual Basic (655 results), Microsoft Visual Basic 6.0 (357 results), Microsoft Visual Basic.Net (334 results), Microsoft VBScript (130 results), VBA (115 results)more...
Show Fewer Related Tags Did you mean Microsoft Visual Basic (655 results), Microsoft Visual Basic 6.0 (357 results), Microsoft Visual Basic.Net (334 results), Microsoft VBScript (130 results), VBA (115 results), Microsoft VBA (115 results), DVB-H (4 results), Microsoft Visual Basic 5.0 (3 results), VBrick Systems (1 results)fewer...

TechRepublic Resources

5 invalid procedure call or argument front end vb backend access 2002
I am looking for assistance have an application i belive the front end is VB and backend is access 2002.have been receiving bthe following error messages 5 invalid procedure call or argument problem is they are intermittent and i have no idea what has caused this, pc is running...
Tags: Khalid_Butt@...
Discussion threads 2007-02-12
How to use macros in Outlook 2003?
If anyone knows how to use macros in Outlook 2003, please tell me. I know VB, not an expert, but I can understand it. And somebody uses Clarify CRM, please tell me how to use macros there as I want to use macros when documenting a case as we use...
Tags: basharath2@..., e-mail, email, Microsoft Outlook, Microsoft Outlook 2003, outlook, progamming, programming, project management, software, vb, windows
Discussion threads 2007-01-27
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
Find Similiar MS Access Records
When I try to execute the following VB I get a complie error:Invalid use of key word meCan any help?ThanksPrivate Sub cmdProcess_Click On Error GoTo err_end Dim conn As ADODB.Connection Set conn = CurrentProject.Connection Dim ssq1 As String Dim ssq2 As String Dim ssq3 As String Dim rs As New...
Tags: access, find duplicates, Firstname, InStr, LastName, me, programming, rs.Fields, rs2.Fields, shieldsco@..., similiar records, software, vb
Discussion threads 2007-01-11
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
Manipulate URIs with Visual Studio .NET's System.URI class
VBYou can try all of these methods but they do not work.What I'm seeing here is script in a script editor.The implication is that a gargantuan intellect is required to write software.Download VB and see for yourself.How are you going to envision a program like Paint Shop Pro with this...
Tags: BALTHOR, feedback, Microsoft Visual Studio, Microsoft Visual Studio.Net, software, vb
Discussion threads 2007-01-10
Error with IT Help Desk Surv Gde Trouble Ticket Tool Updates
Regarding the Automated Trouble Ticket Tool spreadsheet, I am encountering an error in the Update Ticket dialog. After selecting either the ticket number or Caller id from the associated drop downs, I get a 'Run Time Error 1004' - Method 'Range' of obj
Tags: vb, programming, it management, software, help desk survival guide, ray.labrecque@..., tool, information technology
Discussion threads 2006-12-06
MS Office icons
Can anybody help me find the location of the little icons MS Office uses on its tool bars, e.g., diskette for saving, an open folder for opening a file, etc.I know they are somewhere actually I used them a few years ago Perhaps they reside in a D
Tags: HighTechAngel, Microsoft Corp., Microsoft Office, programming, screen form, software, vb
Discussion threads 2006-11-03
MS Access
I would like to updete fields in existing Access table. I would like to add fields in that tableHmmUpdate as in change the data, from access, open the table and type, From SQlUpdate MyTable Set MyField1 = 'Value',MyField2 = 123.8 Where MyKey = 1To change the structure of a tableFrom...
Tags: ashishab@..., vb, access database, software, Microsoft Corp., Microsoft Access
Discussion threads 2006-08-28
Performing basic array operations in VB.NET
Problems with the provided samplesListing B "arrayDim"Listing C ReDim should refer to arrNumbersListing D comment would indicate that index 4 is somehow not retained
Tags: Performing, vb, arrays, rschell@..., programming, Microsoft Visual Basic.Net
Discussion threads 2006-07-31
How do I copy an Access table with VB?
I need to be able to copy the structure of an existing Access table in VB, checking to see if a couple of columns exist, if not, creating them, and saving them with a new name. Is this possible programatically?ADOXYes it is possible. Check out ADOX and ADO.Here is an...
Tags: Access Table, Microsoft Access, Microsoft Visual Basic, ADOX, table copy, access, vb, TechRepublic@..., networking, PSchluter@...
Discussion threads 2006-07-28
How do I copy an Access table with VB?
I need to be able to copy the structure of an existing Access table in VB, checking to see if a couple of columns exist, if not, creating them, and saving them with a new name. Is this possible programatically?wrong forumput this question in Technical Q & A.OOPS!Sorry, and I...
Tags: Access Table, Microsoft Access, Microsoft Visual Basic, table copy, access, vb, TechRepublic@..., software, database, PSchluter@...
Discussion threads 2006-07-28
What language to learn? And how?
HiMy colleague, she wants to learn programming for her work. She is undecided on whether to study VB, C++ or Java. No experience. She intend to develop an accounting software and/or interface it with Excel, not that important as she said.All members, what would you recommend? Any books or online...
Tags: Programming languages, Amir Farhan
Discussion threads 2006-06-13
Tackle common programming problems with design patterns
Error in VB versionThere is an error in the VB version: the Count member variable is never updated. In the C# version, the "return(Count++);" statement has the side effect to increment the counter.And the variable is never initialised to zero - but as a non-VB programmer I don't know if...
Tags: DP, Singleton2 GetInstance, error, vb, pattern, singleton, frankbj, programming, Microsoft .NET, design pattern, new Singleton2
Discussion threads 2006-05-16
Books which increase your job potential
Hi,Three books which teach you the secrets of developing your own Accounting softwares.Special offer , Learner's Pack From VK Publishers.Knowledge is Powerbharhttp://www.vkinfotek.comMS Heavy?It looks a little MicroSoft heavy. If you want for something else, try "Quasar" from Canada [ http://www.linuxcanada.com/ ] They also provide learning material for their work. ...
Tags: pedaammulu@..., vb.net, vb, asp.net, sql server 2000, programming, Books, job
Discussion threads 2006-05-01
Not Necessarily
You'd be surprised at the number of times I've been reading through someone's code, and found code declaring constants that are already built into VB.Some programmers, who had to learn VB from the help files, truly don't know that the predefined constants are out there. And for those of us...
Tags: Microsoft development tools, Programming languages, Development tools, beginner, Microsoft Visual Basic
Discussion threads 2006-02-10
Use VB6's TypeOf keyword to work with controls
While working this is very very inneficientHello Peter,This is a very nice trick which you can use in many ways. But there a catch here, its works but it's slow.2 reasons behind this. 1st - You're accessing the ctl in late-binding. It is always slower and moreover...
Tags: iterator, myrdhrin, Object sngStart, optimization, programming, Select Case, TypeName, TypeOf, TypeOf operator, vb
Discussion threads 2006-01-27
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
Comparing Double vs. Single data types in VB6
Decimal datatype claimPeter,I must disagree with your Decimal datatype claim that "unfortunately, it was never actually implemented." It and the scaled integer datatype, Currency, are actually variant objects that behave as a particular datatype. As such, they don't perform as well as the intrinsic numeric data types.===================================Try the...
Tags: aikimark@..., CDec, datatype, Microsoft Visual Basic 6.0, programming, vb
Discussion threads 2005-12-02

Refining Tags

programming (20 results)
software (10 results)
Microsoft Visual Basic 6.0 (5 results)
Microsoft Visual Basic (4 results)
visual basic (4 results)
Microsoft Visual Basic.Net (4 results)
windows (4 results)
access (4 results)
Microsoft Access (4 results)
Microsoft Corp. (3 results)
networking (3 results)
techrepublic@... (3 results)


Microsoft Outlook Basics
This ready-to-deliver presentation will help you introduce your team to Microsoft Outlook -- even if you don't consider yourself a public speaker. It ...
Buy Now
Microsoft Excel - Advanced Functionality
This Microsoft Excel - Advanced Functionality presentation is a preformatted solution for training staff to maximize Microsoft Excel's more advanced f ...
Buy Now

Cracking Open