| Thread | Last Post | Replies |
|
| Atributes modifiing in Active Directory | 11 Jul 2003 13:47 GMT | 1 |
Colleagues, help please... Need to write somes modified attrs to AD but as I think app have not enought rights... How to correct it? Code fragment with commit...
|
| WINDOWS SERVICES | 10 Jul 2003 16:24 GMT | 1 |
hello, does someone has any code on how to create a windows service?
|
| String Munging | 10 Jul 2003 14:54 GMT | 1 |
Need another favour. I have an Access memo field that contains a list of single random words that are separated by a single space. What I need to do is extract a random word from this list 8 times so that I can have the following to play with:
|
| INET Queries | 10 Jul 2003 14:52 GMT | 1 |
Just wanted to know if anybody knows the answer to the following quick queries: 1) The reason I'm using VB's INET control is to download copies of Ms Access DBs on a range of web sites so that I have a backup. Found out from my ISP
|
| subclassed form doesnt recieve message buttonclick(273)?? | 10 Jul 2003 09:11 GMT | 4 |
I have subclassed a window wich is from a DLL (to make it like a childwindow in my MDI-form) Anyway when I click on a button on the (subclassed) form the message isnt send to the form(??)
|
| VB Internet Application | 10 Jul 2003 04:29 GMT | 1 |
I am writing a VB.net program to screen scrape a web page to obtain data.. actually its to grab tv guide data so I can reformat it into XML The source is at http://www.yourtv.com.au/guide/
|
| ActiveXexe reference | 09 Jul 2003 12:59 GMT | 1 |
I have created an activeXexe and referenced it from another exe, but when I compile the other exe and put it on another machine, I get a runtime error, which I guess is because it cant find the ActiveXexe. I am calling the exe with
|
| VB6 and DCOM setup | 07 Jul 2003 19:16 GMT | 1 |
We are using VB6 and have a client server application which uses DCOM as the link between the client and server apps. When we install the server app. we have to manually change the server DCOM Authentication and Identity entry settings to 'Authentication Level = None' and user ...
|
| Bug with VB | 07 Jul 2003 15:38 GMT | 1 |
Hello all; I am trying to declare an array with more then 1000 entries in it something like this : Type LargeUDT
|
| VB Addin | 07 Jul 2003 02:15 GMT | 1 |
How do I get addins to show up in the addins list. I have the class builder wizard installed in Microsoft Visual Studio\vb98\template\classes\VB Class Builder.vbz But it doesn't show up in the VB IDE under addins???
|
| Addins | 06 Jul 2003 23:34 GMT | 2 |
How do I get addins to show up in the addins list. I have the class builder wizard installed in Microsoft Visual Studio\vb98\template\classes But it doesn't show up in the VB IDE under addins???
|
| Win98 can't register dll | 03 Jul 2003 02:38 GMT | 2 |
I develop COM+ with VB6. I export the dlls into a package (msi). If I use win2k as a client, it can install the package and run it well. However, When I use win98 as a client, most of the application can't run. It prompt "Run-
|
| Enumerate AD OU and usernames | 02 Jul 2003 20:55 GMT | 2 |
I'm trying to create a quick VP utility that will recursively look through OU's within a provided OU and list the user name. Input would be OU as a starting point. Output would be in the format of OU, Name for all
|
| Floating form | 01 Jul 2003 23:24 GMT | 4 |
I would like to have a form that stays on top of another form like a toolbar that can be moved around the screen, but never hidden by another form, but still be able to click an use the other form as normal. - so setting it as modal will stop the other form being accessed.
|