| Thread | Last Post | Replies |
|
| Error "91" Object variable or with block variable not set. Please Help | 08 Feb 2006 21:45 GMT | 1 |
I am using Microsoft Jet Oledb 4.0 and my access database is in 2002 format. The error come when i press the save button. The code below is of the save button please help: Private Sub cmdsave_Click()
|
| Scope of Dynamic Array | 08 Feb 2006 20:54 GMT | 1 |
Am using a UDT array. The following general module works fine: Public Type CustomerType AccountNumber As Integer Balance As Currency
|
| add new line to task body | 08 Feb 2006 20:32 GMT | 22 |
I need to add a line of text to the body of a task every day. Everytime I update a task I want to add a line with the date of today at the top: 20060128
|
| VB.NET class library for VBA calling | 08 Feb 2006 16:02 GMT | 1 |
I use VB.NET to write a class library. There is three classes for calling some functions, and I have check the project property page, Configuration Properties, Builds, Register for COM interop.
|
| Create a script to move files older than 30 days | 08 Feb 2006 16:02 GMT | 1 |
I am a complete beginner when it comes to VB but if anyone can provid me with a script to the following problem or give me some useful advic I would appreciate it. Bascially I have a printer spool folder which is filling up and causin
|
| common dialog pathname | 08 Feb 2006 16:01 GMT | 9 |
How do I get just the path spec for a file opened with CommonDialog1.ShowOpen? There's no Path property for the object. I want to change the InitDir property to the path that was used last. Thanks
|
| VB Express sample code please | 08 Feb 2006 15:26 GMT | 2 |
Can anybody help me with a small piece of coding ? I have used some code to draw a square within my form, using the drawline function with in the Form1_Paint event handler. With in this square, I wish to draw a line which originates from the bottom
|
| Authenticate User from Active Directory in VB6 | 08 Feb 2006 15:21 GMT | 3 |
I am trying to code logic to Authenticate a UserId and password to Active Directory using VB6. However, all the examples I see are coded in VB.Net or C. I tried to use some of the code samples but I don't seem to have the objects that are available in the other environments ...
|
| Putting [Alt]+[Enter] into a cell | 08 Feb 2006 14:00 GMT | 2 |
In my program I need to put information from 3 variables into a cell and I want til put an [Alt]+[Enter] between the variables so the cell is wrapped - but I can't find the code for it in vb. What shall I do ?
|
| Design Problem | 08 Feb 2006 09:58 GMT | 18 |
I have a design problem apart from specific VB coding. I hope that someone can help me. - I have instructions that are stored in plain text files. There is an undefined number of instruction files, but not too many to handle. The files
|
| Dir and Dir$ | 08 Feb 2006 02:00 GMT | 3 |
What is the difference between Dir and Dir$. By the way, where and how can I find "dir$" in msdn. I type in "dir$" in msdn, but it returns only the "dir" result. Please help. Thanks.
|
| DAO Control/Recordset Error | 08 Feb 2006 01:09 GMT | 1 |
I am using VB6-SP6 with a backend of Access. I have code to create a recordset and then attach that to a DAO control on a form. Everything works fine except in two instances... The first is that if the recordset is completely empty, I get the "Item Not Found in this Collection" ...
|
| vb.net listbox item count issue | 08 Feb 2006 00:13 GMT | 1 |
I use a listBox on VB.NET (VS.NET 2005) and pass the listbox's handle to a C function for item population. Within the C function I use SendMessage() with LB_INSERTSTRING to
|
| SetTimer vs. Timer Control | 07 Feb 2006 22:56 GMT | 11 |
Can anyone share some insight on the use of SetTimer vs. Timer Control? My component has a lengthy initialization process. I want the client's object creation to return asap, and I will later notify the client when data is ready
|
| registry states: st6unst #6 Why??? | 07 Feb 2006 20:43 GMT | 2 |
I ran setup and the VB setup program created the uninstall entry with: Uninstall/ST6UNST #5 I ran it again and it created it with: Uninstall/ST6UNST #6
|