| Thread | Last Post | Replies |
|
| newbie - access AD to reset passwords and unlock accounts | 08 Jul 2004 16:47 GMT | 2 |
I am working on my first vb.net project and need some help. I want to make a small app that will allow our operators to reset user passwords and check to see if an account is locked out in our Windows 2003 domain. I can write a vbscript to do it but I wanted to try it in vb.net ...
|
| Application 30day or demo version? | 08 Jul 2004 16:27 GMT | 2 |
I'd like to distibute an application and put a demo or limited version on my website. I've searched the web, but can't find what I'm looking for to accomplish this. The demo or limited version should have all capabilities of the normal application, but only for a limited time, e.g. ...
|
| RunTime Error | 08 Jul 2004 16:25 GMT | 4 |
i installed a vb6 application on a computer that dont have v.studio. when running it i get an error msg: "Run Time Error 430, class does not support automation or
|
| Copy Method | 08 Jul 2004 16:00 GMT | 3 |
i have a large set of records in Excel WorkBook. from vb6 i Copy All the Data and Paste it in Word Document. but when i close the Excel WorkBook The User Gets A msg
|
| Copying formatted (ie. coloured etc) code from VB into Word? | 08 Jul 2004 15:37 GMT | 1 |
Just a quick question - does anyone know of a quick way of copying and pasting code from VB into Word but keeping the VB formatting such as colours etc? I'm pretty sure there must be a way!! But can't figure out a way except taking loads of screen grabs... Thanks :D
|
| VBA code for Word 2002 frames | 08 Jul 2004 14:48 GMT | 3 |
Hi - Am looking for VBA code to create distance between the first line of text in a frame & the top border (it has a line across the top of the frame). My code in Word 97 was With .Borders .DistanceFromTop = 4
|
| split function | 08 Jul 2004 14:00 GMT | 19 |
I am trying to use the split function in VB6. I would like to split a stream of text on the cr/lf. Is this possible with the VB6 version of split. Thanks for any help
|
| How to remove SP6 completely | 08 Jul 2004 12:24 GMT | 6 |
The more I read up about SP6 the more I think it wise to remove it. It doesn't add anything of great use to me and but it appears to pose a risk to the viability of my software. So I'd like to hear from anyone who has removed it successfully as to how. Do I need to remove VB and ...
|
| Extracting Info From Excel Worksheet | 08 Jul 2004 11:51 GMT | 1 |
Help! I'm trying to extract information using VB from an Excel worksheet and transferring the information to another worksheet. On the worksheets there is a cell that lists an address and would read something like
|
| arrays | 08 Jul 2004 10:59 GMT | 4 |
I have 2 UDT . Let's say: type t1 ...
|
| Pictures from the standard error msgbox | 08 Jul 2004 08:58 GMT | 1 |
I need the icons/pictures/images from the standard errormsgboxes. Is there some kind of VB standard property to get these pictures? Thanks
|
| Resource with identifier 'VERSION' not found | 08 Jul 2004 05:38 GMT | 1 |
The above error is raised by a dll and I don't see what might be casing it. I have the major, minor, and revision properly setup under the project properties. Anybody know what could be the cause for this error?
|
| debugging a VB 6 dll in IDE | 08 Jul 2004 02:16 GMT | 3 |
I am having difficulties when trying to debug a VB 6 DLL. I included the dll project and the client in the same project group. I added the a reference to the compiled DLL to the client project. The intellisence recognized the dll object when I instanciate the main class but when ...
|
| NTVDM Illegal Instruction | 07 Jul 2004 22:57 GMT | 7 |
Didn't really know where to post this but I have a VB6 SP5 app which has worked for a couple of years no problems. Lately I've had to make a small change to the way in which it works thereby having to re"make" the executable. The newly made app works fine on my XP
|
| call python from VB COM object? | 07 Jul 2004 22:49 GMT | 1 |
how difficult is it to do? Will we need special version of python? We have an existing COM object that needs to call python scripts. That is the problem at hand. thanks.
|