| Thread | Last Post | Replies |
|
| Datagrid | 02 Mar 2005 10:29 GMT | 1 |
I have a problem when I change the record set of a datagrid. Depending on the options the user selects different data is displayed in the datagrid. Sometimes different fields of the database. Error is "subscript out of range".
|
| newbee - first time using the package and deploy wizard | 02 Mar 2005 09:48 GMT | 15 |
I used the package and deploy wizard to make my vb6 app run on win2000 and win98 machines. I follow the wizard step by step, I put the folder the wizard makes me on the hard drive of computer I want the app to run on. Then when I run the
|
| Applescript to VB conversion... | 02 Mar 2005 07:40 GMT | 1 |
Could anyone help me with the conversion of the following applescript to VB: The script takes the currently copied text (generally from MS Word) and replaces problematic characters (such as smart-quotes) with their html
|
| POP up message control ... | 02 Mar 2005 07:37 GMT | 3 |
I am looking for a sample code just like when a new contact in MSN Messanger comes online it pops a small window saying conatct just came online. can any one tell me where I can find a sample code written in VB 6 just like that ??
|
| InternetSetFilePointer | 02 Mar 2005 06:22 GMT | 2 |
Using VB5 sp3 I am already using : InternetOpen InternetConnect
|
| Building VB.net App with SBS 2003 | 02 Mar 2005 06:00 GMT | 1 |
Hiya, I need to write a VB.net app to fax purchase orders out of an ERP database. We already have SBS 2003 on the server and Win XP client PCs. What is the best approach to writing this app?
|
| bind ado recordset to complex datareport | 02 Mar 2005 04:58 GMT | 3 |
I have a legacy that includes a datareport and a dataenvironment that's there solely for the report. To make the report work, temporary records are written to a database, printed, and then deleted. I never found a way to change the connection at run-time (the app uses a udl
|
| FTP Coding | 02 Mar 2005 04:01 GMT | 4 |
I am desperately finding out how to code in visual basic to perform ftp commands with the following operations; a. establish an ftp connection b. login with username and password
|
| Printer's "TRUE" status? | 02 Mar 2005 02:39 GMT | 5 |
I have a quick question (I hope). I am trying to determine the "true" status of a printer on a users machine from VB6. I have enumerated the available printers, and have interrogated each one to get the status via the PRINTER_INFO_2 structure, but the status always seems to be ...
|
| help! | 02 Mar 2005 02:33 GMT | 4 |
I have only just begun programming in a course i am doing. So I made a program in visual basic. I was using global variables and it worked perfectly but i've now been told to change that and use ByRef/ByVal within my sub programs. I thought i had it right but now i keep getting
|
| How to detect mouse click on the form's border? | 02 Mar 2005 02:15 GMT | 4 |
In such situation Mouse Down event is not fired and Form_Resize as well. Jack
|
| Adding Objects to form... again | 01 Mar 2005 23:20 GMT | 1 |
Thanks for the tips earlier... but I appear to need something else: Once a new control (such as a command button) has been added to a form, it seems I need to make it available to the form. In any event, I can see my buttons but when I create something like
|
| Sending email with attachment (text file) | 01 Mar 2005 23:17 GMT | 7 |
Can someone post an example or a link to an example of how to do this. I rather not have it dependant upon a specific email client. Thanks.
|
| Adding objects to Form | 01 Mar 2005 20:44 GMT | 5 |
I have a pretty simple form with few objects. Depending upon how a user behaves, I would like to add objects to the same form, without losing sight of the form.
|
| listbox integer limit | 01 Mar 2005 19:06 GMT | 10 |
I just went over my limit in the listbox. Apparently the listcount and list properties only go as high as 32767. I need 40000+-. Any ideas? thanks
|