| Thread | Last Post | Replies |
|
| Quick sort for large data file | 24 Nov 2004 01:38 GMT | 2 |
I have a large data file with about 2,000,000 lines in comma separated format (about 120Mb of data). vDatetime vFilename 23-11-2004 20:15:00 C:\MyDate\000001\00001.dat
|
| playing multiple wav files | 24 Nov 2004 00:59 GMT | 1 |
I found a wavemix sample (do a search on google for wavemix32.dll), and tried modifying the code to create a function that plays upto 6 wav files simultaneously. For some reason, it is not working. It plays the 6 wav files not at the same time, but one after another. Can
|
| threads and ui hangs | 23 Nov 2004 22:06 GMT | 1 |
im having a problem where in an activex executable, which uses threading to spawn 2 independent forms. 1 form eventually becomes unresponsive even though the task it is working on is still running. Eventually when the procedure ends the ui becomes responsive again. It is ...
|
| Passing a value from one form to another | 23 Nov 2004 20:33 GMT | 4 |
As per usual I'm starting a major hobby project (for me anyway) before I can VB walk! Although what I have done works, I'm sure it is not the correct way so I thought I would ask the gurus.
|
| retrieving data from a csv file to windows form | 23 Nov 2004 18:39 GMT | 1 |
Hi to all. I am new to Visualbasic.net and windowz programming in general so I hope someone can help. I am trying to get info from a csv (Excell) file into a windows form.
|
| Newbie question re Embedded Visual Basic | 23 Nov 2004 18:32 GMT | 6 |
I just bought an HP iPAQ 2210 handheld and would like to write some simple VB programs to run on it. I am rather confused on what I need to do that. I gather I need VisualBasic 3.0 (I downloaded the runtime module from the MS site already). Where can I get the program? I have
|
| MSGBOX error at run-time but not in IDE | 23 Nov 2004 17:18 GMT | 38 |
I'm running VB6 SP6 on XPSP2. Here's the offending code: If Not File_Exist(Filepath) Then If .... ' X-axis
|
| truncated filename | 23 Nov 2004 16:20 GMT | 2 |
Is there an easy way to truncated the name of file name, say from " C:\my projects\dev\banana.txt" to just "banana.txt" Do you have to reverse the string and then count from the doit back to the slash or is there an easier way in VB 6? And go easy on me as I'm
|
| Crashing MSDN Help | 23 Nov 2004 14:12 GMT | 2 |
Anyone know why MSDN might continually crash? I've had this problem for a long time. Usually at least once per use, with no discernible pattern, I get two crashes, back to back, then
|
| install shield problems | 23 Nov 2004 12:41 GMT | 1 |
Which installer do you use for distribution of your applications. We use install shield X, but we are heaving nothing but problems with it. The main problem is upgrading our software, that is allready installed....
|
| VB, MSSQL, internet and XML | 23 Nov 2004 12:33 GMT | 3 |
We have a VB application, which works with MSSQL server database. We would also like that other web visitors on our site would be able to enter data, but not directly in our database - this is for security reasons.
|
| 2 values needed in a combo list | 23 Nov 2004 11:31 GMT | 6 |
Please forgive my ignorance with the controls in VB, but I am more used to ASP. Basically I want to recreate what I can do in ASP (with HTML as well might I add) in a standard VB combo list.
|
| Simple wqay to change icons | 23 Nov 2004 09:24 GMT | 1 |
Is there a simple way to make adjustments to your toolbar icons in VB6 programs without starting from the beginning. If I want to change or add one icon I have to unassociate the image list from the toolbar then add the pictuer to the image list then reconnect it
|
| visual basic 6 passing a control array as an argument | 23 Nov 2004 07:34 GMT | 2 |
Hello, is there a way to pass a control array to a function? i tried the following which works with normal arrays but not control arrays:( Private Sub Click1_Click()
|
| Peculiar Control Behaviour | 23 Nov 2004 01:49 GMT | 2 |
Here's a simple example of my problem... Create a new Activex Control and just put a ComboBox on it. Add a project and site the new Control. Add this to the Form code. and run it.
|