| Thread | Last Post | Replies |
|
| HTML Help file (.chm) integration into VB6 | 29 Aug 2003 22:42 GMT | 1 |
I'm going insane trying to find a demo program that integrates an HTML help file into a VB6 application. can anyone please point me to a demo of this, or tell me how, or where i can find something to teach me how to do this? i found two kb articles, but both cause dr. watsons when ...
|
| Fixed row does not work | 29 Aug 2003 17:02 GMT | 1 |
Dim DbQD As ADODB.Connection Dim RsQD As ADODB.Recordset I tried that before my prior message, just forgot to include that info. It actually blows that clean before
|
| Put column names into a flexgrid with SQL? | 29 Aug 2003 16:15 GMT | 2 |
'--------------------------------------- I've been able to query a table via a text box and bring in all the fields or a specific one by the 2 different flexvar statements. But I've been un-successful in putting
|
| TextBoxes (Argh!!) | 28 Aug 2003 18:01 GMT | 5 |
Help my brains gone dead!!! How do you select a single line of text, from within a multi-line TextBox? And how do you get the X & Y position of the cursor? If anyone can help me, that would be
|
| Constants or Literals | 28 Aug 2003 02:14 GMT | 3 |
Just a quicky Is it better to use constants for label/textbox control arrays or keep to literals EG
|
| Trying to give something back to all VB'ers... | 27 Aug 2003 17:07 GMT | 3 |
You VB'ers have given me a great deal of help over the years. In return, I've posted 11 programs in the Free Downloads section of my website that I've written over the years. There's a few controls and some programs with source code, as well.
|
| Friend properties in class... | 27 Aug 2003 16:05 GMT | 1 |
I have a couple of friend properties in a class. I create instances of the class by: dim myobject as object set myobject = myclass
|
| music for games | 27 Aug 2003 09:27 GMT | 2 |
Help me! I can't find the syntax for introducing music (.wav) to my projects! Somebody help me! DK
|
| Exporting Charts from Excel to powerpoint using VBA | 27 Aug 2003 03:06 GMT | 1 |
Does anyone know how to export charts/graphs from EXCEl into Powerpoint-Microsoft Charts though VBA code. I would like to import the underlying data with the chart as well. I know we can paste as an Excel object in power point
|
| VB 6 MsgBox | 26 Aug 2003 22:05 GMT | 6 |
I am using a msgbox to prompt a user for a yes or no. The prompt pops up right on top of what I want to show the user. How do I change the location of the msgbox? I have seen a few solutions but none of them seemed to allow me
|
| Getting SQL to read an apostrophe | 26 Aug 2003 21:23 GMT | 1 |
What kind of tricks are out there to get my SQL statements to read an apostrophe in a string? (other than changing the source file) For instance, I have a list box set up so that the user clicks on an item, then the program searches through a database for that item. BUT if the ...
|
| DAO record count, How did it work without move... | 26 Aug 2003 20:44 GMT | 1 |
This works also and this is what I originally had in DAO which I've been slowly converting to ado and hopefully doing all my queries with sql. But I don't have the movelast trick in here. Maybe I've been using DAO
|
| Control problem | 26 Aug 2003 17:20 GMT | 1 |
I was wondering if anyone knows how to create an instance of a control. I am trying to create Labels and Check boxes as they are needed. Thanks Brian
|
| I did it with SQL !! | 26 Aug 2003 13:55 GMT | 1 |
Thanks for all the advice and yes I will pick up that book and possibly a couple of more. I got it to work as well as adding the where statement for a query. I've been looking around the vb sites but couldn't find anything about
|
| Just a littlte more SQL HELP? | 25 Aug 2003 15:53 GMT | 3 |
Dim DbQD As ADODB.Connection Dim RsQD As ADODB.Recordset Dim sFileName As String sFileName = frmLibrary.txtPath.Text 'K:\Qual\qualdata.mdb
|