| Thread | Last Post | Replies |
|
| How to ignore case sensitivity of strings? | 19 Aug 2006 05:21 GMT | 7 |
I am working on a search engine that compares several strings. It works fine but it is case sensitive. I have set the search criteria as String like this: Dim Search1, Search2, Search3, Search4, Search5, Search6 As String What should I do to reverse the Case sensitivity?
|
| setup has encounted a problem and needs to close | 19 Aug 2006 04:14 GMT | 10 |
Moving to a new computer, old and new both running XP Pro SP2 w/all Live Updates Need to install VB6 on the new machine (I'll be removing it from the old machine)
|
| FIleExist code with an error ? | 19 Aug 2006 02:31 GMT | 1 |
I am running this code sniplet, FindFirstFile: Extract Filename from a Full Path, from http://vbnet.mvps.org/index.html?code/main/index.html and would like to get it to somehow trim the extension without using basic string manipulation. Any ideas how to add this?
|
| Change Box Color on CheckBox Control | 19 Aug 2006 00:22 GMT | 11 |
I have the requirement to slightly gray out the box on a CheckBox Control to seperate it from standard checkboxes. I just want the box to look like it does when you set enabled to false, but still be able to use the control and have the check and text still black. I have
|
| The most powerful computer security tool | 19 Aug 2006 00:05 GMT | 1 |
DiskNumen: www.firmlysoft.com DiskNumen, the most powerful computer security tool, will make everything intact after your reboot even if there are Virus, Hacker,Rascal software, error operation or even your purposive
|
| Email Programming in vb6 | 18 Aug 2006 17:18 GMT | 8 |
Can anyone give me a head start on programming vb6 to send and recieve mail in an application. I want to automatically send a unique pin number to a customer who's credit card was approved. Sharrukin
|
| iTunes SDK & VB scripting | 18 Aug 2006 17:07 GMT | 1 |
Maybe someone can help me with this - I am trying to script some actions in iTunes. There is a help file in the SDK but it is very confusing to me (http://developer.apple.com/sdk/itunescomsdk.html). I have also read several online articles this is one of the better ones:
|
| Hide field in datagrid | 18 Aug 2006 15:54 GMT | 2 |
I have used the data form wizard to create a form that is used when I want to add a new user to my table USERS in my master database. My SQL statement and the .Open is as follows: m_sSQL = "SELECT " & _
|
| Why is GOTO bad? | 18 Aug 2006 14:54 GMT | 39 |
I know I'm inviting ridicule, but I'm curious about this. Why is GOTO such a bad thing? I don't use it very often, but occasionally it's just the right tool in a situation, if used properly. Is the general disdain for GOTO based on something really evil in it's use, or is it ...
|
| Remember forms position | 18 Aug 2006 13:29 GMT | 4 |
Using SaveSetting I am saving the form postion in the registry when the form unloads so that it will open in the same position next time its opened. When XP is shutdown and my app isnt closed 'manually' then the left and top values (the next time XP runs and my app is loaded on ...
|
| distribute VB6 runtime drivers via AD | 18 Aug 2006 13:27 GMT | 1 |
I need to create a msi package with VB6 runtime + some extra drivers that can be distributed in accordance to a Policy by the AD on a domain. Any hints or suggestions how to proceed?, prefarebly the free of charge versions.
|
| Using a field value as a variable name | 18 Aug 2006 12:04 GMT | 2 |
This question either has a very simple answer or is obviously impossible, either way maybe I should apologise in advance! A function returns an array where xzx(0,0) contains Variable Name", xzx(0,1) contains Variable Type, xzx(0,2) contains Variable Value thus:
|
| Hyperlinks in user entered text | 18 Aug 2006 11:57 GMT | 3 |
My VB6 application sends emails of body text that is entered in a text box control. I need to provide a way to view hyperlink text as a hyperlink within my application and for the receiver. Right now the receiver does not get hyperlink-text as hyperlinks – they have to copy and ...
|
| 64 bit variable | 18 Aug 2006 09:36 GMT | 5 |
What variable declaration can I use to declare a 64 bit numeric. -Lou
|
| MSFlexgrid | 18 Aug 2006 09:00 GMT | 9 |
I have a flexgrid populated by various numerical data. How do I get the value when a user double clicks a cell???? Thanks
|