| Thread | Last Post | Replies |
|
| Kill process | 07 Apr 2005 23:09 GMT | 4 |
I implemented a kill process function and it runs under vb6 environment, but when I move it to another machine it shows me Run time error 35601. Any Ideas. Thanx
|
| Reading .PDF Files | 07 Apr 2005 19:33 GMT | 8 |
Is it possible to programmatically read the contents of a .pdf file in Visual Basic 6.0 using the Type Lib's that ship with it? I see an Acrobat Access Type Lib, put I cannot make any sense out of it. Although it has some "read text" methods, I cannot see any methods to open a
|
| Form Refresh | 07 Apr 2005 19:18 GMT | 1 |
I am having a problem with Form Refresh, I have customer Form and Order Form , From the Main Screen I have a command button that opens the Order Form with all records.
|
| TYPE produces "Expected End of Statement" error | 07 Apr 2005 18:49 GMT | 8 |
Working with the example below of a TYPE statement, from the MSDN Office Solutions Development from Microsoft.com. I copied and pasted it directly from the web page, but it gives an "Expected End of Statement" error. How do I fix this?
|
| Forms | 07 Apr 2005 18:39 GMT | 8 |
How do I make this work Dim frm As Form Dim frmName as String frmName = "frmCust"
|
| Type Comparisons | 07 Apr 2005 18:30 GMT | 1 |
I am parsing controls in vb.net and I need to detect if a control is of a particular type - as follows: if control.gettype = system.web.ui.htmlconrols.htmlform then ' do something here
|
| Control Arrays as parameters | 07 Apr 2005 17:58 GMT | 4 |
Hey all, So, I want to process an array of controls in a subroutine, but apparently I don't have the syntax quite right. My method signature looks like: Private Sub update_end_point(txtboxes() As TextBox, data() As Variant,
|
| 'Microsoft.Jet.OLEDB.4.0' reported an error. | 07 Apr 2005 17:42 GMT | 1 |
You need to fix your system clock. Make sure you have configured your regional setting to reflect the geographical area where you are located. According to the info I see you are in time zone +5:30
|
| Simple Copy and Paste from Excel to Access | 07 Apr 2005 16:34 GMT | 4 |
Hi Group. I am looking for some very simple code, nothing flash to just copy and paste into an access database. What i can do is open and close the files in both excel and access but i
|
| ODMA? | 07 Apr 2005 15:51 GMT | 2 |
I would like to develop an application using the ODMA standard. Does anybody know about a component usable in VB6 to provide this functionality? Thanks for reading Ole
|
| ADODB.Recordset | 07 Apr 2005 14:39 GMT | 7 |
How to know the number of columns and rows of the current ADODB.Recordset? Thanks Marty
|
| VB Licensing | 07 Apr 2005 14:13 GMT | 3 |
Is VB licensed by PC or by User? In other words, can I put the same copy that is on my desktop, on my laptop?
|
| ADO: static cursor or test for EOF? | 07 Apr 2005 13:55 GMT | 5 |
VB6 app using ADO recordset for application data stored in MSDE 2000 database on same local machine. Which is more efficient: 1. Using a static cursor and using RecordCount in a
|
| DB Drive and VB6 reference | 07 Apr 2005 13:15 GMT | 2 |
Hi, if I use this DB connection string: "Driver={SQL server};Server=Your_Server_Name;Database=Your_Database_Name;Uid=Your_Username;Pwd=Your_Password;" from :http://www.sqlstrings.com/SQL-Server-connection-strings.htm
|
| XP Style and control focus indication | 07 Apr 2005 12:15 GMT | 1 |
I have several apps now with the manifest file compiled in to let the programs inherit the XP style effect. The problem is that the focus rectangles are not consistant. for example a login screen consisting of a combobox (style2), a textbox, a checkbox and a
|