| Thread | Last Post | Replies |
|
| Generating Tones VB6 | 07 Feb 2006 16:25 GMT | 2 |
I would like to be able to generate sine waves of various frequencies (one at a time) for certain durations and through each speaker (either left, right, or both). Anyone know of any code floating about that can do this? If not can someone give me a push?
|
| reading and writing serial Port | 07 Feb 2006 16:25 GMT | 1 |
Do you know a way to read and write on then serial port (COM1:) via visual basic 6. Thank you for answering. Daniel
|
| FTP - "APPEND" | 07 Feb 2006 16:21 GMT | 1 |
it is possible to use the "APPEND" Ftp command in Visual Basic . With the inet control I have seen that I can't do it it.
|
| App.LogEvent not writing entries | 07 Feb 2006 15:14 GMT | 1 |
does anyone know why the following code does not write to the event log on an XP system? App.LogEvent "Some Text", vbLogEventTypeInformation
|
| Data access | 07 Feb 2006 15:00 GMT | 5 |
I am more familiar with the dBase type of data handling syntax. So was wondering what is the equivalent of the SEEK statement in Visual Basic ADO / DAO ? Anil
|
| datacombo | 07 Feb 2006 13:55 GMT | 2 |
How do I get the datacombo to display one value and return another. Right now I have this but it displays and returns the same value. Set DataCombo1.RowSource = mrsCustTA DataCombo1.ListField = "Description"
|
| Calling a subroutine from an array | 07 Feb 2006 13:52 GMT | 13 |
I created an array of command buttons : Dim Button(5) As CommandButton and loaded the each button into the array using “set” Set Button(0) = Name1 : Set Button(1)=Name2 …
|
| Calaulation problem | 07 Feb 2006 11:16 GMT | 17 |
Why the following calculations return false? 2000.12 / 0.01 = CLng(2000.12/0.01) 20000 * 8.223000 = 164460 Is it a bug or there is something already claimed by VB that i don't know?
|
| Installing VB5 Application Causing Hardware Problems? | 07 Feb 2006 11:07 GMT | 6 |
I am an ICT teacher, and used VB5 to create an application to allow students to create, search and sort simple databases as they haven't all got Access. The application is pretty simple - a form, tabs, database controls and a grid to view and query an Access database. I've ...
|
| How to set the height and appearance of combo box | 07 Feb 2006 09:13 GMT | 2 |
Could anyone tell me how to set the height and appearance of combo box. I have tried setting flat appearance and reducing it's height, in design time
|
| vb setup | 07 Feb 2006 04:43 GMT | 1 |
Per the below post to my vb question, they suggested I add to the log during install if I rewrite setup1.exe. The problem is that I know the directory but they can put any file in that directory. I want to delete
|
| Sending Outlook E-mail via VB6 | 07 Feb 2006 03:05 GMT | 7 |
I am using VB6-SP6 to develop and app with an Access DB backend. I want to be able to take data that the user sees displayed on the screen and have that data e-mailed to another user is desired. The app will be used in an environment that uses MS Exchange/MS Outlook. I was hoping ...
|
| Newbie question | 07 Feb 2006 02:28 GMT | 3 |
I apologize for my ignorances. Is there a way to get a menu to appear over a command button when right clicked? If so could you please direct me to some sample code? Thank you and sorry for my ignorances
|
| TreeView multiple select nodes | 07 Feb 2006 00:23 GMT | 4 |
Is there a way to set the TreeView control so that I can select multiple nodes using the Ctrl or Shift keys? -Dan
|
| How to print a file produced by "Print to File" | 06 Feb 2006 22:47 GMT | 6 |
The likes of Excel have "Print to File" options for printing. What is the best way of subsequently printing one of these files? What are the approved API calls to do this from VB? Is there a way for the spooler to 'import' such files and print them?
|