| Thread | Last Post | Replies |
|
| Any way to check if .mdb field exists without looping or error checking? | 06 Feb 2006 03:12 GMT | 17 |
I have a VB application which needs to extract data from an Access *.mdb file. I just had a crash where it tried to grab data from a field that didn't exist, as I was using an old *.mdb file that hadn't been updated. What is the easiest way to check whether a field exists before ...
|
| String comparisons in VB6 | 06 Feb 2006 02:27 GMT | 6 |
I have been racking my brain tryign to understand how to compare two string in vb6. Can someone help? I have a string E-DRA-SYMB that has to be compared to DRA-SYMB. As long as string2 is found in string one, I want a return value of true. I tried the
|
| RAR | 06 Feb 2006 00:27 GMT | 1 |
IS there a way to add native rar file compression support to a vb6 program?
|
| Irritating WebBrowser? | 06 Feb 2006 00:25 GMT | 6 |
I created a WebBrowser in VB6 using the Microsoft Internet Control. Suppose I visit a web page, right-click a link & open the page in a new window by clicking the menu item Open In New Window which means that presently 2 browser windows are open. Now what I find is while the web
|
| Do I just not get it? | 06 Feb 2006 00:12 GMT | 5 |
I'm starting to play with VB 2005 (express) and think I'm missing something with regards to arrays of controls. I am in need of an array of text boxes on the form with a quick and easy way to sort through rows and columns (I'm playing around with a matrix
|
| Code to sort out different dates | 05 Feb 2006 17:03 GMT | 11 |
I need some kind of code that can sort out dates which have been written with all kinds of different formats. I'm searching in word documents for a date string and want to convert that to YYYYMMDD.
|
| Class as an array | 05 Feb 2006 15:26 GMT | 1 |
Still fairly new to vb.net and was wondering if it's possible to Dim a class as an array. And if so how do i store data to it. I have listed my code below. Here's my code
|
| Mouse Pointer | 05 Feb 2006 13:51 GMT | 2 |
Does anyone know if Visual Basic has a command that positions the mouse pointer to a specific location on a form? Thanks KAB
|
| Text files | 05 Feb 2006 07:03 GMT | 15 |
I have a text file that is going to have a couple million lines or so in it. I want to be able to search for a particular number (that number can be in the file more than once) and then get the 10 lines before and the 10 lines after that and write that to a file. I have no ...
|
| Using timers | 05 Feb 2006 05:23 GMT | 10 |
1. Is there any 'optimal' number of timers can be used on one form? 2. Which design will be more efficient:
|
| Sleep | 05 Feb 2006 04:24 GMT | 2 |
Is there a functions that will shut off the monitor the way windows does under its power schme? Is there a way to wake a computers who's screen saver is on?
|
| Book for web dev with VS2005? | 05 Feb 2006 01:54 GMT | 7 |
I'm making the jump from VB6 + ASP to VS2005. I have a lot of hours to kill this weekend in a car and I was wondering what is the best book for web development for VS2005. I've done a lot of programming with SQL Server. I've done some with C# and a fair amount with ASP, and
|
| **User-difined DLL** | 05 Feb 2006 00:01 GMT | 2 |
I am working with VB6 and I use a user-defined DLL in my project. now I have some regularly changes in my DLL which makes me to refer to it in my project again and recompile my project too. how can have my new DLL without refering to it again via my project.
|
| VB 6 custom Install & Uninstall | 04 Feb 2006 23:53 GMT | 3 |
I have some additional directories and files I need to delete when the customer uninstalls the vb application. Reading the newsgroup I could: Modify the install process by changing: Setup1.vbp
|
| Getting a specific instrument's sound from an mp3 file? | 04 Feb 2006 22:31 GMT | 3 |
Is it possible to pull a track of a specific instrument from an mp3 file? For instance, if you had an mp3 with Honky Tonky Woman by The Rolling Stones, would it be possible with VB to separate out the cowbell sound
|