| Thread | Last Post | Replies |
|
| MP3 File | 09 May 2005 08:30 GMT | 6 |
How could I read the information on a MP3 tag to display it on a listview control (similar to media player). I have seen some samples using SHELL function but I still not very sure how to do it.
|
| ldap lookup | 09 May 2005 03:54 GMT | 1 |
I think i want to use IADsUser to return user information from a exchange server. using VB.net 2002 I believe I need to declaire windlap.h is this correct and how do i do this or what and how can i suck info for a
|
| MaskEdit Box | 09 May 2005 03:20 GMT | 1 |
I like the function of a masked input but I've found a killer of a headache. Tables are all alike, for example a phone number needs only 10 character spaces to be happy. Same with all other data collections. I don't want to carry around a lot of "(", ")", and "-" characters. I'd ...
|
| More Than One Registry? | 08 May 2005 22:31 GMT | 2 |
I am guessing that if you have more than one Windows operating system installed then you have more than one registry. If that is true, can 95 read 98 read XP (if XP uses FAT32)? The reason I'm asking the question is, all the above operating systems
|
| MSChart axis labels always on a side | 08 May 2005 21:46 GMT | 1 |
when plotting data on an XY MSChart, if some data are spread across the zero, the labels associated to the correspondent axis are displayed inside the chart. There is a way to move them always on a side? For instance, as regards the Y axis, is there a way to move its labels
|
| Whats wrong with this statement? | 08 May 2005 19:55 GMT | 2 |
I'm working with several pairs of radioButtons, and for the moment I handle saving the value this way. If optTax1(0) = True Then rsData1!Tax1.Value = True
|
| CCRP Date Time Picker license problem | 08 May 2005 17:19 GMT | 2 |
I'm trying to use the CCRP Date Time Picker control. I've registered the OCX but can't add it to my project: License information for this component not found. You do not have an appropriate license to use this funtionality in the design environment.
|
| HTML Help distribution files? | 08 May 2005 10:38 GMT | 6 |
Hi: Can anyone tell me what files I need to distribute with the HTML help file "XXX.chm" for my VB6 program? It works fine on my PC (XP Home) but will not work on my user's PC (Win 95)
|
| Show windows on diferent monitors | 08 May 2005 09:14 GMT | 1 |
I have an application for POS, that require to show one windows on one monitor and othere window on othere monitor, one for the cashier and the othere for the customer, i need that when the application start send a windows to 1 screen and othere to the othere, can any one now how to ...
|
| PDB file? | 08 May 2005 01:55 GMT | 3 |
Every time I make an EXE file with my VB6, I have another file created with it - same name with .pdb. How can I eliminate it ? TIA
|
| Going back to the form that called the 'Let' | 08 May 2005 01:01 GMT | 1 |
I'm being a good VBee and I'm using a Let sub to call the same form from 2 other forms to show different variable data depending on the ID that I send to the Let. My only problem is, how do I retrieve the status of the sending form so that my generic 'Go Back' can take the user ...
|
| Which software design by personal that really make money? | 07 May 2005 20:42 GMT | 11 |
Could you please take some example about software design by personal that really make money. CuteFtp ? Serial port monitor?
|
| Spell check | 07 May 2005 17:57 GMT | 5 |
Can anyone direct me to a good spell checker to include in a VB project. It is not to spellcheck code but to spell check what the user writes into a textbox
|
| Can I use vbscript to retrieve email from outlook? | 07 May 2005 16:58 GMT | 2 |
I am trying to use Dts/activex to open local email user ("helpdesk"), read the new emails, and insert them into a table. I am having troubles with the first part. What code do I need for activeX to login to our Microsoft Exchange Server, with the correct
|
| finding the value of 2 bytes | 07 May 2005 16:22 GMT | 9 |
I am sure it is simple thing but I get stuck how to calculate value of 2 bytes (word). My code has populated a byte array mem() with some data. Data is formated as a word, it means I have to take 2 bytes to find a value.
|