| Thread | Last Post | Replies |
|
| hyperlink in e-mail gegenereerd via VB | 31 Aug 2005 14:26 GMT | 1 |
ik zoek een oplossing voor volgend probleem: ik heb een exceltoepassing waar - na invulling van gegevens - een e-mail gegenereerd wordt via een VB. In deze mail staat een tekstje waarin ik een hyperlink wil zetten, maar in VB lukt me dat niet.
|
| Windows Media Player SDK - VB6 - Play all files in a directory | 31 Aug 2005 13:30 GMT | 1 |
I'm a VB newbie. I want my application to play all of the files (.mp3) in a given directory when I start it. I am able to play a single file by using the "URL" property of the WMP object. I'm wondering what the simplest way to pass the contents of a directory to
|
| Cannot find Project or Libarary when using Format /String...... | 25 Aug 2005 21:17 GMT | 4 |
Hi there i am always getting the said topic error when i use format/string/or Str.... function or Syntax??? in my old projects.. It works fine when creating a all new clean project..... Is there something reference or stuff that i should know when using format/string/date/time ...
|
| [] operator | 24 Aug 2005 02:33 GMT | 2 |
what is [] operator? for example: [String].Compare(.... Thanks for help
|
| Check database structure | 23 Aug 2005 20:22 GMT | 1 |
I'm using VB6 and Access 2000. I'm running an ALTER TABLE SQL statement to change a primary key on a column and datatypes on other columns. I'm using the code: Dim c as New ADODB.Connection
|
| Progress bar XP style (the green one) | 23 Aug 2005 16:46 GMT | 9 |
How do I make the progress bar look like XP style? TIA Guy
|
| Capture Logged-in UserName ? | 22 Aug 2005 22:00 GMT | 9 |
First of all, apologies if this is covered elsewhere in the forum but I've looked high and low and can't find anything. I'm relatively new to VB6 and am trying to do something thats probably quite simple: I need to capture the user's ID or username while they're logged in
|
| counting fields in a recrdset | 21 Aug 2005 13:53 GMT | 2 |
Does anyone know the syntax for getting the number of fields in a given recordset (I mean a variable of type ADODB.recordset)? thank you
|
| Large number to HEX conversion | 17 Aug 2005 14:39 GMT | 3 |
How can I convert this number: 2227808324 To hex? (84C9A844) Using Hex$ in VB6 returns an error
|
| Combo box question | 16 Aug 2005 18:14 GMT | 12 |
Good morning all I have a simple question, but I can't think of the answer...need more coffee. I have a small database table from which I draw a list of QA Schemes. The
|
| Newbie: IsDate(19991015) is False | 10 Aug 2005 21:47 GMT | 1 |
I am trying to create an interface where the user will choose from various formats: YYYYMMDD, YYMMDD, YYYYDDMM, etc.(through a combobox), in order to specify the Date format of a specific column in a csv file that i try to open.
|
| Help: how to designate TAB as a delimiter in Split() ? | 10 Aug 2005 18:29 GMT | 1 |
as the subject says, I googled it to no avail. Do I have to enter a specific code, and what is it? TIA -steve
|
| Save Images to Microsoft Access | 06 Aug 2005 22:45 GMT | 3 |
Dear Friends How can I save and retrieve images using vb6 and Microsoft Access Thx Anuradha
|
| redim preserve multidimen array | 04 Aug 2005 02:26 GMT | 9 |
I am trying use create a dynamic multidimen. array with DIM and REDIM PRESERVE, but it doesn't work. Can anybody help me? Dim l_vAray() As Variant dim c as integer
|
| String.Replace not working??? | 03 Aug 2005 16:46 GMT | 7 |
This is so bizarre I hesitate to post it, but I need to get this working. My code looks like this... Private Const cmdTestResourcesSel = "SELECT * FROM TResources" & _ " WHERE Scenario =
|