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...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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
- 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
- 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...
- 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
- 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...
- 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...
- 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...
- 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...
- 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. ...
- 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...
- 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...
- 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...
- 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...
- Discussion threads 2005-12-02
- << Previous
- page 1 of 2
- Next >>
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)




