| Thread | Last Post | Replies |
|
| How to save PDF file in SQL Server 2000 table | 11 May 2006 21:52 GMT | 2 |
I need to know how to save a PDF (or .doc etc) file in SQL Server 2000 table from a VB 6.0 Aplication. Wath is the correct field datatype, I use ntext, an bynary but I thing sometinhg is wrong. I try with ADODB.Stream wthout success.
|
| Registering DLL | 11 May 2006 19:40 GMT | 4 |
Registering DLL What does registering a DLL do? I’m using the timer ccrpTmr6.dll which the VB6 setup program installs to the application folder.
|
| Inserting a record into an Access Database | 11 May 2006 18:39 GMT | 11 |
I am fairly new to VB and I am using VB6. I want to add records to an Access database. The table has a large amount of data in it already, so I don't want to open the recordset and see any of that data, just add to it. The only way I have found is to define the recordset which ...
|
| Maximize/Minimize MDIchild | 11 May 2006 18:26 GMT | 3 |
When i open a MDIChild form while a MDIChild form is already open, and maximized, the already open MDIChild is resized automatically. I can't find the reason, is this a bug or a program failure/fault? Thanks.
|
| Object required msg | 11 May 2006 17:17 GMT | 2 |
With the following code I get the path and database name so I can run a macro within the db. I get an error message on the line that uses the variable in the OpenCurrentDatabase line. What am I doning wrong? Thank you
|
| Big thanks to Veign | 11 May 2006 17:02 GMT | 2 |
Thank you Chris Hanscom for a nice routine you had on your site for sorting a collection of objects based on a defined field. Got me out of a sticky problem.
|
| Referenced assembly 'interop.WbemScripting' doesn't have a strong | 11 May 2006 15:29 GMT | 1 |
I'm using a Strong Name Key to create our assemblies, this key has the Full Trust security so we can use those "mini tools" from network drives... I'm trying to use WMI to get access to data in our SMS Server... Now, when I tried to create my assembly I got this message...
|
| Need help! | 11 May 2006 13:13 GMT | 1 |
I am currently creating a project where I need only a certain number o sites for user selection in an internet browser. The problem is I wan to know the best way in which for me to have a list of sites and plac them into the URL text box.
|
| Treeview item choosen | 11 May 2006 12:58 GMT | 1 |
I am using a treeview control. I want to which child was clicked/dbl-clicked in the control. How can I do it? To explain further, similar case in a Listview is the invocation of
|
| vb run time error | 11 May 2006 08:15 GMT | 1 |
Hi, i'm new for this community. I have a problem regarding VB6.0 I have desined a program using MS VB6.0 and it can run or execute without any problem. but when i make the project to .exe file and the .exe file to the client. client encounter a problem which the error is: "Run time ...
|
| How to use FTP for copying files to and from internet server | 11 May 2006 01:16 GMT | 1 |
I would like to copy a file to and from a computer running my VB6 application to a location on a remote machine using FTP across the internet. Has anybody done this before and could they show me any simple code they have used.
|
| WM_SETTEXT sets garbage characters | 11 May 2006 00:23 GMT | 5 |
I'm using FindWindow and SendMessage in VB6 to automate an installation. Everything works fine until I try to set a path in an Edit box: strFolder = "C:\Windows\Systems32\Drivers" ' Set Edit text box with path:
|
| Page Layout when printing from VB | 10 May 2006 22:14 GMT | 5 |
I am actually working on a program that was written using VB 3.0. When printing documents from within the application, everything prints in portait page layout. The user of this application would like to have documents print in a
|
| Accessing a Local Email Client | 10 May 2006 21:24 GMT | 5 |
Can I programatically display an new email window from the default email client and populate it's body? Thanks, Hanika
|
| Grab web image and save to drive | 10 May 2006 20:42 GMT | 1 |
Hi everyone, I hope I am in the right place, I do not know anything about VB or scripting but I think VB is the answer? I need to be able to grab a web image and save it to my local computer. The image will change periodicaly and I need it to save a new version every minute or
|