| Thread | Last Post | Replies |
|
| New student stuck with CSVs and Arrays | 14 Nov 2006 02:53 GMT | 3 |
I'm currently trying to read a .CSV file and get all the data into an array so I can work with it in the program. Here is what I currently have. Private Sub IntializeData()
|
| Volume Properties | 13 Nov 2006 22:37 GMT | 3 |
I'm trying to find the code that allows my app to open the volume properties box (the one with the sliding controls in Control panel->Sounds and Audio Devices->Volume Tab and Advanced in XP) I've googled and looked on freevbcode.com but can't find anything suitable.
|
| Simple quetion for masters | 13 Nov 2006 21:51 GMT | 1 |
My question is, I want to add numbers using textbox insted of inputbox, how to store numbers in array ?and how to delete result and find another big number from array. please help me My code is like this
|
| Help with encryption of string | 13 Nov 2006 19:21 GMT | 16 |
I need to encrypt a string entered by user. Example... strEnter = txtbox.text user enters - My name is Bob Lawblaw (really !) VB encrypts a 4x4 array
|
| How do I access media file data (attributes)? | 13 Nov 2006 09:54 GMT | 1 |
I want to be able to construct a database using VB6 of my MP3 files (held on the hard drive) so that I can sort the data by "Artist", "Title", "Genre", etc. I know how to put the database together, but I am having trouble extracting
|
| Permanent working of the clock in a CommandButton in VBA for Excel | 13 Nov 2006 07:48 GMT | 1 |
Could somebody know how I must do to have the time displayed on a CommandButton (if it's possible) ? I have already obtained it with the following instructions (in the event Initialize of a UserForm) :
|
| Weekday Counting | 12 Nov 2006 21:19 GMT | 9 |
I have a couple of functions I wrote some time ago that does the following: GetTradingDays - Takes two dates and returns the number of weekdays from BegDate to EndDate. ForwardDays - Takes a date and the number of weekdays to count forward,
|
| Play wav in Visual Basic. | 12 Nov 2006 15:12 GMT | 2 |
I'm struggle with playing a wav in Visual Basic. First I wanted to use My.Computer.Audio.Play() method but I realized it's not working if I want to have music in background. I found in internet SoundPlayer Class but unfortunately I can't find it in
|
| How To Display Customer Message - msflxgrd.ocx missing ! | 11 Nov 2006 01:51 GMT | 1 |
I have an application in which I am using msflxgrd.ocx refference. Once I send the standalone application to my users, some of them get this error message saying msflxgrd.ocx is missing. It can resolved by registering the msflxgrd.ocx to the system. However it gives a deault
|
| How to STOP A WINDOWS SERVICE using VBA Scripting | 10 Nov 2006 21:45 GMT | 2 |
How can we STOP A WINDOWS SERVICE using VBA Scripting.
|
| VBDOS | 10 Nov 2006 20:49 GMT | 2 |
Does anyone know where i can get 'Visual basic for Dos 1.0' Thanks Rick
|
| ZEBRA TLP2844 | 10 Nov 2006 20:27 GMT | 1 |
my label is 2"" W by 1" H N D20 R225,50
|
| Docked tabcontrol flickers on resize | 10 Nov 2006 16:21 GMT | 2 |
I have added a tabcontrol in windows form under c# 2.0 and docked it to FILL.then i kept a listbox on this docked tabcontrol .Listbox contains a collection of approx 10 strings as list items. Now when i resize the form whole listbox flickers..
|
| Zoom in and out on form | 10 Nov 2006 12:22 GMT | 8 |
I have a form on which I draw images and labels. I have some code that makes it possible to zoom in and out. The problem is that when I zoom in some of the images and labels dissapear
|
| Copy locked files in Windows | 10 Nov 2006 10:23 GMT | 1 |
I would like to know how to copy files in Visual Basic 6 under Windows 2000 and XP when those files are locked because they are in use. I believe it has something to do with Volume Shadow Services but I am not certain. Can anyone advise me? Thank you!
|