| Thread | Last Post | Replies |
|
| DirectoryServices Help | 26 Jun 2006 22:34 GMT | 1 |
I am having a hard time tracking down code to enumarate a users group membership of a stand-alone Windows 2003 server? I am using VB.NET to develop my application.
|
| Events, modal forms and Message boxes | 26 Jun 2006 06:10 GMT | 2 |
Are events still processed when there is a modal form or dialog box displayed in an application? If no, are the events queued? - or do they simply go "missing". If this is the latter case, it is a potential source of memory leaks especially
|
| Bitblit API and flickering | 25 Jun 2006 19:24 GMT | 1 |
I am looking for information on how to copy test to a buffer and then to a picturebox so that I can scroll the picture box accross a form without flickering. Anyone knows how (a small code snipet on using the Bitblit API will be very), will be appreciated.
|
| Fake WinForm in Vb6 | 21 Jun 2006 23:19 GMT | 1 |
I want to use the icon that is displayed in the control box for WinForms in my VB6 application - to replace the default VB6 icon displayed in the control box of VB6 forms. Does anyone know where or how I can obtain this icon?
|
| AddressOf operator and raising events | 20 Jun 2006 06:23 GMT | 4 |
I am using VB6 and a number of custom (C and C++) libraries I am using the AddressOf operator to call into VB6 from my C code. I want to be able to raise event in VB6 (using a VB6 class and the RaiseEvent keyword), so I can pass the parameters passed from C, as my
|
| CONNECTION PROBLEM USING VB6 TO SQL SEVER 2000 PERSONAL EDITON | 15 Jun 2006 11:11 GMT | 3 |
I am having a problem in my vb6 application when I try to connect to sql server 2000 personal editon with the following connection string.( I am using windows XP professional service pack 2. and VB6 and installed sql server on the same system)
|
| How to handle pointers in VB.net dll passed by client in Delphi | 14 Jun 2006 14:40 GMT | 1 |
I am using VB.NET for a Connector dll in Delphi client and some webservice . can you tell me how to handle pointers in Vb.net which are passed by delphi client as parameters in function all the information is returned on the basis of reference or pointers in
|
| Dummy 'interface' in MTS/COM+ components | 08 Jun 2006 07:14 GMT | 2 |
I'm currently working on an application that is created an worked on by a lot of developers. Over the years, a lot of dead code has been left behind in the code, and due to the bankruptcy of the company that wrote the software, all technical documentation (if there ever was any) ...
|
| VB6 user defined controls (inheritence?) | 07 Jun 2006 03:20 GMT | 1 |
I am writing two graphic controls using classic VB (i.e. VB6). One control displays only static data whereas the other displays dynamic data - otherwise the functionality is the same. 95% of the time the functionality overlaps (i.e. is the same) - e.g.
|
| Classes In VB6 - Part 2 | 06 Jun 2006 22:13 GMT | 7 |
My project is designed with traditional top-down structural programming design with UDTs and Sub-routines and craps like that. I woke up this morning and drove hours to my office. and then suddently, I was trying to make all those UDTs and Sub-routines into Classes and Methods.
|
| passing parameter to a function | 06 Jun 2006 18:35 GMT | 7 |
I have a UDT with a Dynamic Array inside. A function takes the array as a parameter. Should I pass the entire UDT (along with all the stuffs) to the function or should I just pass the Arrary?
|
| Dynamically resizing a label based on the length of text | 06 Jun 2006 01:13 GMT | 2 |
Anyone knows how to dynamically resize a label based on the size (i.e. length) of the text it contains?
|
| Moving a label without a flicker | 06 Jun 2006 00:26 GMT | 1 |
I am moving a control accross a form - to form a scrolling text label. But I notice that is flickering. Is there anyway to prevent flickering ?
|