| Thread | Last Post | Replies |
|
| Completely lost with winsock | 29 Dec 2003 18:09 GMT | 2 |
I have 'tried' following some examples of using the Winsock control shipped with VB6. I would appreciate some help.....and, I know there may be much better controls out there but, I want to try to stick with this for now. Here's what I want to do but not sure if possible. There will ...
|
| how monitor events produce by applications | 29 Dec 2003 18:01 GMT | 1 |
I need to catch events like popup messages generated by other applications with a VB code but i don't know witch way i schould use ... Could you tell me what are the strategies available to do that ? Thanks
|
| Difference of "sndPlaySound", "mciSendString" & MM Control ? | 29 Dec 2003 17:49 GMT | 2 |
hi, everybody .... i am dealing with a problem of playing multiple sound files at the same time using VB. i have already found the solution playing only single file. The APIs or control mentioned in the title of this
|
| TreeView Control Attributes Question | 29 Dec 2003 11:21 GMT | 1 |
I am using the treeview control on a form and i have been trying to analyze an example code to figure it out when i try to add my nodes it asks for this format set
|
| Sorting a text file | 29 Dec 2003 10:48 GMT | 4 |
Would be grateful for any ideas , advice . I am given a text file with about 40 lines a page .Within this text file are customer billing records . For example , page 1 of text file has Customer name , address and records of his bills up to 40 lines .
|
| Visual Basic V6 ADODC Problems | 29 Dec 2003 10:02 GMT | 1 |
Im creating the front end for a database created using microsoft Access. I have set up the connection strings and record sources for everything but the information will not show up in the text boxes when the
|
| What database do I have or should I get? | 29 Dec 2003 00:10 GMT | 1 |
I have been a VC++ amd VB programmer for several years, but I haven't gotten into the .Net world until now. I just got a computer specifically so I could run the .Net IDE. I was hoping to use MS Access 97, since I have an old installation disk. Unforunately, the disk is corrupted ...
|
| Problems with sending E-Mail with VB | 28 Dec 2003 22:15 GMT | 2 |
I have come up with a small application that will take information from a form and put it together where it reads nicely and sends it to an email group. Simple enough right? When I tested it at home, it worked like a charm. I brought it to my work, and got a Login Failed
|
| VB6 Intellisense never activates using function LEFT() - Just me? | 28 Dec 2003 19:47 GMT | 9 |
Is it just me? My Intellisense never activates when I begin using the function left() It works with right() Bug?
|
| is this possible? | 28 Dec 2003 11:41 GMT | 3 |
i have a user who doesn't have MSO installed but would like to "see" a set of (pre-loaded or otherwise) data in chart or graph format. things i've tried (using vb's PDW): * vb's ole control to embed xl.
|
| directX for VB | 28 Dec 2003 11:29 GMT | 1 |
Hello.. I'm a newbie in directx programming and I need a little help from anyone out there who knows a great deal about directX and VB. I've seen a lot of codes on how to capture sound from the mic input but nothing as of the moment on how to capture sound coming from the
|
| embedded picture files | 28 Dec 2003 10:00 GMT | 1 |
I have Vb5 learning edition. I know how to get a program to open a picture box control and display an external file (eg a jpg file), but can I embed the jpg file with the exe file during the 'make' procedure or must I keep it separate?
|
| function VB6? converting string "(10 + 3) * 2" into output 26 | 28 Dec 2003 04:31 GMT | 4 |
I need to transform the contents of a string into an output, for example: "100 + 100" to an output of 200 "(10 + 3) * 2" to an output of 26 etcetera
|
| HELP PLEASE! Using VB6 and Virtual drives | 28 Dec 2003 00:27 GMT | 4 |
I have a PC with four cd drives, 2 real and two virtuals made from DaemonTools. I want my app to determine which of the drives are virtual. I looked on several code sites and google and no luck.
|
| syntax error | 27 Dec 2003 19:20 GMT | 1 |
Private Sub Button_A_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button_A.Click Imports System.Data.OleDb Dim strSQL As String = "Select * From Customers"
|